MANIFEST.in
README.md
pyproject.toml
requirements.txt
bimotype_ternary/__init__.py
bimotype_ternary.egg-info/PKG-INFO
bimotype_ternary.egg-info/SOURCES.txt
bimotype_ternary.egg-info/dependency_links.txt
bimotype_ternary.egg-info/entry_points.txt
bimotype_ternary.egg-info/requires.txt
bimotype_ternary.egg-info/top_level.txt
bimotype_ternary/codegen/__init__.py
bimotype_ternary/codegen/c_generator.py
bimotype_ternary/core/__init__.py
bimotype_ternary/core/datatypes.py
bimotype_ternary/core/recursive_engine.py
bimotype_ternary/core/session_manager.py
bimotype_ternary/crypto/__init__.py
bimotype_ternary/crypto/cli.py
bimotype_ternary/crypto/encryptor.py
bimotype_ternary/crypto/key_derivation.py
bimotype_ternary/crypto/password_generator.py
bimotype_ternary/database/__init__.py
bimotype_ternary/database/manager.py
bimotype_ternary/database/models.py
bimotype_ternary/integration/__init__.py
bimotype_ternary/integration/decoder.py
bimotype_ternary/integration/encoder.py
bimotype_ternary/integration/mapper.py
bimotype_ternary/network/__init__.py
bimotype_ternary/network/discovery.py
bimotype_ternary/network/p2p.py
bimotype_ternary/tests/test_bimotype_integration.py
bimotype_ternary/tests/test_topology_encoder.py
bimotype_ternary/topology/__init__.py
bimotype_ternary/topology/encoder.py
bimotype_ternary/utils/__init__.py
bimotype_ternary/utils/psimon_bridge.py
docs/INSTALLATION.md
docs/METRIPLECTIC_CRYPTO.md
docs/STRUCTURE.md
examples/crypto_demo.py
examples/db_demo.py
examples/demo.py
examples/generate_metriplectic_keys.py
examples/metriplectic_demo.py
examples/quickstart.py
examples/recursive_demo.py
tests/test_cryptography.py
tests/test_datatypes.py
tests/test_db_demo.py
tests/test_metriplectic_demo.py
tests/test_p2p.py