Skip to content

Instantly share code, notes, and snippets.

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