Metadata-Version: 2.1
Name: devind-dictionaries
Version: 0.2.4
Summary: Common dictionaries for devind applications.
Home-page: https://github.com/devind-team/devind-django-dictionaries
License: MIT
Keywords: django,graphene,dictionaries
Author: Luferov Victor
Author-email: lyferov@yandex.ru
Requires-Python: >=3.9,<4.0
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: Django (>=3.2.12,<5.0.0)
Requires-Dist: beautifulsoup4 (>=4.10.0,<5.0.0)
Requires-Dist: celery (>=5.2.5,<6.0.0)
Requires-Dist: devind-helpers (>=0,<1)
Requires-Dist: graphene-django (>=2.15.0,<3.0.0)
Requires-Dist: graphene-django-filter (>=0.6.4,<0.7.0)
Requires-Dist: requests (>=2.27.1,<3.0.0)
Project-URL: Repository, https://github.com/devind-team/devind-django-dictionaries
Description-Content-Type: text/markdown

# Devind project template

[![CI](https://github.com/devind-team/devind-django-dictionaries/workflows/Release/badge.svg)](https://github.com/devind-team/devind-django-dictionaries/actions)
[![Coverage Status](https://coveralls.io/repos/github/devind-team/devind-django-dictionaries/badge.svg?branch=main)](https://coveralls.io/github/devind-team/devind-django-dictionaries?branch=main)
[![PyPI version](https://badge.fury.io/py/devind-dictionaries.svg)](https://badge.fury.io/py/devind-dictionaries)
[![License: MIT](https://img.shields.io/badge/License-MIT-success.svg)](https://opensource.org/licenses/MIT)


# Installation
```shell
# pip
pip install devind_dictionaries
# poetry
poetry add devind_dictionaries
```
