Metadata-Version: 2.1
Name: django-personal-finance
Version: 0.0.2
Summary: (formerly django-budget) a simple budgeting application for use with Django. It is designed to manage personal finances.
Home-page: https://github.com/paigeadelethompson/django-budget
License: MIT
Keywords: Django,budget,planning
Author: Paige Thompson
Author-email: paige@paige.bio
Maintainer: Paige Thompson
Maintainer-email: paige@paige.bio
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: crispy-bootstrap3 (>=2022.1,<2023.0)
Requires-Dist: django (>=4.1.7,<5.0.0)
Requires-Dist: django-braces (>=1.15.0,<2.0.0)
Requires-Dist: django-crispy-forms (>=2.0,<3.0)
Requires-Dist: django-extensions (>=3.2.1,<4.0.0)
Requires-Dist: mock (>=5.0.1,<6.0.0)
Requires-Dist: pytz (>=2022.7.1,<2024.0.0)
Requires-Dist: six (>=1.16.0,<2.0.0)
Requires-Dist: werkzeug (>=2.2.3,<4.0.0)
Project-URL: Documentation, https://github.com/paigeadelethompson/django-budget
Project-URL: Repository, https://github.com/paigeadelethompson/django-budget
Description-Content-Type: text/markdown

# Django Budget

## Quickstart

### From source
- pip install poetry
- *Clone this repository*
- poetry build 
- pip install dist/*.whl

### Post Install 
- django_budget_admin makemigrations budget transaction category dashboard summary admin
- django_budget_admin migrate
- django_budget_admin collectstatic
- django_budget_admin createsuperuser
- django_budget_admin runserver

