Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 24, 2018 04:45
Show Gist options
  • Save ryantm/bfdda2248c24c0af213ef9d0d478e88f to your computer and use it in GitHub Desktop.
Save ryantm/bfdda2248c24c0af213ef9d0d478e88f to your computer and use it in GitHub Desktop.
/nix/store/4x2i56qlhr1qbh7s0q6k9j8hrgxbw263-python3.6-python-utils-2.3.0
├── lib
│   └── python3.6
│   └── site-packages
│   ├── python_utils
│   │   ├── __about__.py
│   │   ├── compat.py
│   │   ├── converters.py
│   │   ├── formatters.py
│   │   ├── import_.py
│   │   ├── __init__.py
│   │   ├── logger.py
│   │   ├── __pycache__
│   │   │   ├── __about__.cpython-36.pyc
│   │   │   ├── compat.cpython-36.pyc
│   │   │   ├── converters.cpython-36.pyc
│   │   │   ├── formatters.cpython-36.pyc
│   │   │   ├── import_.cpython-36.pyc
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   ├── logger.cpython-36.pyc
│   │   │   ├── terminal.cpython-36.pyc
│   │   │   └── time.cpython-36.pyc
│   │   ├── terminal.py
│   │   └── time.py
│   └── python_utils-2.2.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 25 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment