Skip to content

Make async requests to NetSuite SuiteTalk SOAP/REST Web Services and Restlets

License

Notifications You must be signed in to change notification settings

pgp-admin/netsuite

 
 

Repository files navigation

netsuite

Continuous Integration Status Continuous Delivery Status Code Coverage PyPI version License Python Versions PyPI status (alpha/beta/stable) Slack Status

Make async requests to NetSuite SuiteTalk SOAP, REST Web Services, and Restlets. Detailed documentation available here.

Help & Support

Join the Slack channel for help with NetSuite issues. Please do not post usage questions as issues in GitHub.

There are some additional helpful resources for NetSuite development listed here.

Installation

With default features (REST API + Restlet support):

pip install netsuite

With Web Services SOAP API support:

pip install netsuite[soap_api]

With CLI support:

pip install netsuite[cli]

With orjson package (faster JSON handling):

pip install netsuite[orjson]

With all features:

pip install netsuite[all]

Documentation

Is found here: https://jacobsvante.github.io/netsuite/

About

Make async requests to NetSuite SuiteTalk SOAP/REST Web Services and Restlets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%