README.md
pyproject.toml
setup.cfg
setup.py
pyscheme/__init__.py
pyscheme/atoms.py
pyscheme/core.py
pyscheme/parse.py
pyscheme/parse_algebra.py
pyscheme/parse_scheme.py
pyscheme/special_forms.py
pyscheme/typing.py
pyscheme/test/__init__.py
pyscheme/test/test_core.py
pyscheme/test/test_package.py
pyscheme/test/test_parse_algebra.py
pyscheme/test/test_parse_scheme.py
pyscheme/test/test_special_forms.py
startables/__init__.py
startables/startables.py
startables/units.py
startables.egg-info/PKG-INFO
startables.egg-info/SOURCES.txt
startables.egg-info/dependency_links.txt
startables.egg-info/requires.txt
startables.egg-info/top_level.txt
startables/readers/__init__.py
startables/readers/bulk.py
startables/readers/word.py