Conda Recipe Manager
Latest Version: 0.6.3
Conda Recipe Manager (CRM) is a library and tool set capable of parsing conda recipe files. It is intended to be used by package builders and developers to automate the generation and editing of conda recipe files.
This website acts as an API document for using conda-recipe-manager in other projects. For details about how to use the CLI tools provided by this project or how to contribute to this project directly, please visit the CRM GitHub repository.
Notes about logging
CRM uses the standard Python logging library. However, the library modules use the NullHandler, so no logs are emitted by default. It is up to the client program to define a log handler.
A log handler is defined and used in the provided crm command line interface. By default, WARNING-level-and-above messages are reported to STDERR. Use crm --verbose to see all the logs.