Metadata-Version: 2.1
Name: django-app-graphql
Version: 1.2.7
Summary: Some stuff that i used when developing with django
Home-page: https://github.com/Koldar/django-koldar-common-apps
Author: Massimo Bono
Author-email: massimobono1@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires: setuptools
Requires: wheel
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.md
License-File: pmakeup-cache.json
License-File: PMakeupfile.py
License-File: README.md
License-File: requirements.txt
License-File: setup.py
License-File: TWINE_PYPI_PASSWORD
Requires-Dist: aniso8601 (>=8.1.1)
Requires-Dist: asgiref (>=3.3.4)
Requires-Dist: Django (>=3.2.4)
Requires-Dist: django-appconf (>=1.0.4)
Requires-Dist: django-koldar-utils (>=2.2.4)
Requires-Dist: graphene (>=3.0b7)
Requires-Dist: graphene-django (>=3.0.0b7)
Requires-Dist: graphql-core (>=3.1.5)
Requires-Dist: graphql-relay (>=3.1.0)
Requires-Dist: promise (>=2.3)
Requires-Dist: pytz (>=2021.1)
Requires-Dist: Rx (>=1.6.1)
Requires-Dist: singledispatch (>=3.6.2)
Requires-Dist: six (>=1.16.0)
Requires-Dist: sqlparse (>=0.4.1)
Requires-Dist: stringcase (>=1.2.0)
Requires-Dist: text-unidecode (>=1.3)
Provides-Extra: doc
Provides-Extra: test

# Introduction

Django app that expose a graphql schema as well as a graphiql interface.

# install

```
pip install django-app-graphql
```

# Update new version

```
pmakeup update-version-patch build upload-to-pypi
```

