Metadata-Version: 2.4
Name: xerotrust
Version: 1.0.0
Summary: Export and explore data from Xero accounts.
Author-email: Chris Withers <chris@withers.org>
License-File: LICENSE.txt
Requires-Python: >=3.13
Requires-Dist: click>=8.2
Requires-Dist: enlighten>=1.14.1
Requires-Dist: fastapi>=0.115.12
Requires-Dist: hypercorn>=0.17.3
Requires-Dist: jinja2>=3.1.6
Requires-Dist: pook>=2.1.3
Requires-Dist: python-dateutil>=2.9.0.post0
Requires-Dist: pyxero>=0.9.5
Requires-Dist: rich>=13.7
Description-Content-Type: text/x-rst

xerotrust
=========
|Docs|_  |PyPI|_ |Git|_

.. |Docs| image:: https://readthedocs.org/projects/xerotrust/badge/?version=latest
.. _Docs: https://xerotrust.readthedocs.io/

.. |PyPI| image:: https://badge.fury.io/py/xerotrust.svg
.. _PyPI: https://pypi.org/project/xerotrust/

.. |Git| image:: https://github.com/cjw296/xerotrust/actions/workflows/ci.yml/badge.svg
.. _Git: https://github.com/cjw296/xerotrust

This package provides a command line tool to explore and export data from `Xero`__ accounts.
The intention behind this is to give a safety net in the event that you lose access to your
Xero accounting data, and also to allow you to analyse it with traditional tools such as
Excel along with novel approaches you may wish to take using LLMs.

__ https://www.xero.com/
