Metadata-Version: 2.4
Name: easy_acumatica
Version: 0.3.8
Summary: Python wrapper for the Acumatica REST API
Author-email: Matthew Hirstius <matthew.c.hirstius@gmail.com>
Project-URL: Homepage, https://easyacumatica.com/
Project-URL: Source, https://github.com/Nioron07/Easy-Acumatica
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.25.1
Dynamic: license-file

# Easy-Acumatica

A lightweight, Pythonic wrapper around Acumatica’s contract-based REST API.  
Handles session management, login/logout, URL building, and OData query-string construction so you can focus on your business logic.

## Installation

```bash
pip install easy-acumatica
```

Supports Python 3.8+ and depends only on `requests`.

## Documentation

Full usage examples and API reference can be found on our docs website:  
https://easyacumatica.com/python

Or on our Github Wiki:
https://github.com/Nioron07/Easy-Acumatica/wiki

## PyPI

https://pypi.org/project/easy-acumatica/

## NPM

Not using Python? See the NPM version by joeBewon [here](https://easyacumatica.com/npm)

## License

MIT-licensed (see [LICENSE](LICENSE) for details)
