Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 28, 2019 15:07
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/da37b3207a200195926be002f0a68751 to your computer and use it in GitHub Desktop.
Save ryantm/da37b3207a200195926be002f0a68751 to your computer and use it in GitHub Desktop.
/nix/store/4wnhdrd2blnxiycg77kwrivv16h9nx0b-python3.7-Logbook-1.5.2
├── lib
│   └── python3.7
│   └── site-packages
│   ├── logbook
│   │   ├── base.py
│   │   ├── compat.py
│   │   ├── concurrency.py
│   │   ├── _fallback.py
│   │   ├── handlers.py
│   │   ├── helpers.py
│   │   ├── __init__.py
│   │   ├── more.py
│   │   ├── notifiers.py
│   │   ├── __pycache__
│   │   │   ├── base.cpython-37.pyc
│   │   │   ├── compat.cpython-37.pyc
│   │   │   ├── concurrency.cpython-37.pyc
│   │   │   ├── _fallback.cpython-37.pyc
│   │   │   ├── handlers.cpython-37.pyc
│   │   │   ├── helpers.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── more.cpython-37.pyc
│   │   │   ├── notifiers.cpython-37.pyc
│   │   │   ├── queues.cpython-37.pyc
│   │   │   ├── _termcolors.cpython-37.pyc
│   │   │   ├── ticketing.cpython-37.pyc
│   │   │   ├── utils.cpython-37.pyc
│   │   │   └── __version__.cpython-37.pyc
│   │   ├── queues.py
│   │   ├── _termcolors.py
│   │   ├── ticketing.py
│   │   ├── utils.py
│   │   └── __version__.py
│   └── Logbook-1.5.2.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 35 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment