python-fints
Pure-python FinTS (formerly known as HBCI) implementation
File Explorer
Download Latest Version (.zip)- bug_report.md
- tests.yml
- all.rst
- index.rst
- index.rst
- parsing.rst
- sequence.rst
- types.rst
- working.rst
- .gitignore
- client.rst
- conf.py
- debits.rst
- index.rst
- make.bat
- Makefile
- quickstart.rst
- reading.rst
- registration.rst
- requirements.txt
- tans.rst
- tested.rst
- transfers.rst
- trouble.rst
- upgrading_1_2.rst
- upgrading_2_3.rst
- upgrading_3_4.rst
- upgrading_4_5.rst
- __init__.py
- flicker.py
- __init__.py
- accounts.py
- auth.py
- bank.py
- base.py
- debit.py
- depot.py
- dialog.py
- journal.py
- message.py
- saldo.py
- statement.py
- transfer.py
- __init__.py
- camt_parser.py
- client.py
- connection.py
- dialog.py
- exceptions.py
- fields.py
- formals.py
- message.py
- models.py
- parser.py
- security.py
- types.py
- utils.py
- basic_complicated.bin
- basic_simple.bin
- conftest.py
- test_camt_parser.py
- test_client.py
- test_connection.py
- test_formals.py
- test_hhd.py
- test_message_parser.py
- test_message_serializer.py
- test_models.py
- test_utils.py
- .gitignore
- .readthedocs.yaml
- LICENSE.txt
- MANIFEST.in
- pyproject.toml
- README.md
- requirements.txt
- setup.cfg
# Installation Guide
1. Get the code
git clone https://github.com/raphaelm/python-fints
Downloads the entire project code from GitHub to your computer.
cd python-fints
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
