Metadata-Version: 2.4
Name: easy_acumatica
Version: 0.2.7
Summary: Python wrapper for the Acumatica REST API
Author-email: Matthew Hirstius <matthew.c.hirstius@gmail.com>
Project-URL: Homepage, https://github.com/Nioron07/Easy-Acumatica/wiki
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 live in the GitHub Wiki:  
https://github.com/Nioron07/Easy-Acumatica/wiki

## PyPI

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

## NPM

See the NPM version [here](https://github.com/joebewon/Easy-Acumatica)

## License

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