.gitignore
LICENSE
README.md
mkdocs.yml
pyproject.toml
requirements-docs.txt
.github/workflows/deploy-docs.yml
.github/workflows/publish.yml
docs/channelCoding.md
docs/index.md
docs/assets/css/extra.css
src/CommPy/__init__.py
src/CommPy/math.py
src/CommPy/channelCoding/channels.py
src/commpy.egg-info/PKG-INFO
src/commpy.egg-info/SOURCES.txt
src/commpy.egg-info/dependency_links.txt
src/commpy.egg-info/requires.txt
src/commpy.egg-info/top_level.txt
tests/test_channels.py