Skip to content

Repository files navigation

Orangic Python SDK

Python package for the Orangic API.

Current Status

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 Orangic client or calling helper functions raises NotImplementedError.

The current release exists to reserve the package name and provide a stable place for future updates.

Installation

pip install orangic

Current Behavior

The 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.

What To Expect Later

Planned work includes:

  • A usable API client
  • Authentication support
  • Streaming support
  • Expanded documentation

Links

Contributing

This repository is not ready for external contributions yet.

License

MIT. See LICENSE.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages