conan-package-tools
Conan Package Tools. Helps with massive package creation and CI integration (Travis CI, Appveyor...)
File Explorer
Download Latest Version (.zip)- release_changelog.py
- conan_package_tools.yml
- install.bat
- install.sh
- requirements_travis.txt
- run.bat
- run.sh
- CONTRIBUTING.md
- ISSUE_TEMPLATE.md
- PULL_REQUEST_TEMPLATE.md
- settings.yml
- stale.yml
- __init__.py
- packager.py
- __init__.py
- genconanfile.py
- __init__.py
- base.py
- basic_test.py
- docker_test.py
- profile_test.py
- remotes_test.py
- require_overrides.py
- update_deps_test.py
- update_python_reqs_test.py
- update_some_deps_test.py
- upload_test.py
- __init__.py
- config_install_test.py
- global_conf_test.py
- invalid_config_checks_test.py
- tools.py
- upload_checks_test.py
- visual_toolsets_test.py
- __init__.py
- auth_test.py
- ci_manager_test.py
- config_test.py
- generators_test.py
- global_conf_test.py
- packager_test.py
- remotes_test.py
- utils.py
- __init__.py
- mocks.py
- scm.py
- server_launcher.py
- test_files.py
- tools.py
- __init__.py
- __init__.py
- auth.py
- builds_generator.py
- ci_manager.py
- config.py
- log.py
- packager.py
- printer.py
- profiles.py
- remotes.py
- requirements.txt
- requirements_deploy.txt
- requirements_test.txt
- run_in_docker.py
- runner.py
- tools.py
- uploader.py
- .gitignore
- LICENSE.md
- README.md
- setup.py
- tox.ini
# Installation Guide
git clone https://github.com/conan-io/conan-package-tools
Downloads the entire project code from GitHub to your computer.
cd conan-package-tools
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommendedbrew install pyenv-virtualenv
Installs the pre-built package via Homebrew β no source build required.
brew install cmake || true
Installs the pre-built package via Homebrew β no source build required.
pip install conan --upgrade
Installs the package published on PyPI directly β no need to clone the source.
pip install conan_package_tools
Installs the package published on PyPI directly β no need to clone the source.
Pulled directly from this repo's README.
3. Python
Easy$ pip install conan_package_tools
Installs the Python libraries listed in requirements.txt (or similar).
pip install conan --upgrade
Installs the package published on PyPI directly β no need to clone the source.
pip install conan_package_tools
Installs the package published on PyPI directly β no need to clone the source.
pip install conan_package_tools==0.37.0
Installs the package published on PyPI directly β no need to clone the source.
- pip.exe install conan_package_tools --upgrade
Type this command into your terminal and run it.
Pulled directly from this repo's README.
