Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 5, 2019 08:12
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/851cd5558c06626ca86e87e761e83aeb to your computer and use it in GitHub Desktop.
Save ryantm/851cd5558c06626ca86e87e761e83aeb to your computer and use it in GitHub Desktop.
/nix/store/n627p2mn1f6nrg85bjzzpm00c04rn6h8-python3.7-fints-2.2.0
├── 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.2.0.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