Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created June 11, 2020 01:51
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/0b66f714c4768ed78da74a90c9f40a66 to your computer and use it in GitHub Desktop.
Save r-ryantm/0b66f714c4768ed78da74a90c9f40a66 to your computer and use it in GitHub Desktop.
/nix/store/dmcbg6yiphakrhc91z34bmy4qv2llv1j-python3.7-cmd2-1.1.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── cmd2
│   │   ├── ansi.py
│   │   ├── argparse_completer.py
│   │   ├── argparse_custom.py
│   │   ├── clipboard.py
│   │   ├── cmd2.py
│   │   ├── constants.py
│   │   ├── decorators.py
│   │   ├── exceptions.py
│   │   ├── history.py
│   │   ├── __init__.py
│   │   ├── parsing.py
│   │   ├── plugin.py
│   │   ├── py_bridge.py
│   │   ├── __pycache__
│   │   │   ├── ansi.cpython-37.pyc
│   │   │   ├── argparse_completer.cpython-37.pyc
│   │   │   ├── argparse_custom.cpython-37.pyc
│   │   │   ├── clipboard.cpython-37.pyc
│   │   │   ├── cmd2.cpython-37.pyc
│   │   │   ├── constants.cpython-37.pyc
│   │   │   ├── decorators.cpython-37.pyc
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── history.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── parsing.cpython-37.pyc
│   │   │   ├── plugin.cpython-37.pyc
│   │   │   ├── py_bridge.cpython-37.pyc
│   │   │   ├── rl_utils.cpython-37.pyc
│   │   │   ├── table_creator.cpython-37.pyc
│   │   │   ├── transcript.cpython-37.pyc
│   │   │   └── utils.cpython-37.pyc
│   │   ├── rl_utils.py
│   │   ├── table_creator.py
│   │   ├── transcript.py
│   │   └── utils.py
│   └── cmd2-1.1.0.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 42 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment