Metadata-Version: 2.4
Name: owlauth-client
Version: 0.0.1
Summary: Python client for OwlAuth
Project-URL: Homepage, https://github.com/owlfoundry/owlauth
Project-URL: Repository, https://github.com/owlfoundry/owlauth
Project-URL: Issues, https://github.com/owlfoundry/owlauth/issues
Author: OwlFoundry
License-Expression: BSD-3-Clause
License-File: LICENSE
Keywords: authentication,client,oauth,oauth2
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# owlauth-client

The official Python client for [OwlAuth](https://github.com/owlfoundry/owlauth).

The distribution is named `owlauth-client`; import it as `owlauth`:

```python
from owlauth import Client
```

This `0.0.1` release reserves the package name while the public API is being designed.
