Metadata-Version: 2.1
Name: django-graphql-app-setup
Version: 0.1.0
Summary: A Django management command to create apps with custom folder structures for graphql APIs.
Home-page: https://github.com/paisoncodes/django-graphql-app-setup
Author: Olatunji Komolafe
Author-email: iamokomolafe.o.s@gmail.com
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Framework :: Django
Classifier: Framework :: Django :: 3.0
Classifier: Framework :: Django :: 3.1
Classifier: Framework :: Django :: 3.2
Classifier: Framework :: Django :: 4.0
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Django >=3.0

# Django GraphQL App Setup

A Django management command to create apps with custom folder structures for graphql APIs.

## Installation

Install the package using pip:

```bash
pip install django-app-setup
```
