The official Python API wrapper for Nexus, by Tycho.
It provides a convenient way to interact with Nexus APIs.
📖 Documentation | PyPI
- Full Coverage
Supports all features from the API. - Maintained
Actively maintained and fully open source for any contributions. - Rate Limits
By default, the package handles and queues requests to ensure near-zero chances of rate limits. - Well Typed
The package is strictly typed and all API data is transformed for ease of use.
pip install tycho.nexusThe package has been tested for Python v3.8+. It may not work on older versions.