You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							114 lines
						
					
					
						
							2.5 KiB
						
					
					
				
			
		
		
	
	
							114 lines
						
					
					
						
							2.5 KiB
						
					
					
				| CHANGES
 | |
| LICENSE
 | |
| MANIFEST.in
 | |
| Makefile
 | |
| README
 | |
| setup.cfg
 | |
| setup.py
 | |
| artwork/logo.svg
 | |
| click/__init__.py
 | |
| click/_bashcomplete.py
 | |
| click/_compat.py
 | |
| click/_termui_impl.py
 | |
| click/_textwrap.py
 | |
| click/_unicodefun.py
 | |
| click/_winconsole.py
 | |
| click/core.py
 | |
| click/decorators.py
 | |
| click/exceptions.py
 | |
| click/formatting.py
 | |
| click/globals.py
 | |
| click/parser.py
 | |
| click/termui.py
 | |
| click/testing.py
 | |
| click/types.py
 | |
| click/utils.py
 | |
| click.egg-info/PKG-INFO
 | |
| click.egg-info/SOURCES.txt
 | |
| click.egg-info/dependency_links.txt
 | |
| click.egg-info/top_level.txt
 | |
| docs/Makefile
 | |
| docs/advanced.rst
 | |
| docs/api.rst
 | |
| docs/arguments.rst
 | |
| docs/bashcomplete.rst
 | |
| docs/changelog.rst
 | |
| docs/clickdoctools.py
 | |
| docs/commands.rst
 | |
| docs/complex.rst
 | |
| docs/conf.py
 | |
| docs/contrib.rst
 | |
| docs/documentation.rst
 | |
| docs/exceptions.rst
 | |
| docs/index.rst
 | |
| docs/license.rst
 | |
| docs/make.bat
 | |
| docs/options.rst
 | |
| docs/parameters.rst
 | |
| docs/prompts.rst
 | |
| docs/python3.rst
 | |
| docs/quickstart.rst
 | |
| docs/setuptools.rst
 | |
| docs/testing.rst
 | |
| docs/upgrading.rst
 | |
| docs/utils.rst
 | |
| docs/why.rst
 | |
| docs/wincmd.rst
 | |
| docs/_static/click-small.png
 | |
| docs/_static/click-small@2x.png
 | |
| docs/_static/click.png
 | |
| docs/_static/click@2x.png
 | |
| docs/_templates/sidebarintro.html
 | |
| docs/_templates/sidebarlogo.html
 | |
| examples/README
 | |
| examples/aliases/README
 | |
| examples/aliases/aliases.ini
 | |
| examples/aliases/aliases.py
 | |
| examples/aliases/setup.py
 | |
| examples/colors/README
 | |
| examples/colors/colors.py
 | |
| examples/colors/setup.py
 | |
| examples/complex/README
 | |
| examples/complex/setup.py
 | |
| examples/complex/complex/__init__.py
 | |
| examples/complex/complex/cli.py
 | |
| examples/complex/complex/commands/__init__.py
 | |
| examples/complex/complex/commands/cmd_init.py
 | |
| examples/complex/complex/commands/cmd_status.py
 | |
| examples/imagepipe/.gitignore
 | |
| examples/imagepipe/README
 | |
| examples/imagepipe/example01.jpg
 | |
| examples/imagepipe/example02.jpg
 | |
| examples/imagepipe/imagepipe.py
 | |
| examples/imagepipe/setup.py
 | |
| examples/inout/README
 | |
| examples/inout/inout.py
 | |
| examples/inout/setup.py
 | |
| examples/naval/README
 | |
| examples/naval/naval.py
 | |
| examples/naval/setup.py
 | |
| examples/repo/README
 | |
| examples/repo/repo.py
 | |
| examples/repo/setup.py
 | |
| examples/termui/README
 | |
| examples/termui/setup.py
 | |
| examples/termui/termui.py
 | |
| examples/validation/README
 | |
| examples/validation/setup.py
 | |
| examples/validation/validation.py
 | |
| tests/conftest.py
 | |
| tests/test_arguments.py
 | |
| tests/test_bashcomplete.py
 | |
| tests/test_basic.py
 | |
| tests/test_chain.py
 | |
| tests/test_commands.py
 | |
| tests/test_compat.py
 | |
| tests/test_context.py
 | |
| tests/test_defaults.py
 | |
| tests/test_formatting.py
 | |
| tests/test_imports.py
 | |
| tests/test_normalization.py
 | |
| tests/test_options.py
 | |
| tests/test_termui.py
 | |
| tests/test_testing.py
 | |
| tests/test_utils.py |