Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 5, 2019 06:47
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/fdf0aa4aad3146a285475b07a1d195e4 to your computer and use it in GitHub Desktop.
Save ryantm/fdf0aa4aad3146a285475b07a1d195e4 to your computer and use it in GitHub Desktop.
/nix/store/x337kpzkb75nbnmsync5yynhl7idkbi0-python3.7-BTrees-4.6.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── BTrees
│   │   ├── _base.py
│   │   ├── BTreeItemsTemplate.c
│   │   ├── BTreeModuleTemplate.c
│   │   ├── BTreeTemplate.c
│   │   ├── BucketTemplate.c
│   │   ├── check.py
│   │   ├── _compat.h
│   │   ├── _compat.py
│   │   ├── Development.txt
│   │   ├── floatvaluemacros.h
│   │   ├── _fsBTree.c
│   │   ├── _fsBTree.cpython-37m-x86_64-linux-gnu.so
│   │   ├── fsBTree.py
│   │   ├── _IFBTree.c
│   │   ├── _IFBTree.cpython-37m-x86_64-linux-gnu.so
│   │   ├── IFBTree.py
│   │   ├── _IIBTree.c
│   │   ├── _IIBTree.cpython-37m-x86_64-linux-gnu.so
│   │   ├── IIBTree.py
│   │   ├── __init__.py
│   │   ├── Interfaces.py
│   │   ├── intkeymacros.h
│   │   ├── intvaluemacros.h
│   │   ├── _IOBTree.c
│   │   ├── _IOBTree.cpython-37m-x86_64-linux-gnu.so
│   │   ├── IOBTree.py
│   │   ├── Length.py
│   │   ├── _LFBTree.c
│   │   ├── _LFBTree.cpython-37m-x86_64-linux-gnu.so
│   │   ├── LFBTree.py
│   │   ├── _LLBTree.c
│   │   ├── _LLBTree.cpython-37m-x86_64-linux-gnu.so
│   │   ├── LLBTree.py
│   │   ├── _LOBTree.c
│   │   ├── _LOBTree.cpython-37m-x86_64-linux-gnu.so
│   │   ├── LOBTree.py
│   │   ├── MergeTemplate.c
│   │   ├── objectkeymacros.h
│   │   ├── objectvaluemacros.h
│   │   ├── _OIBTree.c
│   │   ├── _OIBTree.cpython-37m-x86_64-linux-gnu.so
│   │   ├── OIBTree.py
│   │   ├── _OLBTree.c
│   │   ├── _OLBTree.cpython-37m-x86_64-linux-gnu.so
│   │   ├── OLBTree.py
│   │   ├── _OOBTree.c
│   │   ├── _OOBTree.cpython-37m-x86_64-linux-gnu.so
│   │   ├── OOBTree.py
│   │   ├── __pycache__
│   │   │   ├── _base.cpython-37.pyc
│   │   │   ├── check.cpython-37.pyc
│   │   │   ├── _compat.cpython-37.pyc
│   │   │   ├── fsBTree.cpython-37.pyc
│   │   │   ├── IFBTree.cpython-37.pyc
│   │   │   ├── IIBTree.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── Interfaces.cpython-37.pyc
│   │   │   ├── IOBTree.cpython-37.pyc
│   │   │   ├── Length.cpython-37.pyc
│   │   │   ├── LFBTree.cpython-37.pyc
│   │   │   ├── LLBTree.cpython-37.pyc
│   │   │   ├── LOBTree.cpython-37.pyc
│   │   │   ├── OIBTree.cpython-37.pyc
│   │   │   ├── OLBTree.cpython-37.pyc
│   │   │   ├── OOBTree.cpython-37.pyc
│   │   │   └── utils.cpython-37.pyc
│   │   ├── SetOpTemplate.c
│   │   ├── SetTemplate.c
│   │   ├── sorters.c
│   │   ├── tests
│   │   │   ├── common.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── common.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── test__base.cpython-37.pyc
│   │   │   │   ├── testBTrees.cpython-37.pyc
│   │   │   │   ├── test_btreesubclass.cpython-37.pyc
│   │   │   │   ├── testBTreesUnicode.cpython-37.pyc
│   │   │   │   ├── test_check.cpython-37.pyc
│   │   │   │   ├── testConflict.cpython-37.pyc
│   │   │   │   ├── test_fsBTree.cpython-37.pyc
│   │   │   │   ├── test_IFBTree.cpython-37.pyc
│   │   │   │   ├── test_IIBTree.cpython-37.pyc
│   │   │   │   ├── test_IOBTree.cpython-37.pyc
│   │   │   │   ├── test_Length.cpython-37.pyc
│   │   │   │   ├── test_LFBTree.cpython-37.pyc
│   │   │   │   ├── test_LLBTree.cpython-37.pyc
│   │   │   │   ├── test_LOBTree.cpython-37.pyc
│   │   │   │   ├── test_OIBTree.cpython-37.pyc
│   │   │   │   ├── test_OLBTree.cpython-37.pyc
│   │   │   │   ├── test_OOBTree.cpython-37.pyc
│   │   │   │   └── test_utils.cpython-37.pyc
│   │   │   ├── test__base.py
│   │   │   ├── testBTrees.py
│   │   │   ├── test_btreesubclass.py
│   │   │   ├── testBTreesUnicode.py
│   │   │   ├── test_check.py
│   │   │   ├── testConflict.py
│   │   │   ├── test_fsBTree.py
│   │   │   ├── test_IFBTree.py
│   │   │   ├── test_IIBTree.py
│   │   │   ├── test_IOBTree.py
│   │   │   ├── test_Length.py
│   │   │   ├── test_LFBTree.py
│   │   │   ├── test_LLBTree.py
│   │   │   ├── test_LOBTree.py
│   │   │   ├── test_OIBTree.py
│   │   │   ├── test_OLBTree.py
│   │   │   ├── test_OOBTree.py
│   │   │   └── test_utils.py
│   │   ├── TreeSetTemplate.c
│   │   └── utils.py
│   └── BTrees-4.6.0.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 118 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment