Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 18, 2019 03:17
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/f6cf1730bf61b3b4878d20e0bbce7d6d to your computer and use it in GitHub Desktop.
Save ryantm/f6cf1730bf61b3b4878d20e0bbce7d6d to your computer and use it in GitHub Desktop.
/nix/store/6gar9v5hi8nqg0r7vnbva6ia8l2550r5-python3.7-zodbpickle-1.0.4
├── 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.4.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