Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created February 4, 2019 18:34
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/82b8ff6e3bf217e403662af9b1de8dc8 to your computer and use it in GitHub Desktop.
Save ryantm/82b8ff6e3bf217e403662af9b1de8dc8 to your computer and use it in GitHub Desktop.
/nix/store/scsn5n8dznn723qkzw1wmwklwkz3adqa-python3.7-colander-1.7.0
├── lib
│   └── python3.7
│   └── 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-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── interfaces.cpython-37.pyc
│   │   └── tests
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── test_colander.cpython-37.pyc
│   │   │   └── test_interfaces.cpython-37.pyc
│   │   ├── test_colander.py
│   │   └── test_interfaces.py
│   └── colander-1.7.0.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