Metadata-Version: 2.1
Name: nashledger
Version: 0.0.43
Summary: Python library for connecting to the Nash E.R.P. Framework
Home-page: https://github.com/NashInc/NashSync.git
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

# Nasheq E.R.P. Standardized A.P.I.s python integrations

## Quick Guide
Below are the steps on how to get the web app up and running

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

