simplistic

A base class for wrapping CLI commands.


Keywords
python3, python, cli, wrapper
License
Other
Install
pip install simplistic==0.1.1a0

Documentation

simplistic

GitHub (Pre-)Release Date

Package PyPI Latest Release PyPI - Downloads
Meta PyPI - License

A base class for creating command line interface (cli) wrappers.

What is it?

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.

Table of Contents

Main Features

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

Where to get it

The source code is currently hosted on GitHub at: https://github.com/jesse-sealand/simplistic

The latest released version are available at the Python Package Index (PyPI) only at this time.

# PyPI
pip install simplistic

Dependencies

  • Not dependant on packages outside of python core library.

License

MIT

Documentation

The official documentation is hosted on Read the Docs.