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/88ba104dde078f91514483e2e84ef544 to your computer and use it in GitHub Desktop.
Save r-ryantm/88ba104dde078f91514483e2e84ef544 to your computer and use it in GitHub Desktop.
/nix/store/mdv8kcf6vcn4ka0vz469zxmcj4nks2mq-python3.7-cmd2-1.0.2
├── 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
│   │   │   ├── transcript.cpython-37.pyc
│   │   │   └── utils.cpython-37.pyc
│   │   ├── rl_utils.py
│   │   ├── transcript.py
│   │   └── utils.py
│   └── cmd2-1.0.2.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 39 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment