Metadata-Version: 2.1
Name: django-coalesce
Version: 0.0.1
Summary: Django accelerated web app development kit
Author-email: Joseph Riddle <joeriddles10@gmail.com>
Project-URL: Homepage, https://github.com/joeriddles/django-coalesce
Project-URL: Bug Tracker, https://github.com/joeriddles/django-coalesce/issues
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# django-coalesce

Inspired by the awesome .NET [Coalesce](https://intellitect.github.io/Coalesce/) project for accelerated web app development.

### Build

```shell
python3 -m pip install --upgrade build twine
python3 -m build
```
