Metadata-Version: 2.3
Name: budge
Version: 0.2.0
Summary: Track your budgets and forecast your balances with Python.
Project-URL: Repository, https://github.com/budgeapp/budge
Author-email: Jesse Brooklyn Hannah <jesse@jbhannah.net>
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
Description-Content-Type: text/markdown

# budge

![PyPI - Version](https://img.shields.io/pypi/v/budge)

Track your budgets and forecast your balances with Python.

## Installation

```bash
pip install budge
```

## Usage

See the [demo notebook](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](LICENSE.md).
