Metadata-Version: 2.1
Name: evo_django_kits
Version: 0.0.2
Summary: Awesome evo_django_kits created by maycuatroi
Home-page: https://github.com/maycuatroi/evo-django-kits/
Author: maycuatroi
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: coverage; extra == "test"
Requires-Dist: flake8; extra == "test"
Requires-Dist: black; extra == "test"
Requires-Dist: isort; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: codecov; extra == "test"
Requires-Dist: mypy; extra == "test"
Requires-Dist: gitchangelog; extra == "test"
Requires-Dist: mkdocs; extra == "test"

# evo_django_kits

[![codecov](https://codecov.io/gh/maycuatroi/evo-django-kits/branch/main/graph/badge.svg?token=evo-django-kits_token_here)](https://codecov.io/gh/maycuatroi/evo-django-kits)
[![CI](https://github.com/maycuatroi/evo-django-kits/actions/workflows/main.yml/badge.svg)](https://github.com/maycuatroi/evo-django-kits/actions/workflows/main.yml)

Awesome evo_django_kits created by maycuatroi

## Install it from PyPI

```bash
pip install evo_django_kits
```

## Usage

```py
from evo_django_kits import BaseClass
from evo_django_kits import base_function

BaseClass().base_method()
base_function()
```

```bash
$ python -m evo_django_kits
#or
$ evo_django_kits
```

## Development

Read the [CONTRIBUTING.md](CONTRIBUTING.md) file.
