A simple script to remove/rename remote Conan packages.
Before using this Python script, you need to:
-
Install all dependencies:
pip install .
-
Change directory into the recipe's location (i.e. where conanfile.py is)
cd conan-libname
-
Execute this script:
To list ALL packages
conan-lower-case list-all -r remote
To list ONLY CamelCase packages
conan-lower-case list -r remote
To remove ONLY CamelCase packages
conan-lower-case remove -r remote
-
Install test requirements:
pip install -r conan_lower_case/requirements_test.txt
-
Execute all test:
pytest