Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created April 10, 2020 16:15
Show Gist options
  • Save r-ryantm/9c61af7c514ea938362c20c6f5c1f3a9 to your computer and use it in GitHub Desktop.
Save r-ryantm/9c61af7c514ea938362c20c6f5c1f3a9 to your computer and use it in GitHub Desktop.
/nix/store/ny1nppi35yly9c019kqfjvkznnq2c6kx-python2.7-fire-0.3.1
├── lib
│   └── python2.7
│   └── site-packages
│   ├── fire
│   │   ├── completion.py
│   │   ├── completion.pyc
│   │   ├── completion_test.py
│   │   ├── completion_test.pyc
│   │   ├── console
│   │   │   ├── console_attr_os.py
│   │   │   ├── console_attr_os.pyc
│   │   │   ├── console_attr.py
│   │   │   ├── console_attr.pyc
│   │   │   ├── console_io.py
│   │   │   ├── console_io.pyc
│   │   │   ├── console_pager.py
│   │   │   ├── console_pager.pyc
│   │   │   ├── encoding.py
│   │   │   ├── encoding.pyc
│   │   │   ├── files.py
│   │   │   ├── files.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── platforms.py
│   │   │   ├── platforms.pyc
│   │   │   ├── text.py
│   │   │   └── text.pyc
│   │   ├── core.py
│   │   ├── core.pyc
│   │   ├── core_test.py
│   │   ├── core_test.pyc
│   │   ├── custom_descriptions.py
│   │   ├── custom_descriptions.pyc
│   │   ├── custom_descriptions_test.py
│   │   ├── custom_descriptions_test.pyc
│   │   ├── decorators.py
│   │   ├── decorators.pyc
│   │   ├── decorators_test.py
│   │   ├── decorators_test.pyc
│   │   ├── docstrings_fuzz_test.py
│   │   ├── docstrings_fuzz_test.pyc
│   │   ├── docstrings.py
│   │   ├── docstrings.pyc
│   │   ├── docstrings_test.py
│   │   ├── docstrings_test.pyc
│   │   ├── fire_import_test.py
│   │   ├── fire_import_test.pyc
│   │   ├── fire_test.py
│   │   ├── fire_test.pyc
│   │   ├── formatting.py
│   │   ├── formatting.pyc
│   │   ├── formatting_test.py
│   │   ├── formatting_test.pyc
│   │   ├── formatting_windows.py
│   │   ├── formatting_windows.pyc
│   │   ├── helptext.py
│   │   ├── helptext.pyc
│   │   ├── helptext_test.py
│   │   ├── helptext_test.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── inspectutils.py
│   │   ├── inspectutils.pyc
│   │   ├── inspectutils_test.py
│   │   ├── inspectutils_test.pyc
│   │   ├── interact.py
│   │   ├── interact.pyc
│   │   ├── interact_test.py
│   │   ├── interact_test.pyc
│   │   ├── __main__.py
│   │   ├── __main__.pyc
│   │   ├── main_test.py
│   │   ├── main_test.pyc
│   │   ├── parser_fuzz_test.py
│   │   ├── parser_fuzz_test.pyc
│   │   ├── parser.py
│   │   ├── parser.pyc
│   │   ├── parser_test.py
│   │   ├── parser_test.pyc
│   │   ├── test_components_bin.py
│   │   ├── test_components_bin.pyc
│   │   ├── test_components.py
│   │   ├── test_components_py3.py
│   │   ├── test_components.pyc
│   │   ├── test_components_test.py
│   │   ├── test_components_test.pyc
│   │   ├── testutils.py
│   │   ├── testutils.pyc
│   │   ├── testutils_test.py
│   │   ├── testutils_test.pyc
│   │   ├── trace.py
│   │   ├── trace.pyc
│   │   ├── trace_test.py
│   │   ├── trace_test.pyc
│   │   ├── value_types.py
│   │   └── value_types.pyc
│   └── fire-0.3.1.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 98 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment