Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created January 4, 2021 05:34
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/24fe9abe8a81bf476eb4d6a7e4b5203e to your computer and use it in GitHub Desktop.
Save r-ryantm/24fe9abe8a81bf476eb4d6a7e4b5203e to your computer and use it in GitHub Desktop.
/nix/store/52bk2zjy6kg15zn2r2bjqy9bh2rydw9h-python3.7-sqlite-utils-3.2
├── 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.2.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