Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 15, 2019 22:39
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 ryantm/9dfd20969bed19357d6efe4079bd9180 to your computer and use it in GitHub Desktop.
Save ryantm/9dfd20969bed19357d6efe4079bd9180 to your computer and use it in GitHub Desktop.
/nix/store/i68qd16x9ppp2w7sin0gl2l6q1vim26r-python3.7-cli_helpers-1.2.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── cli_helpers
│   │   ├── compat.py
│   │   ├── config.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── compat.cpython-37.pyc
│   │   │   ├── config.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── utils.cpython-37.pyc
│   │   ├── tabular_output
│   │   │   ├── delimited_output_adapter.py
│   │   │   ├── __init__.py
│   │   │   ├── output_formatter.py
│   │   │   ├── preprocessors.py
│   │   │   ├── __pycache__
│   │   │   │   ├── delimited_output_adapter.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── output_formatter.cpython-37.pyc
│   │   │   │   ├── preprocessors.cpython-37.pyc
│   │   │   │   ├── tabulate_adapter.cpython-37.pyc
│   │   │   │   ├── terminaltables_adapter.cpython-37.pyc
│   │   │   │   ├── tsv_output_adapter.cpython-37.pyc
│   │   │   │   └── vertical_table_adapter.cpython-37.pyc
│   │   │   ├── tabulate_adapter.py
│   │   │   ├── terminaltables_adapter.py
│   │   │   ├── tsv_output_adapter.py
│   │   │   └── vertical_table_adapter.py
│   │   └── utils.py
│   └── cli_helpers-1.2.0.dist-info
│   ├── AUTHORS
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 32 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment