Metadata-Version: 2.1
Name: vesicashapi
Version: 1.0.0
Summary: A python library to consume Vesicash API
Home-page: https://github.com/vesicash/vesicash-python
Author: Precious Opusunju
Author-email: precious@vesicash.com
License: MIT
Keywords: vesicash python library
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
Requires-Dist: requests
Provides-Extra: test
Requires-Dist: coverage ; extra == 'test'

# Vesicash Python SDK v1.0.0
![Vesicash Logo](https://trizact.vesicash.com/assets/image/vesi-logo.png)
## Table Of Contents
1. Installation
2. Usage
3. Available Services
4. Contribution
5. Bug Reporting

### 1.Installation
`pip3 install vesicashapi`

### 2. Usage
See <a href="examples">Examples</a>

### 3. Available Services
1. Authentication
2. Admin
3. Transactions
4. Payment
5. Notifications
6. Upload
7. Subscription

### 4. Contribution
Make a pull request with detailed explanation of what got changed/improved/suggested.

### 5. Bug Reporting
Open an issue! Thanks.

