Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 2, 2019 12: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/d6f9faa4897d025e4007881ff73ffa59 to your computer and use it in GitHub Desktop.
Save ryantm/d6f9faa4897d025e4007881ff73ffa59 to your computer and use it in GitHub Desktop.
/nix/store/92654d568fsw9ma5spsfz8cxfljnfk40-python3.7-fints-2.1.1
├── lib
│   └── python3.7
│   └── site-packages
│   ├── fints
│   │   ├── client.py
│   │   ├── connection.py
│   │   ├── dialog.py
│   │   ├── exceptions.py
│   │   ├── fields.py
│   │   ├── formals.py
│   │   ├── hhd
│   │   │   ├── flicker.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── flicker.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── __init__.py
│   │   ├── message.py
│   │   ├── models.py
│   │   ├── parser.py
│   │   ├── __pycache__
│   │   │   ├── client.cpython-37.pyc
│   │   │   ├── connection.cpython-37.pyc
│   │   │   ├── dialog.cpython-37.pyc
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── fields.cpython-37.pyc
│   │   │   ├── formals.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── message.cpython-37.pyc
│   │   │   ├── models.cpython-37.pyc
│   │   │   ├── parser.cpython-37.pyc
│   │   │   ├── security.cpython-37.pyc
│   │   │   ├── types.cpython-37.pyc
│   │   │   └── utils.cpython-37.pyc
│   │   ├── security.py
│   │   ├── segments
│   │   │   ├── accounts.py
│   │   │   ├── auth.py
│   │   │   ├── bank.py
│   │   │   ├── base.py
│   │   │   ├── debit.py
│   │   │   ├── depot.py
│   │   │   ├── dialog.py
│   │   │   ├── __init__.py
│   │   │   ├── journal.py
│   │   │   ├── message.py
│   │   │   ├── __pycache__
│   │   │   │   ├── accounts.cpython-37.pyc
│   │   │   │   ├── auth.cpython-37.pyc
│   │   │   │   ├── bank.cpython-37.pyc
│   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   ├── debit.cpython-37.pyc
│   │   │   │   ├── depot.cpython-37.pyc
│   │   │   │   ├── dialog.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── journal.cpython-37.pyc
│   │   │   │   ├── message.cpython-37.pyc
│   │   │   │   ├── saldo.cpython-37.pyc
│   │   │   │   ├── statement.cpython-37.pyc
│   │   │   │   └── transfer.cpython-37.pyc
│   │   │   ├── saldo.py
│   │   │   ├── statement.py
│   │   │   └── transfer.py
│   │   ├── types.py
│   │   └── utils.py
│   └── fints-2.1.1.dist-info
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
11 directories, 62 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment