Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 15, 2020 14:42
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 r-ryantm/b57c638ab57d8a9e8b08afef2e7025dd to your computer and use it in GitHub Desktop.
Save r-ryantm/b57c638ab57d8a9e8b08afef2e7025dd to your computer and use it in GitHub Desktop.
/nix/store/jvnzwgdh9shk98kw7md7729h6nzcz4az-python3.7-django-classy-tags-2.0.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── classytags
│   │   ├── arguments.py
│   │   ├── blocks.py
│   │   ├── core.py
│   │   ├── exceptions.py
│   │   ├── helpers.py
│   │   ├── __init__.py
│   │   ├── parser.py
│   │   ├── __pycache__
│   │   │   ├── arguments.cpython-37.pyc
│   │   │   ├── blocks.cpython-37.pyc
│   │   │   ├── core.cpython-37.pyc
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── helpers.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── parser.cpython-37.pyc
│   │   │   ├── utils.cpython-37.pyc
│   │   │   └── values.cpython-37.pyc
│   │   ├── utils.py
│   │   └── values.py
│   └── django_classy_tags-2.0.0.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 26 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment