Welcome to petcmd!#

PyPI - Python Version PyPI - Version Documentation Status PyPI - License Downloads

About#

petcmd provides the ability to automatically create a CLI interface. It was created to reduce to zero unnecessary steps for developers to create a CLI interface so that they could focus on the functionality of the application. All existing libraries have a complex API and require a complex configuration of command parameters, while in petcmd the entire API consists only of a decorator for marking commands and an entrypoint. It also doesn’t have any third-party dependencies.


Contents#