Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 2, 2019 20:27
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/b36edd8d43f6fc3e0f1b47da301c8132 to your computer and use it in GitHub Desktop.
Save ryantm/b36edd8d43f6fc3e0f1b47da301c8132 to your computer and use it in GitHub Desktop.
/nix/store/am5jykk4bhdq01qphmxi3wxl1qjr9d84-python3.7-ofxparse-0.20
├── lib
│   └── python3.7
│   └── site-packages
│   ├── ofxparse
│   │   ├── __init__.py
│   │   ├── mcc.py
│   │   ├── ofxparse.py
│   │   ├── ofxprinter.py
│   │   ├── ofxutil.py
│   │   └── __pycache__
│   │   ├── __init__.cpython-37.pyc
│   │   ├── mcc.cpython-37.pyc
│   │   ├── ofxparse.cpython-37.pyc
│   │   ├── ofxprinter.cpython-37.pyc
│   │   └── ofxutil.cpython-37.pyc
│   └── ofxparse-0.20.dist-info
│   ├── AUTHORS
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   ├── WHEEL
│   └── zip-safe
└── nix-support
└── propagated-build-inputs
7 directories, 20 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment