Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created January 2, 2021 07:25
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/5e4cd39911157c2a3e1890ae9d277507 to your computer and use it in GitHub Desktop.
Save r-ryantm/5e4cd39911157c2a3e1890ae9d277507 to your computer and use it in GitHub Desktop.
/nix/store/3f7cad7pk4qfqh0ppfyxl91w6a15l1c8-python3.7-sqlite-utils-3.1.1
├── bin
│   └── sqlite-utils
├── lib
│   └── python3.7
│   └── site-packages
│   ├── sqlite_utils
│   │   ├── cli.py
│   │   ├── db.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── cli.cpython-37.pyc
│   │   │   ├── db.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── utils.cpython-37.pyc
│   │   └── utils.py
│   └── sqlite_utils-3.1.1.dist-info
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
8 directories, 19 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment