Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 24, 2018 05:10
Show Gist options
  • Save ryantm/136ab4b61b2d3efd6e539ad0523fc0e6 to your computer and use it in GitHub Desktop.
Save ryantm/136ab4b61b2d3efd6e539ad0523fc0e6 to your computer and use it in GitHub Desktop.
/nix/store/i3231xfgfg1sk7ckrrrxf9b1cjkii1h4-python3.6-transaction-2.3.0
├── lib
│   └── python3.6
│   └── site-packages
│   ├── transaction
│   │   ├── _compat.py
│   │   ├── __init__.py
│   │   ├── interfaces.py
│   │   ├── _manager.py
│   │   ├── __pycache__
│   │   │   ├── _compat.cpython-36.pyc
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   ├── interfaces.cpython-36.pyc
│   │   │   ├── _manager.cpython-36.pyc
│   │   │   ├── _transaction.cpython-36.pyc
│   │   │   └── weakset.cpython-36.pyc
│   │   ├── tests
│   │   │   ├── common.py
│   │   │   ├── examples.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── common.cpython-36.pyc
│   │   │   │   ├── examples.cpython-36.pyc
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   ├── savepointsample.cpython-36.pyc
│   │   │   │   ├── test__manager.cpython-36.pyc
│   │   │   │   ├── test_register_compat.cpython-36.pyc
│   │   │   │   ├── test_savepoint.cpython-36.pyc
│   │   │   │   ├── test__transaction.cpython-36.pyc
│   │   │   │   └── test_weakset.cpython-36.pyc
│   │   │   ├── savepointsample.py
│   │   │   ├── test__manager.py
│   │   │   ├── test_register_compat.py
│   │   │   ├── test_savepoint.py
│   │   │   ├── test__transaction.py
│   │   │   └── test_weakset.py
│   │   ├── _transaction.py
│   │   └── weakset.py
│   └── transaction-2.3.0.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 38 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment