Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created September 29, 2020 03:33
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/de5b346b336741759aea2a7b44aa1489 to your computer and use it in GitHub Desktop.
Save r-ryantm/de5b346b336741759aea2a7b44aa1489 to your computer and use it in GitHub Desktop.
/nix/store/39i8sks1ip37f5n0311acyrglmpwykpy-python3.7-cmd2-1.3.10
├── lib
│   └── python3.7
│   └── site-packages
│   ├── cmd2
│   │   ├── ansi.py
│   │   ├── argparse_completer.py
│   │   ├── argparse_custom.py
│   │   ├── clipboard.py
│   │   ├── cmd2.py
│   │   ├── command_definition.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
│   │   │   ├── command_definition.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.3.10.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 44 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment