oaxmlapi is a Python wrapper around the NetSuite OpenAir XML API.
This library allows for easier interaction with the XML API, and reduces the need to generate raw XML. The library is written entirely in Python and utilizes the etree.ElementTree library for producing pre-formatted XML tags and attributes for use in your API requests.
Ryan Morrissey - ryancmorrissey.com
See LICENSE.md
- Python 2.5+ (2.7.3 recommended)
- pytest 2.3.5+
For Windows, download the latest build here as archive. Unpack the archive and run python setup.py install
inside the root directory.
For Linux and Mac OSX, you can use Terminal/iTerm to download, unpack and install.
$ curl -LOk https://github.com/23maverick23/oaxmlapi/archive/master.zip
$ unzip master.zip
$ cd oaxmlapi-master
$ sudo python setup.py install
Documentation for this package can be found on the oaxmlapi wiki.
Documentation for the NetSuite OpenAir XML API can be found in the PDF guide.
Please use issues for logging and tracking bugs or enhancements.
See CREDITS
Current Version: 1.1
- Small bug fixes
Version 1.0
- Initial commit