Metadata-Version: 2.4
Name: cognimesh
Version: 1.0.0
Summary: CogniMesh Python SDK - DataContract validation and Vaquar mesh client
Author-email: Vaquarkhan <security@vaquarkhan.dev>
License-Expression: LicenseRef-Proprietary
Project-URL: Homepage, https://github.com/vaquarkhan/CogniMesh
Project-URL: Documentation, https://github.com/vaquarkhan/CogniMesh#readme
Project-URL: Repository, https://github.com/vaquarkhan/CogniMesh
Keywords: data-mesh,datacontract,vaquar,pvdm,iceberg
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyyaml>=6.0
Requires-Dist: httpx>=0.27.0
Provides-Extra: dev
Requires-Dist: pytest>=8.0; extra == "dev"
Dynamic: license-file

# CogniMesh Python SDK

Thin client for CogniMesh API and local DataContract YAML utilities.

```bash
pip install cognimesh
# or from source:
pip install ./python
```

See [../docs/DISTRIBUTION.md](../docs/DISTRIBUTION.md).
