Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created March 23, 2020 08: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/22059e1a99b102f03e2acc806ff041d5 to your computer and use it in GitHub Desktop.
Save r-ryantm/22059e1a99b102f03e2acc806ff041d5 to your computer and use it in GitHub Desktop.
/nix/store/11sd5smp0afy0zq09m8fpl30z58g7xsv-python2.7-colorlog-4.1.0
├── lib
│   └── python2.7
│   └── site-packages
│   ├── colorlog
│   │   ├── colorlog.py
│   │   ├── colorlog.pyc
│   │   ├── escape_codes.py
│   │   ├── escape_codes.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── logging.py
│   │   ├── logging.pyc
│   │   └── tests
│   │   ├── conftest.py
│   │   ├── conftest.pyc
│   │   ├── test_colorlog.py
│   │   ├── test_colorlog.pyc
│   │   ├── test_config.py
│   │   ├── test_config.pyc
│   │   ├── test_escape_codes.py
│   │   ├── test_escape_codes.pyc
│   │   ├── test_example.py
│   │   ├── test_example.pyc
│   │   ├── test_exports.py
│   │   ├── test_exports.pyc
│   │   ├── test_logging.py
│   │   └── test_logging.pyc
│   └── colorlog-4.1.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 29 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment