Metadata-Version: 2.1
Name: occli
Version: 0.1.9
Summary: An unofficial Open Corporates python CLI tool
Home-page: https://github.com/rlyonheart/occli
Author: Richard Mwewa
Author-email: richardmwewa@duck.com
License: GNU General Public License v3 (GPLv3)
Description: # Unofficial Open Corporates CLI
        
        ![Screenshot_20211007-141255](https://user-images.githubusercontent.com/74001397/136382206-cb964438-6e51-4c49-9c7f-c7babd3634dc.jpg)
        
        
        ![Python Version](https://img.shields.io/badge/python-3.x-blue?style=flat&logo=python)
        ![OS](https://img.shields.io/badge/OS-GNU%2FLinux-red?style=flat&logo=linux)
        ![GitHub](https://img.shields.io/github/license/rlyonheart/occli?style=flat)
        ![CodeFactor](https://www.codefactor.io/repository/github/rlyonheart/occli/badge)
        ![Lines of code](https://img.shields.io/tokei/lines/github/rlyonheart/occli)
        ![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/rlyonheart/occli) 
        ![GitHub repo size](https://img.shields.io/github/repo-size/rlyonheart/occli)
        
        **OpenCorporates** *is a website that shares data on corporations under the copyleft Open Database License. 
        This is an unofficial open corporates python command line tool.*
        
        # Installation
        **Clone the repo**:
        > <code>$ git clone https://github.com/rlyonheart/occli.git</code>
        
        > <code>$ cd occli</code>
        
        > <code>$ python occli</code>
        
        
        **Or Install from pypi**
        > <code>$ pip install occli</code>
        
        > <code>$ occli</code>
        
        
        # Optional Args
        | Flag           | Or            |MetaVar|                 Usage|
        | ------------- |:-------------:|:----------------------:|:---------:|
        | <code>-o</code>      | <code>--outfile</code>      |   **FILENAME** |  *output filename*  |
        | <code>-r</code> | <code>--raw</code>  |    |  *return results in raw json*  |
        | <code>-v</code> | <code>--verbosity</code>  |    |  *run program in verbose mode*  |
        
        
        # Github
        See **Github** repository  [here](https://github.com/rlyonheart/occli) .
        
        by [Richard Mwewa](https://about.me/rlyonheart)
Platform: UNKNOWN
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX :: Linux
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
