python画柯南_Python conan包_程序模块 - PyPI - Python中文网
准备好了,请尝试运行conan:$ conan --help
Consumer commands
install Installs the requirements specified in a conanfile (.py or .txt).
The configuration manager is responsible for managing configurations. It updates the conan.conf or sets up configuration files.
get Gets a file or list a directory of a given reference or package.
info Gets information about the dependency graph of a recipe.
search Looking for package recipes and binaries within the local cache or elsewhere.
Creator commands
new Creates a new package recipe template with a 'conanfile.py'.
Construct a detailed binary package for recipe (conanfile.py) located within the current directory.
upload Uploads a recipe and binary packages to a remote.
将食谱(conanfile.py及相关文件)导出至您的本地缓存
export-pkg 输出了一个食谱,并生成了包含指定文件的包,并调用名为package的功能
test Examine the behavior of the package, utilizing a Conanfile recipe that includes a test() method.
Package development commands
source Calls your local conanfile.py 'source()' method.
build Calls your local conanfile.py 'build()' method.
package Calls your local conanfile.py 'package()' method.
Misc commands
The profile lists profiles within the '.conan/profiles' directory and displays profile information.
remotely manages the remote package lists and the package recipes that are associated with a remote.
A user authenticates against a remote server using username/password, caching the authentication token.
imports Calls your local conanfile.py or conanfile.txt 'imports' method.
copy Copies conan recipes and packages to another user/channel.
This command deletes software packages and binary files that match a specified pattern from either the local cache or a remote repository.
alias Creates and exports an 'alias recipe'.
Install Recipe and Binary Files to the Local Cache, without using settings.
Conan commands. Type "conan -h" for help
