Metadata-Version: 2.1
Name: graphene-protector
Version: 0.7.0
Summary: Protects graphene, graphql or strawberry against malicious queries
Home-page: https://github.com/devkral/graphene-protector
License: MIT
Keywords: graphql,strawberry,extension
Author: alex
Author-email: devkral@web.de
Requires-Python: >=3.8,<4
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: optional
Requires-Dist: graphene (>=3) ; extra == "optional"
Requires-Dist: graphene-django (>=3) ; extra == "optional"
Requires-Dist: graphql-core (>=3)
Requires-Dist: strawberry-graphql (>=0.92) ; extra == "optional"
Requires-Dist: strawberry-graphql-django ; extra == "optional"
Project-URL: Repository, https://github.com/devkral/graphene-protector
