Metadata-Version: 2.1
Name: django-rubble
Version: 0.2.2
Summary: Extend django-model-utils and django-extensions.
License: MIT
Author: Karl Wooster
Author-email: karl@woostertech.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: django (<=5.1)
Requires-Dist: django-model-utils (>=4.5.1,<5.0.0)
Requires-Dist: pydantic (>=2.6.4,<3.0.0)
Description-Content-Type: text/markdown

# django-rubble

[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)

## Description

Extend [django-model-utils](https://github.com/jazzband/django-model-utils) and [django-extensions](https://github.com/django-extensions/django-extensions).

## Features

- Feature 1
- Feature 2
- Feature 3

## Installation

1. Clone the repository: `git clone https://github.com/WoosterTech/django-rubble.git`
2. Install the dependencies: `poetry install`

## Usage

Explain how to use your Django project, including any important commands or
configurations.


Contributions are welcome! Please follow the guidelines in
[CONTRIBUTING.md](CONTRIBUTING.md).


This project is licensed under the [MIT License](LICENSE).

## Contact

- Author: Karl Wooster
- Email: <karl@woostertech.com>
- Website: [woostertech.com](https://woostertech.com)

## License

MIT (see [License](LICENSE))

## Contributing

See [CONTRIBUTING.md](CONTRIBUTING.md)

