Metadata-Version: 2.4
Name: geldstrom
Version: 0.0.1
Summary: German banking API client for account data and transactions
Author-email: Malte Winckler <malte@nichts-ist-einfach.de>
License-Expression: LGPL-3.0-only
Keywords: banking,fints,german-banking,hbci,transactions
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Other Audience
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.13
Requires-Dist: bleach<6.0,>=5.0
Requires-Dist: dotenv<1.0.0,>=0.9.9
Requires-Dist: enum-tools<0.13,>=0.12
Requires-Dist: mt-940<5.0,>=4.0
Requires-Dist: pydantic<3.0,>=2.0
Requires-Dist: requests<3.0,>=2.25
Requires-Dist: sepaxml<2.2,>=2.1
Description-Content-Type: text/markdown

# geldstrom

Python package for German banking access and transaction retrieval via FinTS.

This package is developed inside the `geldstrom` uv workspace. Use the repository
root for day-to-day development commands such as `uv sync`, `uv run pytest`, and
`uv run ruff`.
