Metadata-Version: 2.4
Name: myscelium-core
Version: 0.0.1
Summary: Core identities and primitives for the Myscelium platform
Author-email: Cristian Camargo Filho <ccf@cdone.com.br>
License-Expression: MPL-2.0
Project-URL: Homepage, https://github.com/Myscelium/myscelium
Project-URL: Repository, https://github.com/Myscelium/myscelium
Project-URL: Issues, https://github.com/Myscelium/myscelium/issues
Keywords: myscelium,core,networking,distributed-systems
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Typing :: Typed
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# myscelium-core

Core identities and primitives for the Myscelium Python platform.

Version `0.0.1` provides a validated package identity while the broader native
bindings are being developed. APIs may change before the first stable release.

```python
from myscelium_core import IDENTITY, PackageIdentity

integration = PackageIdentity(name="my-integration", version="1.0.0")
print(IDENTITY, integration)
```
