This commit is contained in:
Untriex Programming
2021-03-17 08:57:57 +01:00
parent 339be0ccd8
commit ed6afdb5c9
3074 changed files with 423348 additions and 0 deletions
@@ -0,0 +1,27 @@
LICENSE-MIT
MANIFEST.in
README.rst
docopt.py
setup.cfg
setup.py
docopt.egg-info/PKG-INFO
docopt.egg-info/SOURCES.txt
docopt.egg-info/dependency_links.txt
docopt.egg-info/top_level.txt
examples/arguments_example.py
examples/calculator_example.py
examples/counted_example.py
examples/naval_fate.py
examples/odd_even_example.py
examples/options_example.py
examples/options_shortcut_example.py
examples/quick_example.py
examples/validation_example.py
examples/git/git.py
examples/git/git_add.py
examples/git/git_branch.py
examples/git/git_checkout.py
examples/git/git_clone.py
examples/git/git_commit.py
examples/git/git_push.py
examples/git/git_remote.py