Metadata-Version: 2.4
Name: myscelium-net
Version: 0.0.1
Summary: Canonical networking configuration primitives for Myscelium
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,mycelium,networking,protocol,transport
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
Requires-Dist: mycelium-net<0.1,>=0.0.1

# myscelium-net

Canonical-spelling networking configuration primitives for Myscelium.

Version `0.0.1` re-exports the typed `NetworkProfile` and `TransportKind` API
from the project-owned `mycelium-net` distribution. It describes network
configuration and does not start network services.

```python
from myscelium_net import NetworkProfile

profile = NetworkProfile(transport="in_memory")
```
