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.
pip install easy_acumatica
Supports Python 3.8+ and depends only on requests
.
Full usage examples and API reference live in the GitHub Wiki:
https://github.com/Nioron07/Easy-Acumatica/wiki
https://pypi.org/project/easy-acumatica/
MIT-licensed (see LICENSE for details)