Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 24, 2018 06:06
Show Gist options
  • Save ryantm/ba41149b5fc0e93599a9653b93ce7781 to your computer and use it in GitHub Desktop.
Save ryantm/ba41149b5fc0e93599a9653b93ce7781 to your computer and use it in GitHub Desktop.
/nix/store/bxqdh6yckq2224ck7hilknb0m5hv8bcr-python3.6-statsd-3.3.0
├── lib
│   └── python3.6
│   └── site-packages
│   ├── statsd
│   │   ├── client
│   │   │   ├── base.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── base.cpython-36.pyc
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   ├── stream.cpython-36.pyc
│   │   │   │   ├── timer.cpython-36.pyc
│   │   │   │   └── udp.cpython-36.pyc
│   │   │   ├── stream.py
│   │   │   ├── timer.py
│   │   │   └── udp.py
│   │   ├── defaults
│   │   │   ├── django.py
│   │   │   ├── env.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── django.cpython-36.pyc
│   │   │   ├── env.cpython-36.pyc
│   │   │   └── __init__.cpython-36.pyc
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   └── tests.cpython-36.pyc
│   │   └── tests.py
│   └── statsd-3.3.0.dist-info
│   ├── AUTHORS
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
11 directories, 28 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment