Metadata-Version: 2.1
Name: django-core-helpers
Version: 0.1.1
Summary: Core helpers for Django and Django Rest Framework
Home-page: https://github.com/onufrienkovi/django-core-helpers
License: MIT
Author: Vyacheslav Onufrienko
Author-email: onufrienkovi@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: docs
Provides-Extra: lint
Provides-Extra: test
Requires-Dist: codecov (>=2.1.11,<3.0.0); extra == "test"
Requires-Dist: coverage (>=5.4,<6.0); extra == "test"
Requires-Dist: environs (>=9.3.1,<10.0.0)
Requires-Dist: freezegun (>=1.1.0,<2.0.0); extra == "test"
Requires-Dist: pytest (>=6.2.2,<7.0.0); extra == "test"
Requires-Dist: pytest-cov (>=2.11.1,<3.0.0); extra == "test"
Requires-Dist: pytest-django (>=4.1.0,<5.0.0); extra == "test"
Requires-Dist: pytest-pythonpath (>=0.7.3,<0.8.0); extra == "test"
Requires-Dist: requests (>=2.25.1,<3.0.0); extra == "test"
Requires-Dist: requests-mock (>=1.8.0,<2.0.0); extra == "test"
Requires-Dist: sphinx (>=3.4.3,<4.0.0); extra == "docs"
Requires-Dist: sphinx-rtd-theme (>=0.5.1,<0.6.0); extra == "docs"
Requires-Dist: structlog (>=20.2.0,<21.0.0)
Requires-Dist: typing-extensions (>=3.7.4,<4.0.0)
Project-URL: Repository, https://github.com/onufrienkovi/django-core-helpers
Description-Content-Type: text/markdown

# Django Core Helpers

[![Python Version](https://img.shields.io/badge/python-3.8-blue)](https://www.python.org/)
[![codecov](https://codecov.io/gh/onufrienkovi/django-core-helpers/branch/master/graph/badge.svg)](https://codecov.io/gh/onufrienkovi/django-core-helpers)
[![wemake-python-styleguide](https://img.shields.io/badge/style-wemake-000000.svg)](https://github.com/wemake-services/wemake-python-styleguide)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)


## Quickstart

Install

```console
pip install django-core-helpers
```

## Prerequisites

You will need:

- `python3.8` (see `pyproject.toml` for full version)
- `django` with version `3.0`


## Development

When developing locally, we use:

- [`editorconfig`](http://editorconfig.org/) plugin (**required**)
- [`poetry`](https://github.com/python-poetry/poetry) (**required**)
- [`pyenv`](https://github.com/pyenv/pyenv) (**required**)  
- `pycharm 2017+` or `vscode`


## Documentation

Full documentation is available here: [`docs/`](docs).

