Metadata-Version: 2.5
Name: apiable
Version: 0.0.1
Summary: API monetization for API providers — onboard, scope, meter, revoke and settle, off the request path.
Project-URL: Homepage, https://apiable.io
Project-URL: Documentation, https://docs.apiable.io
Author: Apiable
Keywords: api,billing,metering,monetization,oauth,sdk
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# apiable

**API monetization for companies that have an API.**

Apiable lets an API provider onboard their customers, issue and scope credentials, meter
usage, revoke access, and get paid — without sitting in the path of the API call.

A small SDK runs inside the provider's own application and verifies tokens locally against
a key set it already holds. Usage is reported back in batches. No gateway is required and
no traffic is proxied.

## Status

This release reserves the name on PyPI. The SDK is in development and this package has no
functionality yet.

- Website: https://apiable.io
- Documentation: https://docs.apiable.io
