Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tarsil/django-fast-utils

Utilities for every single django project
https://github.com/tarsil/django-fast-utils

Last synced: 3 months ago
JSON representation

Utilities for every single django project

Awesome Lists containing this project

README

        

# Django Fast Utils

![Build and Publish](https://github.com/tarsil/django-fast-utils/actions/workflows/main.yml/badge.svg)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=tarsil_django-fast-utils&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=tarsil_django-fast-utils)
[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=tarsil_django-fast-utils&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=tarsil_django-fast-utils)
[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=tarsil_django-fast-utils&metric=vulnerabilities)](https://sonarcloud.io/summary/new_code?id=tarsil_django-fast-utils)

**Official Documentation** -

---

## Table of Contents

- [Django Fast Utils](#django-fast-utils)
- [Table of Contents](#table-of-contents)
- [About Django Fast Utils](#about-django-fast-utils)
- [Overview](#overview)
- [Supported Django and Python 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 project. From auditing models to database fields and REST framework mixins,
you name it.

### 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://django-fast-utils.tarsild.io

## License

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