A Python wrapper around the NetSuite OpenAir XML API.
Project description
# oaxmlapi
## DESCRIPTION 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.
## AUTHORS Ryan Morrissey - [ryancmorrissey.com](http://ryancmorrissey.com)
## LICENSE See [LICENSE.md](LICENSE.md)
## REQUIREMENTS - Python 2.5+ (2.7.3 recommended) - pytest 2.3.5+
## INSTALLATION For Windows, download the latest build [here](https://github.com/23maverick23/oaxmlapi/archive/master.zip) 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. `bash $ curl -LOk https://github.com/23maverick23/oaxmlapi/archive/master.zip $ unzip master.zip $ cd oaxmlapi-master $ sudo python setup.py install `
## DOCUMENTATION Documentation for this package can be found on the [oaxmlapi wiki](https://github.com/23maverick23/oaxmlapi/wiki).
Documentation for the NetSuite OpenAir XML API can be found in the [PDF guide](http://www.openair.com/download/OpenAirXMLAPIGuide.pdf).
## BUGS Please use [issues](https://github.com/23maverick23/oaxmlapi/issues) for logging and tracking bugs or enhancements.
## CREDITS See [CREDITS](CREDITS)
## HISTORY Current Version: 1.1
Small bug fixes
Version 1.0
Initial commit
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file oaxmlapi-1.1.tar.gz
.
File metadata
- Download URL: oaxmlapi-1.1.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a0bf700200ec4089612fbaf677d95a3b50f06d69d92a1a89dab3a613273586a6 |
|
MD5 | 6601ac4f32c30b1fc736a0addfc8601e |
|
BLAKE2b-256 | be675ef807a21a7fe679f3f21d3db048810a7f2cc9972705acdb17d50dc260fc |