Metadata-Version: 2.4
Name: budge
Version: 0.5.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/
Author-email: Jesse Brooklyn Hannah <jesse@jbhannah.net>
License-File: LICENSE.md
Classifier: Development Status :: 3 - Alpha
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.post0
Requires-Dist: stockholm>=0.5.7
Provides-Extra: docs
Requires-Dist: myst-parser>=4.0.0; extra == 'docs'
Requires-Dist: sphinx-autodoc-typehints>=2.5.0; extra == 'docs'
Requires-Dist: sphinx-rtd-theme>=3.0.2; extra == 'docs'
Requires-Dist: sphinx>=8.1.3; extra == 'docs'
Description-Content-Type: text/markdown

# budge

[![PyPI - Version](https://img.shields.io/pypi/v/budge)](https://pypi.org/project/budge/)
[![Test with pytest](https://github.com/budgeapp/budge/actions/workflows/pytest.yml/badge.svg)](https://github.com/budgeapp/budge/actions/workflows/pytest.yml)
[![Publish release to PyPI](https://github.com/budgeapp/budge/actions/workflows/pypi.yml/badge.svg)](https://github.com/budgeapp/budge/actions/workflows/pypi.yml)

Track your budgets and forecast your balances with Python.

## Installation

```bash
pip install budge
```

## Usage

See the [demo notebook](https://github.com/budgeapp/budge/blob/trunk/demo.ipynb) for usage examples.

## Copyright

Copyright © 2024 Jesse Brooklyn Hannah. Licensed under the terms of the
[GNU Lesser General Public License, version 3 or later](https://github.com/budgeapp/budge/blob/trunk/LICENSE.md).
