Metadata-Version: 2.1
Name: quickbooks-desktop
Version: 1.0.1
Summary: Initial Release
Home-page: https://github.com/selfjared1/quickbooks_desktop/releases/tag/0.1
Download-URL: https://github.com/selfjared1/quickbooks_desktop/archive/refs/tags/0.1.zip
Author: Jared Self
Author-email: jared@quickbooksgg.com
Project-URL: Bug Tracker, https://github.com/selfjared1/quickbooks_desktop/issues
Keywords: quickbooks desktop,quickbooks
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: lxml
Requires-Dist: pywin32

<h1>quickbooks_desktop</h1> 
A Python 3 library for QuickBooks Desktop API.

The purpose of the project is to make QuickBooks <br>
Desktop more accessible in Python. This library <br>
uses QBXML instead of QBFC. <br>
<br>
<h2>Python 32 Bit vs. 64 Bit</h2>
Until 2022, QuickBooks was a 32 bit program.  Because <br>
of this, you will need to use a 32 bit version of Python. <br>
In 2022 QuickBooks did upgrade to 64 bit so if you're using <br>
QuickBooks version 2022 (or 22.0 for Enterprise) then <br>
a 64 bit version of Python may work.

<h2>Instructions</h2>
This package will handle all the complexities of dealing with<br>
Session Manager.

<h2>Getting Help</h2>
For a look at xml code you can go to QuickBooks <a href="https://static.developer.intuit.com/qbSDK-current/common/newosr/index.html">Onscreen Reference</a>
<h2>Discussion and Development</h2>
Most development discussions take place on GitHub in this repo. 
