Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 16, 2019 07:28
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 ryantm/0342acccac05d9e2fe05d7ec45b5bdfb to your computer and use it in GitHub Desktop.
Save ryantm/0342acccac05d9e2fe05d7ec45b5bdfb to your computer and use it in GitHub Desktop.
/nix/store/6bnw58wxssyn3x5jjj1zs7adcrzx8m11-python3.7-dbf-0.98.2
├── lib
│   └── python3.7
│   └── site-packages
│   ├── dbf
│   │   ├── _index.py
│   │   ├── __init__.py
│   │   ├── LICENSE
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── test.cpython-37.pyc
│   │   ├── README.md
│   │   ├── test.py
│   │   └── WHATSNEW
│   └── dbf-0.98.2.dist-info
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 14 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment