Metadata-Version: |
2.1 |
Name: |
graphene-file-upload |
Version: |
1.3.0 |
Summary: |
Lib for adding file upload functionality to GraphQL mutations in Graphene Django and Flask-Graphql |
Author: |
Lucas McGartland |
Author-Email: |
lucasmcgartland[at]gmail.com |
Home-Page: |
https://github.com/lmcgartland/graphene-file-upload |
Keywords: |
graphql,graphene,apollo,upload |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Natural Language :: English |
Classifier: |
Topic :: Internet :: WWW/HTTP |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python :: 2.7 |
Classifier: |
Programming Language :: Python :: 3.4 |
Classifier: |
Programming Language :: Python :: 3.5 |
Classifier: |
Programming Language :: Python :: 3.6 |
Classifier: |
Programming Language :: Python :: 3.7 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: Implementation :: CPython |
Classifier: |
Programming Language :: Python :: Implementation :: PyPy |
Classifier: |
Framework :: Django :: 1.11 |
Classifier: |
Framework :: Django :: 2.0 |
Classifier: |
Framework :: Django :: 2.1 |
Classifier: |
Framework :: Django :: 2.2 |
Classifier: |
Framework :: Django :: 3.0 |
Classifier: |
Framework :: Django :: 3.1 |
Classifier: |
Framework :: Flask |
Requires-Dist: |
six (>=1.11.0) |
Requires-Dist: |
Flask (>=1.0.2); extra == "all" |
Requires-Dist: |
graphene (>=2.1.2); extra == "all" |
Requires-Dist: |
Flask-Graphql (>=2.0.0); extra == "all" |
Requires-Dist: |
graphene-django (>=2.0.0); extra == "all" |
Requires-Dist: |
graphene-django (>=2.0.0); extra == "django" |
Requires-Dist: |
Flask (>=1.0.2); extra == "flask" |
Requires-Dist: |
graphene (>=2.1.2); extra == "flask" |
Requires-Dist: |
Flask-Graphql (>=2.0.0); extra == "flask" |
Requires-Dist: |
coverage; extra == "tests" |
Requires-Dist: |
pytest; extra == "tests" |
Requires-Dist: |
pytest-cov; extra == "tests" |
Requires-Dist: |
pytest-django; extra == "tests" |
Provides-Extra: |
all |
Provides-Extra: |
django |
Provides-Extra: |
flask |
Provides-Extra: |
tests |
Description-Content-Type: |
text/x-rst |