Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 24, 2018 14:06
Show Gist options
  • Save ryantm/fb8ef52e533c13cf0f3a03d627114055 to your computer and use it in GitHub Desktop.
Save ryantm/fb8ef52e533c13cf0f3a03d627114055 to your computer and use it in GitHub Desktop.
/nix/store/n0lsdzwm9h178sgsz0mbqq7yzgg82h7l-python3.6-colored-1.3.93
├── lib
│   └── python3.6
│   └── site-packages
│   ├── colored
│   │   ├── back.py
│   │   ├── colored.py
│   │   ├── colors.py
│   │   ├── fore.py
│   │   ├── hex.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── back.cpython-36.pyc
│   │   │   ├── colored.cpython-36.pyc
│   │   │   ├── colors.cpython-36.pyc
│   │   │   ├── fore.cpython-36.pyc
│   │   │   ├── hex.cpython-36.pyc
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   └── style.cpython-36.pyc
│   │   └── style.py
│   └── colored-1.3.93.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