Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 17, 2019 21:00
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/ecd1aee1c9331dc54dfd7d6e3e58a571 to your computer and use it in GitHub Desktop.
Save ryantm/ecd1aee1c9331dc54dfd7d6e3e58a571 to your computer and use it in GitHub Desktop.
/nix/store/l6acc8whgvm7yrws88aqpspkhvysdcm6-python3.7-micawber-0.4.1
├── lib
│   └── python3.7
│   └── site-packages
│   ├── micawber
│   │   ├── cache.py
│   │   ├── compat.py
│   │   ├── contrib
│   │   │   ├── __init__.py
│   │   │   ├── mcdjango
│   │   │   │   ├── __init__.py
│   │   │   │   ├── mcdjango_tests
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── models.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   │   ├── models.cpython-37.pyc
│   │   │   │   │   │   └── tests.cpython-37.pyc
│   │   │   │   │   └── tests.py
│   │   │   │   ├── models.py
│   │   │   │   ├── providers.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── models.cpython-37.pyc
│   │   │   │   │   └── providers.cpython-37.pyc
│   │   │   │   ├── templates
│   │   │   │   │   └── micawber
│   │   │   │   │   ├── link.html
│   │   │   │   │   ├── photo.html
│   │   │   │   │   ├── rich.html
│   │   │   │   │   └── video.html
│   │   │   │   └── templatetags
│   │   │   │   ├── __init__.py
│   │   │   │   ├── micawber_tags.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── micawber_tags.cpython-37.pyc
│   │   │   ├── mcflask.py
│   │   │   ├── providers.py
│   │   │   └── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── mcflask.cpython-37.pyc
│   │   │   └── providers.cpython-37.pyc
│   │   ├── exceptions.py
│   │   ├── __init__.py
│   │   ├── parsers.py
│   │   ├── providers.py
│   │   ├── __pycache__
│   │   │   ├── cache.cpython-37.pyc
│   │   │   ├── compat.cpython-37.pyc
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── parsers.cpython-37.pyc
│   │   │   ├── providers.cpython-37.pyc
│   │   │   ├── tests.cpython-37.pyc
│   │   │   └── test_utils.cpython-37.pyc
│   │   ├── tests.py
│   │   └── test_utils.py
│   └── micawber-0.4.1.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
17 directories, 49 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment