Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 15, 2020 19:30
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/d73ff33b06b81d7c08123d6e87245962 to your computer and use it in GitHub Desktop.
Save r-ryantm/d73ff33b06b81d7c08123d6e87245962 to your computer and use it in GitHub Desktop.
/nix/store/vibshi77ll3vzawnl99sn4qh3d5r9mkd-python3.7-plone.testing-8.0.2
├── lib
│   └── python3.7
│   └── site-packages
│   ├── plone
│   │   └── testing
│   │   ├── __init__.py
│   │   ├── layer.py
│   │   ├── layer.rst
│   │   ├── publisher.py
│   │   ├── publisher.rst
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── layer.cpython-37.pyc
│   │   │   ├── publisher.cpython-37.pyc
│   │   │   ├── security.cpython-37.pyc
│   │   │   ├── tests.cpython-37.pyc
│   │   │   ├── z2.cpython-37.pyc
│   │   │   ├── _z2_testbrowser.cpython-37.pyc
│   │   │   ├── zca.cpython-37.pyc
│   │   │   ├── zodb.cpython-37.pyc
│   │   │   ├── zope.cpython-37.pyc
│   │   │   └── zserver.cpython-37.pyc
│   │   ├── README.rst
│   │   ├── security.py
│   │   ├── security.rst
│   │   ├── testing_zca_more_specific.zcml
│   │   ├── testing_zca.zcml
│   │   ├── tests.py
│   │   ├── z2.py
│   │   ├── _z2_testbrowser.py
│   │   ├── zca.py
│   │   ├── zca.rst
│   │   ├── zodb.py
│   │   ├── zodb.rst
│   │   ├── zope.py
│   │   ├── zope.rst
│   │   ├── zserver.py
│   │   └── zserver.rst
│   ├── plone.testing-8.0.2.dist-info
│   │   ├── direct_url.json
│   │   ├── INSTALLER
│   │   ├── METADATA
│   │   ├── namespace_packages.txt
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── plone.testing-8.0.2-py3.7-nspkg.pth
└── nix-support
└── propagated-build-inputs
8 directories, 41 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment