Skip to content

Conan helper to remove remote packages

License

Notifications You must be signed in to change notification settings

uilianries/conan-lower-case

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conan Lower Case

A simple script to remove/rename remote Conan packages.

Install

Before using this Python script, you need to:

  1. Install all dependencies:

     pip install .
    

Usage

  1. Change directory into the recipe's location (i.e. where conanfile.py is)

     cd conan-libname
    
  2. 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

Testing

  1. Install test requirements:

     pip install -r conan_lower_case/requirements_test.txt
    
  2. Execute all test:

     pytest
    

LICENSE

MIT

About

Conan helper to remove remote packages

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages