Metadata-Version: 2.4
Name: okc-shared
Version: 0.1.0
Summary: Shared database connection utilities for Azure Functions
Home-page: https://github.com/billokc/okc-shared
Author: Bill Hurt
Author-email: bill@example.com
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Database
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: sqlalchemy==2.0.40
Requires-Dist: pyodbc==5.2.0
Requires-Dist: azure-identity==1.15.0
Requires-Dist: python-dotenv==1.0.0
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# okc-shared

Database connection utilities for Azure Functions.

## Installation

```bash
pip install okc-shared==0.1.0
```

## Requirements

- Python 3.10+
- Azure CLI (for local development)
- Azure Managed Identity (for production)

## License

MIT
