Metadata-Version: 2.4
Name: budge
Version: 1.1.0
Summary: Track your budgets and forecast your balances with Python.
Project-URL: Repository, https://github.com/budgeapp/budge
Project-URL: Documentation, https://budge.readthedocs.io/en/stable/
Author-email: Jesse Brooklyn Hannah <jesse@jbhannah.net>
License-File: LICENSE-GPL.md
License-File: LICENSE.md
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Topic :: Office/Business :: Financial :: Accounting
Requires-Python: ~=3.13
Requires-Dist: python-dateutil~=2.9.0
Requires-Dist: stockholm~=0.5.7
Description-Content-Type: text/markdown

# budge

[![PyPI - Version][badge/pypi]][pypi]
[![Test with pytest][badge/pytest]][workfows/pytest]
[![Publish release to PyPI][badge/pypi-publish]][workflows/pypi-publish]

Track your budgets and forecast your balances with Python.

## Installation

```bash
pip install budge
```

## Usage

See the [demo notebook][demo] for usage examples.

## Copyright

Copyright © 2025 Jesse Brooklyn Hannah. Licensed under the terms of the
[GNU Lesser General Public License, version 3 or later][license].

[badge/pypi-publish]: https://github.com/budgeapp/budge/actions/workflows/pypi.yml/badge.svg
[badge/pypi]: https://img.shields.io/pypi/v/budge
[badge/pytest]: https://github.com/budgeapp/budge/actions/workflows/pytest.yml/badge.svg
[demo]: https://github.com/budgeapp/budge/blob/trunk/demo.ipynb
[license]: https://github.com/budgeapp/budge/blob/trunk/LICENSE.md
[pypi]: https://pypi.org/project/budge/
[workflows/pypi-publish]: https://github.com/budgeapp/budge/actions/workflows/pypi.yml
[workfows/pytest]: https://github.com/budgeapp/budge/actions/workflows/pytest.yml
