Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 29, 2020 10:14
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/fdf3dc34137985b4ee4c453bfd628e40 to your computer and use it in GitHub Desktop.
Save r-ryantm/fdf3dc34137985b4ee4c453bfd628e40 to your computer and use it in GitHub Desktop.
/nix/store/95x5x8ilsm7fqs7gjqi2jp1nm06q8fs6-python2.7-bsddb3-6.2.9
├── include
│   └── python2.7
│   └── bsddb3
│   └── bsddb.h
├── lib
│   └── python2.7
│   └── site-packages
│   ├── bsddb3
│   │   ├── dbobj.py
│   │   ├── dbobj.pyc
│   │   ├── db.py
│   │   ├── db.pyc
│   │   ├── dbrecio.py
│   │   ├── dbrecio.pyc
│   │   ├── dbshelve.py
│   │   ├── dbshelve.pyc
│   │   ├── dbtables.py
│   │   ├── dbtables.pyc
│   │   ├── dbutils.py
│   │   ├── dbutils.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── _pybsddb.so
│   │   └── tests
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── test_all.py
│   │   ├── test_all.pyc
│   │   ├── test_associate.py
│   │   ├── test_associate.pyc
│   │   ├── test_basics.py
│   │   ├── test_basics.pyc
│   │   ├── test_compare.py
│   │   ├── test_compare.pyc
│   │   ├── test_compat.py
│   │   ├── test_compat.pyc
│   │   ├── test_cursor_pget_bug.py
│   │   ├── test_cursor_pget_bug.pyc
│   │   ├── test_dbenv.py
│   │   ├── test_dbenv.pyc
│   │   ├── test_dbobj.py
│   │   ├── test_dbobj.pyc
│   │   ├── test_db.py
│   │   ├── test_db.pyc
│   │   ├── test_dbshelve.py
│   │   ├── test_dbshelve.pyc
│   │   ├── test_dbtables.py
│   │   ├── test_dbtables.pyc
│   │   ├── test_distributed_transactions.py
│   │   ├── test_distributed_transactions.pyc
│   │   ├── test_early_close.py
│   │   ├── test_early_close.pyc
│   │   ├── test_fileid.py
│   │   ├── test_fileid.pyc
│   │   ├── test_get_none.py
│   │   ├── test_get_none.pyc
│   │   ├── test_join.py
│   │   ├── test_join.pyc
│   │   ├── test_lock.py
│   │   ├── test_lock.pyc
│   │   ├── test_misc.py
│   │   ├── test_misc.pyc
│   │   ├── test_pickle.py
│   │   ├── test_pickle.pyc
│   │   ├── test_queue.py
│   │   ├── test_queue.pyc
│   │   ├── test_recno.py
│   │   ├── test_recno.pyc
│   │   ├── test_replication.py
│   │   ├── test_replication.pyc
│   │   ├── test_sequence.py
│   │   ├── test_sequence.pyc
│   │   ├── test_thread.py
│   │   └── test_thread.pyc
│   └── bsddb3-6.2.9.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
10 directories, 75 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment