Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created April 10, 2020 12:30
Show Gist options
  • Save r-ryantm/354563f1cf5fb47a51110a28b5d43dd5 to your computer and use it in GitHub Desktop.
Save r-ryantm/354563f1cf5fb47a51110a28b5d43dd5 to your computer and use it in GitHub Desktop.
/nix/store/pmw9xpnxx4sphp6iqf7frbdvly4qnpbc-python3.7-aiosqlite-0.12.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── aiosqlite
│   │   ├── context.py
│   │   ├── core.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── context.cpython-37.pyc
│   │   │   ├── core.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   └── tests
│   │   ├── helpers.py
│   │   ├── __init__.py
│   │   ├── __main__.py
│   │   ├── perf.py
│   │   ├── __pycache__
│   │   │   ├── helpers.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── __main__.cpython-37.pyc
│   │   │   ├── perf.cpython-37.pyc
│   │   │   └── smoke.cpython-37.pyc
│   │   └── smoke.py
│   └── aiosqlite-0.12.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 23 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment