Metadata-Version: 2.4
Name: starguard-core
Version: 4.5.0
Summary: Shared library for StarGuard Desktop, Mobile, and AuditShield — auth, HEDIS, audit trail
Project-URL: Homepage, https://github.com/reichert-science-intelligence/starguard-core
Project-URL: Repository, https://github.com/reichert-science-intelligence/starguard-core
Project-URL: Documentation, https://github.com/reichert-science-intelligence/starguard-core#readme
Project-URL: Changelog, https://github.com/reichert-science-intelligence/starguard-core/blob/main/docs/changelog.md
Author-email: Robert Reichert <reichert.starguardai@gmail.com>
License: MIT
Keywords: hcc,healthcare-analytics,hedis,medicare,radv,star-ratings
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Healthcare Industry
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Requires-Python: >=3.11
Provides-Extra: badge
Requires-Dist: htmltools; extra == 'badge'
Requires-Dist: shiny>=0.10; extra == 'badge'
Provides-Extra: dev
Requires-Dist: pytest-asyncio>=0.21; extra == 'dev'
Requires-Dist: pytest-cov>=4.1; extra == 'dev'
Requires-Dist: pytest>=7.4; extra == 'dev'
Description-Content-Type: text/markdown

# starguard-core

[![CI](https://github.com/reichert-science-intelligence/starguard-core/actions/workflows/ci.yml/badge.svg)](https://github.com/reichert-science-intelligence/starguard-core/actions/workflows/ci.yml)

Shared library for StarGuard Desktop, Mobile, and AuditShield.

## Install

```bash
pip install git+https://github.com/reichert-science-intelligence/starguard-core.git
```

## Modules

- `starguard_core.auth` — API key validation, tier resolution, feature flags, usage tracking
