Simplistic |
Package | |
Meta |
simplistic is a Python package that provides fast and flexible access to generating command line statements using natural language and method chaining.. It aims to be the fundamental building block creating any command line wrapper.
Here are just a few of the things that pandas does well:
- Allows to mapping natural language to tersely define command line arguements
- Provides method chaining to assemble complete statements
- Automatic execution of commands
The source code is currently hosted on GitHub at: https://github.com/jesse-sealand/simplistic
The latest released version are available at
pip install simplistic
conda install jessesealand::simplistic
- Not dependant on packages outside of python core library.
The official documentation is hosted on Read the Docs.