Metadata-Version: 2.1
Name: nashbillingsync
Version: 0.0.5
Summary: Python library for connecting to the Nash Billing Framework
Home-page: https://nashbillingsuite.readme.io/v1.0.0/docs
Author: Dansol Obondo
Author-email: dansol@nashafrica.co
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# Nash Billing Sync

## Quick Guide
Below are the steps on how to get started with the library

1.	Install it:
```bash
    pip install nashbillingsync
```
2.	View get started documentation:
```bash
    https://nashbillingsuite.readme.io/v1.0.0/docs
```
3.	Start Coding

