Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 2, 2019 11:58
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/6a15a186a07a6013f57873e3caf332ac to your computer and use it in GitHub Desktop.
Save ryantm/6a15a186a07a6013f57873e3caf332ac to your computer and use it in GitHub Desktop.
/nix/store/x7b76jvc2sk70lrwxdh29mk69ms0bj06-python3.7-zodbpickle-1.0.3
├── lib
│   └── python3.7
│   └── site-packages
│   ├── zodbpickle
│   │   ├── fastpickle.py
│   │   ├── __init__.py
│   │   ├── _pickle_27.c
│   │   ├── pickle_2.py
│   │   ├── _pickle_33.c
│   │   ├── pickle_3.py
│   │   ├── _pickle.cpython-37m-x86_64-linux-gnu.so
│   │   ├── pickle.py
│   │   ├── pickletools_2.py
│   │   ├── pickletools_3.py
│   │   ├── __pycache__
│   │   │   ├── fastpickle.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── pickle_3.cpython-37.pyc
│   │   │   ├── pickle.cpython-37.pyc
│   │   │   ├── pickletools_3.cpython-37.pyc
│   │   │   └── slowpickle.cpython-37.pyc
│   │   ├── slowpickle.py
│   │   └── tests
│   │   ├── __init__.py
│   │   ├── pickletester_2.py
│   │   ├── pickletester_3.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── pickletester_3.cpython-37.pyc
│   │   │   ├── test_pickle_2.cpython-37.pyc
│   │   │   ├── test_pickle_3.cpython-37.pyc
│   │   │   └── test_pickle.cpython-37.pyc
│   │   ├── test_pickle_2.py
│   │   ├── test_pickle_3.py
│   │   └── test_pickle.py
│   └── zodbpickle-1.0.3.dist-info
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 35 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment