Skip to content

Latest commit

 

History

History
69 lines (48 loc) · 2.12 KB

README.md

File metadata and controls

69 lines (48 loc) · 2.12 KB

Simplistic


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

Package PyPI Latest Release Anaconda-Server Badge
Meta PyPI - License GitHub (Pre-)Release Date

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

  1. Python Package Index (PyPI).
pip install simplistic
  1. Anaconda.
conda install jessesealand::simplistic

Dependencies

  • Not dependant on packages outside of python core library.

License

MIT

Documentation

The official documentation is hosted on Read the Docs.