Metadata-Version: 2.1
Name: oo-cli
Version: 0.0.5
Summary: Object Oriented CLI
Home-page: https://github.com/enigma0Z/python-object-oriented-cli.git
Author: Johnathan Bell
Author-email: enigma.0Z@gmail.com
License: MIT
Description: # Python Object Oriented CLI Library
        
        Full documentation here: https://enigma0z.github.io/python-object-oriented-cli/
        
        ## Quickstart
        
        ```
        pip install oo-cli
        ```
        
        Example code:
        ```
        from oocli import base, interpreter, entrypoint
        
        # do things here ...
        ```
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
