Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 5, 2019 17:55
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/c3bcff7d6296fc47face2bc42cafb71e to your computer and use it in GitHub Desktop.
Save ryantm/c3bcff7d6296fc47face2bc42cafb71e to your computer and use it in GitHub Desktop.
/nix/store/p52py64krzanb0dazisk9kv7mw53awyw-python3.7-paste-3.1.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── paste
│   │   ├── auth
│   │   │   ├── auth_tkt.py
│   │   │   ├── basic.py
│   │   │   ├── cas.py
│   │   │   ├── cookie.py
│   │   │   ├── digest.py
│   │   │   ├── form.py
│   │   │   ├── grantip.py
│   │   │   ├── __init__.py
│   │   │   ├── multi.py
│   │   │   ├── open_id.py
│   │   │   └── __pycache__
│   │   │   ├── auth_tkt.cpython-37.pyc
│   │   │   ├── basic.cpython-37.pyc
│   │   │   ├── cas.cpython-37.pyc
│   │   │   ├── cookie.cpython-37.pyc
│   │   │   ├── digest.cpython-37.pyc
│   │   │   ├── form.cpython-37.pyc
│   │   │   ├── grantip.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── multi.cpython-37.pyc
│   │   │   └── open_id.cpython-37.pyc
│   │   ├── cascade.py
│   │   ├── cgiapp.py
│   │   ├── cgitb_catcher.py
│   │   ├── config.py
│   │   ├── cowbell
│   │   │   ├── bell-ascending.png
│   │   │   ├── bell-descending.png
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── debug
│   │   │   ├── debugapp.py
│   │   │   ├── doctest_webapp.py
│   │   │   ├── fsdiff.py
│   │   │   ├── __init__.py
│   │   │   ├── prints.py
│   │   │   ├── profile.py
│   │   │   ├── __pycache__
│   │   │   │   ├── debugapp.cpython-37.pyc
│   │   │   │   ├── doctest_webapp.cpython-37.pyc
│   │   │   │   ├── fsdiff.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── prints.cpython-37.pyc
│   │   │   │   ├── profile.cpython-37.pyc
│   │   │   │   ├── testserver.cpython-37.pyc
│   │   │   │   ├── watchthreads.cpython-37.pyc
│   │   │   │   └── wdg_validate.cpython-37.pyc
│   │   │   ├── testserver.py
│   │   │   ├── watchthreads.py
│   │   │   └── wdg_validate.py
│   │   ├── errordocument.py
│   │   ├── evalexception
│   │   │   ├── evalcontext.py
│   │   │   ├── __init__.py
│   │   │   ├── media
│   │   │   │   ├── debug.js
│   │   │   │   ├── minus.jpg
│   │   │   │   ├── MochiKit.packed.js
│   │   │   │   └── plus.jpg
│   │   │   ├── middleware.py
│   │   │   └── __pycache__
│   │   │   ├── evalcontext.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── middleware.cpython-37.pyc
│   │   ├── exceptions
│   │   │   ├── collector.py
│   │   │   ├── errormiddleware.py
│   │   │   ├── formatter.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── collector.cpython-37.pyc
│   │   │   │   ├── errormiddleware.cpython-37.pyc
│   │   │   │   ├── formatter.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── reporter.cpython-37.pyc
│   │   │   │   └── serial_number_generator.cpython-37.pyc
│   │   │   ├── reporter.py
│   │   │   └── serial_number_generator.py
│   │   ├── fileapp.py
│   │   ├── fixture.py
│   │   ├── flup_session.py
│   │   ├── gzipper.py
│   │   ├── httpexceptions.py
│   │   ├── httpheaders.py
│   │   ├── httpserver.py
│   │   ├── lint.py
│   │   ├── modpython.py
│   │   ├── pony.py
│   │   ├── progress.py
│   │   ├── proxy.py
│   │   ├── __pycache__
│   │   │   ├── cascade.cpython-37.pyc
│   │   │   ├── cgiapp.cpython-37.pyc
│   │   │   ├── cgitb_catcher.cpython-37.pyc
│   │   │   ├── config.cpython-37.pyc
│   │   │   ├── errordocument.cpython-37.pyc
│   │   │   ├── fileapp.cpython-37.pyc
│   │   │   ├── fixture.cpython-37.pyc
│   │   │   ├── flup_session.cpython-37.pyc
│   │   │   ├── gzipper.cpython-37.pyc
│   │   │   ├── httpexceptions.cpython-37.pyc
│   │   │   ├── httpheaders.cpython-37.pyc
│   │   │   ├── httpserver.cpython-37.pyc
│   │   │   ├── lint.cpython-37.pyc
│   │   │   ├── modpython.cpython-37.pyc
│   │   │   ├── pony.cpython-37.pyc
│   │   │   ├── progress.cpython-37.pyc
│   │   │   ├── proxy.cpython-37.pyc
│   │   │   ├── recursive.cpython-37.pyc
│   │   │   ├── registry.cpython-37.pyc
│   │   │   ├── reloader.cpython-37.pyc
│   │   │   ├── request.cpython-37.pyc
│   │   │   ├── response.cpython-37.pyc
│   │   │   ├── session.cpython-37.pyc
│   │   │   ├── transaction.cpython-37.pyc
│   │   │   ├── translogger.cpython-37.pyc
│   │   │   ├── url.cpython-37.pyc
│   │   │   ├── urlmap.cpython-37.pyc
│   │   │   ├── urlparser.cpython-37.pyc
│   │   │   ├── wsgilib.cpython-37.pyc
│   │   │   └── wsgiwrappers.cpython-37.pyc
│   │   ├── recursive.py
│   │   ├── registry.py
│   │   ├── reloader.py
│   │   ├── request.py
│   │   ├── response.py
│   │   ├── session.py
│   │   ├── transaction.py
│   │   ├── translogger.py
│   │   ├── urlmap.py
│   │   ├── urlparser.py
│   │   ├── url.py
│   │   ├── util
│   │   │   ├── classinit.py
│   │   │   ├── classinstance.py
│   │   │   ├── converters.py
│   │   │   ├── dateinterval.py
│   │   │   ├── datetimeutil.py
│   │   │   ├── filemixin.py
│   │   │   ├── finddata.py
│   │   │   ├── findpackage.py
│   │   │   ├── html.py
│   │   │   ├── import_string.py
│   │   │   ├── __init__.py
│   │   │   ├── intset.py
│   │   │   ├── ip4.py
│   │   │   ├── killthread.py
│   │   │   ├── looper.py
│   │   │   ├── mimeparse.py
│   │   │   ├── multidict.py
│   │   │   ├── __pycache__
│   │   │   │   ├── classinit.cpython-37.pyc
│   │   │   │   ├── classinstance.cpython-37.pyc
│   │   │   │   ├── converters.cpython-37.pyc
│   │   │   │   ├── dateinterval.cpython-37.pyc
│   │   │   │   ├── datetimeutil.cpython-37.pyc
│   │   │   │   ├── filemixin.cpython-37.pyc
│   │   │   │   ├── finddata.cpython-37.pyc
│   │   │   │   ├── findpackage.cpython-37.pyc
│   │   │   │   ├── html.cpython-37.pyc
│   │   │   │   ├── import_string.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── intset.cpython-37.pyc
│   │   │   │   ├── ip4.cpython-37.pyc
│   │   │   │   ├── killthread.cpython-37.pyc
│   │   │   │   ├── looper.cpython-37.pyc
│   │   │   │   ├── mimeparse.cpython-37.pyc
│   │   │   │   ├── multidict.cpython-37.pyc
│   │   │   │   ├── PySourceColor.cpython-37.pyc
│   │   │   │   ├── quoting.cpython-37.pyc
│   │   │   │   ├── scgiserver.cpython-37.pyc
│   │   │   │   ├── template.cpython-37.pyc
│   │   │   │   ├── threadedprint.cpython-37.pyc
│   │   │   │   └── threadinglocal.cpython-37.pyc
│   │   │   ├── PySourceColor.py
│   │   │   ├── quoting.py
│   │   │   ├── scgiserver.py
│   │   │   ├── template.py
│   │   │   ├── threadedprint.py
│   │   │   └── threadinglocal.py
│   │   ├── wsgilib.py
│   │   └── wsgiwrappers.py
│   ├── Paste-3.1.0.dist-info
│   │   ├── entry_points.txt
│   │   ├── INSTALLER
│   │   ├── METADATA
│   │   ├── namespace_packages.txt
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── Paste-3.1.0-py3.7-nspkg.pth
└── nix-support
└── propagated-build-inputs
20 directories, 179 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment