https://github.com/jacobsvante/netsuite
Make async requests to NetSuite SuiteTalk SOAP/REST Web Services and Restlets
https://github.com/jacobsvante/netsuite
cli-support netsuite python
Last synced: 10 months ago
JSON representation
Make async requests to NetSuite SuiteTalk SOAP/REST Web Services and Restlets
- Host: GitHub
- URL: https://github.com/jacobsvante/netsuite
- Owner: jacobsvante
- License: mit
- Created: 2018-03-30T11:47:21.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2025-05-05T05:53:17.000Z (10 months ago)
- Last Synced: 2025-05-09T05:02:01.467Z (10 months ago)
- Topics: cli-support, netsuite, python
- Language: Python
- Homepage: https://jacobsvante.github.io/netsuite/
- Size: 2.9 MB
- Stars: 108
- Watchers: 9
- Forks: 55
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# netsuite
[](https://github.com/jacobsvante/netsuite/actions/workflows/ci.yml)
[](https://github.com/jacobsvante/netsuite/actions/workflows/cd.yml)
[](https://codecov.io/gh/jacobsvante/netsuite)
[](https://pypi.python.org/pypi/netsuite/)
[](https://pypi.python.org/pypi/netsuite/)
[](https://pypi.org/project/netsuite/)
[](https://pypi.python.org/pypi/netsuite/)
[](https://netsuite-slackin.fly.dev)
Make async requests to NetSuite SuiteTalk SOAP, REST Web Services, and Restlets. [Detailed documentation available here.](https://jacobsvante.github.io/netsuite/)
# Help & Support
Join the [Slack channel](https://netsuite-slackin.fly.dev) 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](https://dashboard.suitesync.io/docs/resources#netsuite).
## 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/