Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created December 9, 2019 04:17
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/22648f1e2bc94712727f0b86aaf268c6 to your computer and use it in GitHub Desktop.
Save ryantm/22648f1e2bc94712727f0b86aaf268c6 to your computer and use it in GitHub Desktop.
/nix/store/cj7cz9x8n46sjmng20hz2ji1wlcfs46y-python3.8-colored-1.4.1
├── lib
│   └── python3.8
│   └── site-packages
│   ├── colored
│   │   ├── back.py
│   │   ├── colored.py
│   │   ├── colors.py
│   │   ├── fore.py
│   │   ├── hex.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── back.cpython-38.pyc
│   │   │   ├── colored.cpython-38.pyc
│   │   │   ├── colors.cpython-38.pyc
│   │   │   ├── fore.cpython-38.pyc
│   │   │   ├── hex.cpython-38.pyc
│   │   │   ├── __init__.cpython-38.pyc
│   │   │   └── style.cpython-38.pyc
│   │   └── style.py
│   └── colored-1.4.1.dist-info
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 21 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment