Metadata-Version: 2.4
Name: myscelium-crypto
Version: 0.0.1
Summary: Cryptographic policy boundary 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,cryptography,security,networking
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-crypto

Cryptographic policy boundary for the Myscelium Python platform.

Version `0.0.1` deliberately selects no cryptographic implementation. It gives
other packages a typed policy boundary without presenting placeholder crypto as
production security.

```python
from myscelium_crypto import CRYPTO_POLICIES, validate_crypto_policy

print(CRYPTO_POLICIES)
validate_crypto_policy("unspecified")
```
