Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 8 days 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 (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-07-16T01:51:12.000Z (4 months ago)
- Last Synced: 2024-07-16T05:04:04.275Z (4 months ago)
- Topics: cli-support, netsuite, python
- Language: Python
- Homepage: https://jacobsvante.github.io/netsuite/
- Size: 2.16 MB
- Stars: 94
- Watchers: 9
- Forks: 52
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# netsuite
[![Continuous Integration Status](https://github.com/jacobsvante/netsuite/actions/workflows/ci.yml/badge.svg)](https://github.com/jacobsvante/netsuite/actions/workflows/ci.yml)
[![Continuous Delivery Status](https://github.com/jacobsvante/netsuite/actions/workflows/cd.yml/badge.svg)](https://github.com/jacobsvante/netsuite/actions/workflows/cd.yml)
[![Code Coverage](https://img.shields.io/codecov/c/github/jacobsvante/netsuite?color=%2334D058)](https://codecov.io/gh/jacobsvante/netsuite)
[![PyPI version](https://img.shields.io/pypi/v/netsuite.svg)](https://pypi.python.org/pypi/netsuite/)
[![License](https://img.shields.io/pypi/l/netsuite.svg)](https://pypi.python.org/pypi/netsuite/)
[![Python Versions](https://img.shields.io/pypi/pyversions/netsuite.svg)](https://pypi.org/project/netsuite/)
[![PyPI status (alpha/beta/stable)](https://img.shields.io/pypi/status/netsuite.svg)](https://pypi.python.org/pypi/netsuite/)
[![Slack Status](https://netsuite-slackin.fly.dev/badge.svg)](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/