.gitignore
CHANGELOG.md
LICENSE
README.md
pyproject.toml
.github/workflows/do-checks-and-tests.yml
.github/workflows/publish.yml
src/fauxdoc/__init__.py
src/fauxdoc/dtrange.py
src/fauxdoc/emitter.py
src/fauxdoc/group.py
src/fauxdoc/mathtools.py
src/fauxdoc/mixins.py
src/fauxdoc/profile.py
src/fauxdoc/py.typed
src/fauxdoc/typing.py
src/fauxdoc/warn.py
src/fauxdoc.egg-info/PKG-INFO
src/fauxdoc.egg-info/SOURCES.txt
src/fauxdoc.egg-info/dependency_links.txt
src/fauxdoc.egg-info/requires.txt
src/fauxdoc.egg-info/top_level.txt
src/fauxdoc/emitters/__init__.py
src/fauxdoc/emitters/choice.py
src/fauxdoc/emitters/fixed.py
src/fauxdoc/emitters/fromfields.py
src/fauxdoc/emitters/text.py
src/fauxdoc/emitters/wrappers.py
tests/__init__.py
tests/test_deprecations.py
tests/test_dtrange.py
tests/test_emitters_choice.py
tests/test_emitters_fixed.py
tests/test_emitters_fromfields.py
tests/test_emitters_text.py
tests/test_emitters_wrappers.py
tests/test_group.py
tests/test_mathtools.py
tests/test_profile.py