Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 20, 2019 08:52
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/c58f8296559c59264d165dfd74c9a51e to your computer and use it in GitHub Desktop.
Save ryantm/c58f8296559c59264d165dfd74c9a51e to your computer and use it in GitHub Desktop.
/nix/store/gyb8jdz44lkq57sfv96bz306jq8aj90i-python3.7-loguru-0.3.1
├── lib
│   └── python3.7
│   └── site-packages
│   ├── loguru
│   │   ├── _ansimarkup.py
│   │   ├── _better_exceptions.py
│   │   ├── _colorama.py
│   │   ├── _datetime.py
│   │   ├── _defaults.py
│   │   ├── _file_sink.py
│   │   ├── _get_frame.py
│   │   ├── _handler.py
│   │   ├── __init__.py
│   │   ├── _logger.py
│   │   ├── __pycache__
│   │   │   ├── _ansimarkup.cpython-37.pyc
│   │   │   ├── _better_exceptions.cpython-37.pyc
│   │   │   ├── _colorama.cpython-37.pyc
│   │   │   ├── _datetime.cpython-37.pyc
│   │   │   ├── _defaults.cpython-37.pyc
│   │   │   ├── _file_sink.cpython-37.pyc
│   │   │   ├── _get_frame.cpython-37.pyc
│   │   │   ├── _handler.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── _logger.cpython-37.pyc
│   │   │   ├── _recattrs.cpython-37.pyc
│   │   │   └── _string_parsers.cpython-37.pyc
│   │   ├── _recattrs.py
│   │   └── _string_parsers.py
│   └── loguru-0.3.1.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 31 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment