LICENSE
README.md
pyproject.toml
setup.py
protoplasm/__init__.py
protoplasm/grpcserver.py
protoplasm.egg-info/PKG-INFO
protoplasm.egg-info/SOURCES.txt
protoplasm.egg-info/dependency_links.txt
protoplasm.egg-info/requires.txt
protoplasm.egg-info/top_level.txt
protoplasm/bases/__init__.py
protoplasm/bases/_client.py
protoplasm/bases/_exwrap.py
protoplasm/bases/_methwrap.py
protoplasm/bases/_remotewrap.py
protoplasm/bases/_servicer.py
protoplasm/bases/dataclass_bases.py
protoplasm/bases/grpc_bases.py
protoplasm/casting/__init__.py
protoplasm/casting/casters.py
protoplasm/casting/castutils.py
protoplasm/casting/dictator.py
protoplasm/casting/objectifier.py
protoplasm/casting/dictators/__init__.py
protoplasm/decorators/__init__.py
protoplasm/decorators/apihelpers.py
protoplasm/errors/__init__.py
protoplasm/errors/_api.py
protoplasm/errors/_base.py
protoplasm/loader/__init__.py
protoplasm/plasm/__init__.py
protoplasm/structs/__init__.py
protoplasm/structs/_base.py
protoplasm/structs/_methodtype.py
protoplasm/structs/_reqestsiter.py
protoplasm/structs/_responseiter.py
protoplasm/structs/dataclassbase.py
protoplasm/structs/_ctx/__init__.py
protoplasm/structs/_ctx/_basectx.py
protoplasm/structs/_ctx/_grpcctx.py
tests/test_casting.py
tests/test_castutils.py
tests/test_dataclasses.py
tests/test_dictator.py
tests/test_dictators.py
tests/test_objectifier.py
tests/test_services.py