Metadata-Version: 2.1
Name: qbwc
Version: 0.0.1
Summary: QuickBooks Desktop Webconnector Implementation
Home-page: https://www.github.com/bill-ash/qbwc
Author: Bill Ash
Author-email: bill@overco.net
License: MIT
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 4.2
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires-Python: >=3.9
License-File: LICENSE.md

## Quickbooks Desktop Webconnector (qbwc)

Django package for syncing and transferring data with external databases via the 
Quickbooks Webconnector (QBWC). 

Implementation includes transfer services for: 

- gl accounts  
- other name list
- expenses (credit card transactions)

Road map: 

- bills
- customers 


## Installation 

Install the latest development version from github using: 

```
pip install git+https://github.com/bill-ash/qbwc
```

or from pypi: 

```
pip install qbwc
```







