Metadata-Version: 2.3
Name: beancount-importer
Version: 0.2.0
Summary: Various beancount importers
License: MIT
Author: Kevin James
Author-email: beancount-importer@thekev.in>
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: beancount (>=3.0.0,<4.0.0)
Requires-Dist: beangulp (>=0.2.0,<0.3.0)
Requires-Dist: openpyxl (>=3.0.0,<4.0.0)
Requires-Dist: py-pdf-parser (>=0.10.0,<0.14.0)
Requires-Dist: python-dateutil (>=2.0.0,<3.0.0)
Requires-Dist: titlecase (>=2.0.0,<3.0.0)
Project-URL: Repository, https://github.com/TheKevJames/beancount-importer
Description-Content-Type: text/x-rst

beancount-importer
==================

Various custom importers for `beancount`_.

See the `list of supported importers`_.

TODO: add some sample configs and usage details.

.. _beancount: https://beancount.github.io/
.. _list of supported importers: https://github.com/TheKevJames/beancount-importer/blob/master/beancount_importer/__init__.py

