Metadata-Version: 2.1
Name: occli
Version: 0.2.1
Summary: Unofficial Open Corporates Client
Home-page: https://github.com/rlyonheart/occli
Author: Richard Mwewa
License: GNU General Public License v3 (GPLv3)
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
Requires-Dist: requests (==2.26.0)

# CHANGELOG
**Improvements**:
* added flag <code>--versions</code> for viewing latest API information
* added flag <code>-c/--company</code> to be used for specifying a company name
* removed un-necessary code

# Unofficial Open Corporates Client

![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 client.*

# Installation & Usage
**Clone from Github**:
```
$ git clone https://github.com/rlyonheart/occli.git

$ cd occli

$ python occli -c **companyname**
```


**Install from PyPI**:
```
$ pip install occli

$ occli -c **companyname**
```

# Optional Arguments
| Flag         | MetaVar | Usage|
| ------------- |:----------------------:|:---------:|
| <code>-c/--company</code> | **COMPANYNAME**  |    |  *name of company*  |
| <code>--versions</code>  |    |  *get latest Open Corporates API 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)


