Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 24, 2018 16:31
Show Gist options
  • Save ryantm/a447a3baad80417584476a0b7eebf09a to your computer and use it in GitHub Desktop.
Save ryantm/a447a3baad80417584476a0b7eebf09a to your computer and use it in GitHub Desktop.
/nix/store/azq9aids72bn3hwy6jkgda2la3mj69ha-python3.6-colander-1.5.1
├── lib
│   └── python3.6
│   └── site-packages
│   ├── colander
│   │   ├── compat.py
│   │   ├── __init__.py
│   │   ├── interfaces.py
│   │   ├── locale
│   │   │   ├── colander.pot
│   │   │   ├── cs
│   │   │   │   └── LC_MESSAGES
│   │   │   │   ├── colander.mo
│   │   │   │   └── colander.po
│   │   │   ├── de
│   │   │   │   └── LC_MESSAGES
│   │   │   │   ├── colander.mo
│   │   │   │   └── colander.po
│   │   │   ├── el
│   │   │   │   └── LC_MESSAGES
│   │   │   │   ├── colander.mo
│   │   │   │   └── colander.po
│   │   │   ├── es
│   │   │   │   └── LC_MESSAGES
│   │   │   │   ├── colander.mo
│   │   │   │   └── colander.po
│   │   │   ├── fi
│   │   │   │   └── LC_MESSAGES
│   │   │   │   ├── colander.mo
│   │   │   │   └── colander.po
│   │   │   ├── fr
│   │   │   │   └── LC_MESSAGES
│   │   │   │   ├── colander.mo
│   │   │   │   └── colander.po
│   │   │   ├── it
│   │   │   │   └── LC_MESSAGES
│   │   │   │   ├── colander.mo
│   │   │   │   └── colander.po
│   │   │   ├── ja
│   │   │   │   └── LC_MESSAGES
│   │   │   │   ├── colander.mo
│   │   │   │   └── colander.po
│   │   │   ├── nl
│   │   │   │   └── LC_MESSAGES
│   │   │   │   ├── colander.mo
│   │   │   │   └── colander.po
│   │   │   ├── pl
│   │   │   │   └── LC_MESSAGES
│   │   │   │   ├── colander.mo
│   │   │   │   └── colander.po
│   │   │   ├── pt
│   │   │   │   └── LC_MESSAGES
│   │   │   │   ├── colander.mo
│   │   │   │   └── colander.po
│   │   │   ├── pt_BR
│   │   │   │   └── LC_MESSAGES
│   │   │   │   ├── colander.mo
│   │   │   │   └── colander.po
│   │   │   ├── ro
│   │   │   │   └── LC_MESSAGES
│   │   │   │   ├── colander.mo
│   │   │   │   └── colander.po
│   │   │   ├── ru
│   │   │   │   └── LC_MESSAGES
│   │   │   │   ├── colander.mo
│   │   │   │   └── colander.po
│   │   │   ├── sv
│   │   │   │   └── LC_MESSAGES
│   │   │   │   ├── colander.mo
│   │   │   │   └── colander.po
│   │   │   ├── zh_Hans
│   │   │   │   └── LC_MESSAGES
│   │   │   │   ├── colander.mo
│   │   │   │   └── colander.po
│   │   │   └── zh_Hant
│   │   │   └── LC_MESSAGES
│   │   │   ├── colander.mo
│   │   │   └── colander.po
│   │   ├── __pycache__
│   │   │   ├── compat.cpython-36.pyc
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   └── interfaces.cpython-36.pyc
│   │   └── tests
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   ├── test_colander.cpython-36.pyc
│   │   │   └── test_interfaces.cpython-36.pyc
│   │   ├── test_colander.py
│   │   └── test_interfaces.py
│   └── colander-1.5.1.dist-info
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
44 directories, 54 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment