Python package for the Orangic API.
orangic is a pre-release placeholder package.
What that means right now:
- The package can be installed from PyPI.
- The public client surface is not implemented yet.
- Creating an
Orangicclient or calling helper functions raisesNotImplementedError.
The current release exists to reserve the package name and provide a stable place for future updates.
pip install orangicThe example below shows the current state of the package:
import orangic
client = orangic.Orangic(api_key="your-api-key")Running this raises NotImplementedError because the API client has not been released yet.
Planned work includes:
- A usable API client
- Authentication support
- Streaming support
- Expanded documentation
- Website: https://orangic.tech
- Documentation: https://orangic.tech/docs
- PyPI: https://pypi.org/project/orangic/
- Support: support@orangic.tech
This repository is not ready for external contributions yet.
MIT. See LICENSE.