Metadata-Version: 2.1
Name: occli
Version: 0.2.2
Summary: Unofficial Open Corporates Client
Home-page: https://github.com/rlyonheart/occli
Author: Richard Mwewa
License: GNU General Public License v3 (GPLv3)
Description: # CHANGELOG
        **Improvements**:
        	
        * fixed corporation not found error
        
        # Unofficial Open Corporates CLI
        
        ![occli](https://user-images.githubusercontent.com/74001397/137996387-d7f23e1b-395e-499e-8d4d-250d25cca115.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&logo=github)
        ![CodeFactor](https://www.codefactor.io/repository/github/rlyonheart/occli/badge)
        ![Lines of code](https://img.shields.io/tokei/lines/github/rlyonheart/occli?style=flat&logo=github)
        ![PyPI](https://img.shields.io/pypi/v/occli?style=flat&logo=pypi)
        [![Downloads](https://static.pepy.tech/personalized-badge/occli?period=total&units=none&left_color=grey&right_color=yellowgreen&left_text=pypi%20downloads)](https://pepy.tech/project/occli)
        ![GitHub repo size](https://img.shields.io/github/repo-size/rlyonheart/occli?style=flat&logo=github)
        
        [Open Corporates](https://opencorporates.com) *is a website that shares data on corporations under the copyleft Open Database License. 
        This is an unofficial open corporates command line client.*
        
        # Installation
        **Clone From Github**:
        ```
        $ git clone https://github.com/rlyonheart/occli.git
        
        $ cd occli
        ```
        
        **Install From PyPI**:
        ```
        $ pip install occli
        ```
        
        
        # Usage
        **Github Clone**:
        ```
        $ python occli -c COMPANYNAME
        ```
        
        **Viewing API version information**:
        ```
        $ python occli --versions
        ```
        
        
        **PyPI Package**:
        ```
        $ occli -c COMPANYNAME
        ```
        
        **Viewing version information**
        ```
        $ occli --versions
        ```
        
        # Optional Arguments
        | Flag         | MetaVar | Usage|
        | ------------- |:----------------------:|:---------:|
        | <code>-c/--company</code> | **COMPANYNAME** |  *name of company*  |
        | <code>--versions</code>  |    |  *get latest Open Corporates API version information*  |
        | <code>-o/--output</code>      |   **FILENAME** |  *output filename*  |
        | <code>-r/--raw</code>  |    |  *return results in raw json format*  |
        | <code>-v/--verbosity</code>  |    |  *run program in verbose mode*  |
        
        
        
        # LICENSE
        ![license](https://user-images.githubusercontent.com/74001397/137917929-2f2cdb0c-4d1d-4e4b-9f0d-e01589e027b5.png)
        
        # About author
        * [About.me](https://about.me/rlyonheart)
        
        # Contact author
        * [Github](https://github.com/rlyonheart)
        
        * [Twitter](https://twitter.com/rly0nheart)
        
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
