Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 24, 2018 12:19
Show Gist options
  • Save ryantm/ab8f0de6fa352e3b9f38373adce50362 to your computer and use it in GitHub Desktop.
Save ryantm/ab8f0de6fa352e3b9f38373adce50362 to your computer and use it in GitHub Desktop.
/nix/store/q57ibz8f4941aga4815yb65kwqxqm3h5-python3.6-django-classy-tags-0.8.0
├── lib
│   └── python3.6
│   └── site-packages
│   ├── classytags
│   │   ├── arguments.py
│   │   ├── blocks.py
│   │   ├── compat.py
│   │   ├── core.py
│   │   ├── exceptions.py
│   │   ├── helpers.py
│   │   ├── __init__.py
│   │   ├── models.py
│   │   ├── parser.py
│   │   ├── __pycache__
│   │   │   ├── arguments.cpython-36.pyc
│   │   │   ├── blocks.cpython-36.pyc
│   │   │   ├── compat.cpython-36.pyc
│   │   │   ├── core.cpython-36.pyc
│   │   │   ├── exceptions.cpython-36.pyc
│   │   │   ├── helpers.cpython-36.pyc
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   ├── models.cpython-36.pyc
│   │   │   ├── parser.cpython-36.pyc
│   │   │   ├── tests.cpython-36.pyc
│   │   │   ├── utils.cpython-36.pyc
│   │   │   └── values.cpython-36.pyc
│   │   ├── test
│   │   │   ├── context_managers.py
│   │   │   ├── __init__.py
│   │   │   ├── project
│   │   │   │   ├── __init__.py
│   │   │   │   ├── models.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   └── models.cpython-36.pyc
│   │   │   └── __pycache__
│   │   │   ├── context_managers.cpython-36.pyc
│   │   │   └── __init__.cpython-36.pyc
│   │   ├── tests.py
│   │   ├── utils.py
│   │   └── values.py
│   └── django_classy_tags-0.8.0.dist-info
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
11 directories, 38 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment