Metadata-Version: 2.5
Name: pybics
Version: 0.0.0
Summary: Placeholder for pybics, an MIT-licensed EBICS client for Python.
Author-email: Christian González <christian.gonzalez@nerdocs.at>
License-Expression: MIT
License-File: LICENSE
Keywords: banking,camt,ebics,pain,sepa
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Office/Business :: Financial
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# pybics

A placeholder. `pybics` will be an MIT-licensed client for the **EBICS** banking protocol — reading account
statements and submitting payment files without a browser.

Nothing is implemented yet. This release exists only to hold the name; it contains no working code, and importing
it does nothing useful. Do not depend on it until a `0.1` is published.

Why another one: the existing Python options are not usable in a commercial project. `fintech` (joonis) is
proprietary, and `ebicsclient` is source-available under PolyForm Noncommercial. `pybics` is written from the
public EBICS specification and released under the MIT licence.
