1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
.gitignore
.pre-commit-config.yaml
CONTRIBUTING.md
LICENCE
README.rst
pyproject.toml
.github/workflows/test.yml
docs/index.md
docs/pydoc-markdown.yml
docs/pydoc_markdown_shtab.py
docs/requirements.txt
docs/use.md
examples/customcomplete.py
examples/docopt-greeter.py
examples/pathcomplete.py
meta/logo.png
shtab/__init__.py
shtab/__main__.py
shtab/_dist_ver.py
shtab/main.py
shtab/py.typed
shtab.egg-info/PKG-INFO
shtab.egg-info/SOURCES.txt
shtab.egg-info/dependency_links.txt
shtab.egg-info/entry_points.txt
shtab.egg-info/requires.txt
shtab.egg-info/top_level.txt
tests/__init__.py
tests/test_shtab.py
|