Metadata-Version: 2.4
Name: cosmos-hub-profiling-core
Version: 0.0.1
Summary: Cosmos Hub Profiling - Core utilities
Author-email: Your Name <alexander@cosmosid.com>
License-Expression: LicenseRef-CosmosID-Proprietary
Project-URL: Repository, https://dev.azure.com/cosmosid/cosmos-hub/_git/cosmos-hub-profiling-core
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cosmos-hub>=0.0.1
Dynamic: license-file

# cosmos-hub-profiling-core

Cosmos Hub Profiling - Core utilities.

## Installation

```bash
pip install cosmos-hub-profiling-core
```

## Quick Start

```python
from cosmos_hub.profiling.core import ...
```

## Development

```bash
uv sync
uv run pytest
```

## License

CosmosID SaaS API Client License. Use of this software is licensed, not sold, for the purpose of interoperating with CosmosID's SaaS platform — see [LICENSE](./LICENSE) for full terms. Modification and redistribution are not permitted without CosmosID's written consent.
