Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/cc1bc5123496bf57eb320d25a5e08e6a to your computer and use it in GitHub Desktop.
Save r-ryantm/cc1bc5123496bf57eb320d25a5e08e6a to your computer and use it in GitHub Desktop.
/nix/store/a6fmiakask5nc3gkpaky64s0kfg2150n-python2.7-clikit-0.6.0
├── lib
│   └── python2.7
│   └── site-packages
│   ├── clikit
│   │   ├── adapter
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── style_converter.py
│   │   │   └── style_converter.pyc
│   │   ├── api
│   │   │   ├── application
│   │   │   │   ├── application.py
│   │   │   │   ├── application.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyc
│   │   │   ├── args
│   │   │   │   ├── args_parser.py
│   │   │   │   ├── args_parser.pyc
│   │   │   │   ├── args.py
│   │   │   │   ├── args.pyc
│   │   │   │   ├── exceptions.py
│   │   │   │   ├── exceptions.pyc
│   │   │   │   ├── format
│   │   │   │   │   ├── abstract_option.py
│   │   │   │   │   ├── abstract_option.pyc
│   │   │   │   │   ├── args_format_builder.py
│   │   │   │   │   ├── args_format_builder.pyc
│   │   │   │   │   ├── args_format.py
│   │   │   │   │   ├── args_format.pyc
│   │   │   │   │   ├── argument.py
│   │   │   │   │   ├── argument.pyc
│   │   │   │   │   ├── command_name.py
│   │   │   │   │   ├── command_name.pyc
│   │   │   │   │   ├── command_option.py
│   │   │   │   │   ├── command_option.pyc
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __init__.pyc
│   │   │   │   │   ├── option.py
│   │   │   │   │   └── option.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── raw_args.py
│   │   │   │   └── raw_args.pyc
│   │   │   ├── command
│   │   │   │   ├── command_collection.py
│   │   │   │   ├── command_collection.pyc
│   │   │   │   ├── command.py
│   │   │   │   ├── command.pyc
│   │   │   │   ├── exceptions.py
│   │   │   │   ├── exceptions.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyc
│   │   │   ├── config
│   │   │   │   ├── application_config.py
│   │   │   │   ├── application_config.pyc
│   │   │   │   ├── command_config.py
│   │   │   │   ├── command_config.pyc
│   │   │   │   ├── config.py
│   │   │   │   ├── config.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyc
│   │   │   ├── event
│   │   │   │   ├── config_event.py
│   │   │   │   ├── config_event.pyc
│   │   │   │   ├── console_events.py
│   │   │   │   ├── console_events.pyc
│   │   │   │   ├── event_dispatcher.py
│   │   │   │   ├── event_dispatcher.pyc
│   │   │   │   ├── event.py
│   │   │   │   ├── event.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── pre_handle_event.py
│   │   │   │   ├── pre_handle_event.pyc
│   │   │   │   ├── pre_resolve_event.py
│   │   │   │   └── pre_resolve_event.pyc
│   │   │   ├── exceptions.py
│   │   │   ├── exceptions.pyc
│   │   │   ├── formatter
│   │   │   │   ├── formatter.py
│   │   │   │   ├── formatter.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── style.py
│   │   │   │   ├── style.pyc
│   │   │   │   ├── style_set.py
│   │   │   │   └── style_set.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── io
│   │   │   │   ├── flags.py
│   │   │   │   ├── flags.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── input.py
│   │   │   │   ├── input.pyc
│   │   │   │   ├── input_stream.py
│   │   │   │   ├── input_stream.pyc
│   │   │   │   ├── io_exception.py
│   │   │   │   ├── io_exception.pyc
│   │   │   │   ├── io.py
│   │   │   │   ├── io.pyc
│   │   │   │   ├── output.py
│   │   │   │   ├── output.pyc
│   │   │   │   ├── output_stream.py
│   │   │   │   ├── output_stream.pyc
│   │   │   │   ├── section_output.py
│   │   │   │   └── section_output.pyc
│   │   │   └── resolver
│   │   │   ├── command_resolver.py
│   │   │   ├── command_resolver.pyc
│   │   │   ├── exceptions.py
│   │   │   ├── exceptions.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── resolved_command.py
│   │   │   └── resolved_command.pyc
│   │   ├── args
│   │   │   ├── argv_args.py
│   │   │   ├── argv_args.pyc
│   │   │   ├── default_args_parser.py
│   │   │   ├── default_args_parser.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── inputs
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyc
│   │   │   ├── string_args.py
│   │   │   ├── string_args.pyc
│   │   │   ├── token_parser.py
│   │   │   └── token_parser.pyc
│   │   ├── config
│   │   │   ├── default_application_config.py
│   │   │   ├── default_application_config.pyc
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── console_application.py
│   │   ├── console_application.pyc
│   │   ├── formatter
│   │   │   ├── ansi_formatter.py
│   │   │   ├── ansi_formatter.pyc
│   │   │   ├── default_style_set.py
│   │   │   ├── default_style_set.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── null_formatter.py
│   │   │   ├── null_formatter.pyc
│   │   │   ├── plain_formatter.py
│   │   │   └── plain_formatter.pyc
│   │   ├── handler
│   │   │   ├── callback_handler.py
│   │   │   ├── callback_handler.pyc
│   │   │   ├── help
│   │   │   │   ├── help_handler.py
│   │   │   │   ├── help_handler.pyc
│   │   │   │   ├── help_text_handler.py
│   │   │   │   ├── help_text_handler.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyc
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── io
│   │   │   ├── buffered_io.py
│   │   │   ├── buffered_io.pyc
│   │   │   ├── console_io.py
│   │   │   ├── console_io.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── input_stream
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── null_input_stream.py
│   │   │   │   ├── null_input_stream.pyc
│   │   │   │   ├── standard_input_stream.py
│   │   │   │   ├── standard_input_stream.pyc
│   │   │   │   ├── stream_input_stream.py
│   │   │   │   ├── stream_input_stream.pyc
│   │   │   │   ├── string_input_stream.py
│   │   │   │   └── string_input_stream.pyc
│   │   │   ├── null_io.py
│   │   │   ├── null_io.pyc
│   │   │   └── output_stream
│   │   │   ├── buffered_output_stream.py
│   │   │   ├── buffered_output_stream.pyc
│   │   │   ├── error_output_stream.py
│   │   │   ├── error_output_stream.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── null_output_stream.py
│   │   │   ├── null_output_stream.pyc
│   │   │   ├── standard_output_stream.py
│   │   │   ├── standard_output_stream.pyc
│   │   │   ├── stream_output_stream.py
│   │   │   └── stream_output_stream.pyc
│   │   ├── resolver
│   │   │   ├── default_resolver.py
│   │   │   ├── default_resolver.pyc
│   │   │   ├── help_resolver.py
│   │   │   ├── help_resolver.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── resolve_result.py
│   │   │   └── resolve_result.pyc
│   │   ├── ui
│   │   │   ├── alignment
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── label_alignment.py
│   │   │   │   └── label_alignment.pyc
│   │   │   ├── component.py
│   │   │   ├── component.pyc
│   │   │   ├── components
│   │   │   │   ├── border_util.py
│   │   │   │   ├── border_util.pyc
│   │   │   │   ├── cell_wrapper.py
│   │   │   │   ├── cell_wrapper.pyc
│   │   │   │   ├── choice_question.py
│   │   │   │   ├── choice_question.pyc
│   │   │   │   ├── confirmation_question.py
│   │   │   │   ├── confirmation_question.pyc
│   │   │   │   ├── empty_line.py
│   │   │   │   ├── empty_line.pyc
│   │   │   │   ├── exception_trace.py
│   │   │   │   ├── exception_trace.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── labeled_paragraph.py
│   │   │   │   ├── labeled_paragraph.pyc
│   │   │   │   ├── name_version.py
│   │   │   │   ├── name_version.pyc
│   │   │   │   ├── paragraph.py
│   │   │   │   ├── paragraph.pyc
│   │   │   │   ├── progress_bar.py
│   │   │   │   ├── progress_bar.pyc
│   │   │   │   ├── progress_indicator.py
│   │   │   │   ├── progress_indicator.pyc
│   │   │   │   ├── question.py
│   │   │   │   ├── question.pyc
│   │   │   │   ├── table.py
│   │   │   │   └── table.pyc
│   │   │   ├── help
│   │   │   │   ├── abstract_help.py
│   │   │   │   ├── abstract_help.pyc
│   │   │   │   ├── application_help.py
│   │   │   │   ├── application_help.pyc
│   │   │   │   ├── command_help.py
│   │   │   │   ├── command_help.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── layout
│   │   │   │   ├── block_layout.py
│   │   │   │   ├── block_layout.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyc
│   │   │   ├── rectangle.py
│   │   │   ├── rectangle.pyc
│   │   │   └── style
│   │   │   ├── alignment.py
│   │   │   ├── alignment.pyc
│   │   │   ├── border_style.py
│   │   │   ├── border_style.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── table_style.py
│   │   │   └── table_style.pyc
│   │   └── utils
│   │   ├── command.py
│   │   ├── command.pyc
│   │   ├── _compat.py
│   │   ├── _compat.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── string.py
│   │   ├── string.pyc
│   │   ├── terminal.py
│   │   ├── terminal.pyc
│   │   ├── time.py
│   │   └── time.pyc
│   └── clikit-0.6.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
34 directories, 257 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment