Metadata-Version: 2.1
Name: django-fast-utils
Version: 1.0.0
Summary: Utils for Django with little effort.
Home-page:  https://tarsil.github.io/django-fast-utils/
Author: Tiago Silva
Author-email: tiago.arasilva@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.2
Classifier: Framework :: Django :: 3.0
Classifier: Framework :: Django :: 3.1
Classifier: Framework :: Django :: 3.2
Classifier: Framework :: Django :: 4.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Internet :: WWW/HTTP
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: AUTHORS

# Django Fast Utils

**Official Documentation** - https://tarsil.github.io/django-fast-utils/

---

## Table of Contents

- [About Django Fast Utils](#about-django-fast-utils-drf)
  - [Overview](#overview)
  - [Versions](#supported-django-and-python-versions)
- [Documentation](#documentation)
  - [Installation](#installation)
- [Documentation and Support](#documentation-and-support)
- [License](#license)

---

## About Django Fast Utils

Django Fast Utils is a miscellaneous of common utilities for every new or existing
django projects. From auditing models to database fields and REST framework mixins.

### Overview

#### Supported Django and Python Versions

| Django / Python | 3.7 | 3.8 | 3.9 | 3.10 |
| --------------- | --- | --- | --- | ---- |
| 2.2             | Yes | Yes | Yes | Yes  |
| 3.0             | Yes | Yes | Yes | Yes  |
| 3.1             | Yes | Yes | Yes | Yes  |
| 3.2             | Yes | Yes | Yes | Yes  |
| 4.0             | Yes | Yes | Yes | Yes  |

## Documentation

### Installation

To install django-fast-utils:

```shell
$ pip install django-fast-utils
```

## Documentation and Support

Full documentation for the project is available at https://tarsil.github.io/django-fast-utils/

## License

Copyright (c) 2022-present Tiago Silva and contributors under the [MIT license](https://opensource.org/licenses/MIT).


