Metadata-Version: 1.1
Name: fints
Version: 3.0.0
Summary: Pure-python FinTS 3.0 (formerly known as HBCI) implementation
Home-page: https://github.com/raphaelm/python-fints
Author: Raphael Michel
Author-email: mail@raphaelmichel.de
License: GNU Lesser General Public License v3 (LGPLv3)
Description: PyFinTS
        =======
        
        This is a pure-python implementation of FinTS (formerly known as HBCI), a
        online-banking protocol commonly supported by German banks.
        
        
        [Read our documentation for more info](https://python-fints.readthedocs.io)
        
        Limitations
        -----------
        
        * Only FinTS 3.0 is supported
        * Only PIN/TAN authentication is supported, no signature cards
        * Only the following operations are supported:
          * Fetching bank statements
          * Fetching balances
          * Fetching holdings
          * SEPA transfers and debits (only with required TAN and with specific TAN methods)
        * Supports Python 3.4+
        
        Credits and License
        -------------------
        
        This library is maintained by Raphael Michel <mail@raphaelmichel.de>
        and features major contributions by Henryk Plötz.
        
        Further thanks for improving this library go out to:
        Daniel Nowak, Patrick Braune, Mathias Dalheimer, Christopher Grebs, Markus Schindler, and many more.
        
        License: LGPL
        
Keywords: hbci banking fints
Platform: UNKNOWN
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.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
