Metadata-Version: 2.1
Name: pasiphae
Version: 0.0.4
Summary: Generate and update ariadne service from graphql schema
Home-page: https://github.com/dswistowski/pasiphae/
License: MIT
Keywords: pasiphae,graphql,ariadne,autogeneration
Author: Damian Świstowski
Author-email: damian@swistowski.org
Requires-Python: >=3.8,<4
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: black (>=21.10b0,<22.0)
Requires-Dist: click (>=8.0.3,<9.0.0)
Requires-Dist: graphql-core (>=3.1.6,<4.0.0)
Requires-Dist: isort (>=5.10.0,<6.0.0)
Project-URL: Documentation, https://pasiphae.readthedocs.io/en/latest/
Project-URL: Repository, https://github.com/dswistowski/pasiphae/
Description-Content-Type: text/x-rst

========
Pasiphaë
========


.. image:: https://img.shields.io/pypi/v/pasiphae.svg
        :target: https://pypi.python.org/pypi/pasiphae

.. image:: https://github.com/dswistowski/pasiphae/actions/workflows/tests.yml/badge.svg
        :target: https://github.com/dswistowski/pasiphae/actions/workflows/tests.yml

.. image:: https://readthedocs.org/projects/pasiphae/badge/?version=latest
        :target: https://pasiphae.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

Pasiphaë will generate Ariadne service from provided graphql schema

* Free software: MIT license
* Documentation: https://pasiphae.readthedocs.io.


Features
--------

* TBD

