Metadata-Version: 2.1
Name: nextline-graphql
Version: 0.0.3
Summary: A GraphQL API for Nextline
Home-page: https://github.com/simonsobs/nextline
Author: Simons Observatory
Author-email: so_software@simonsobservatory.org
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: nextline (>=0.0.3)
Requires-Dist: ariadne (>=0.12.0)
Requires-Dist: uvicorn (>=0.12.2)
Requires-Dist: websockets (>=8.1)
Requires-Dist: janus (>=0.6)
Provides-Extra: tests
Requires-Dist: pytest (>=5.4) ; extra == 'tests'
Requires-Dist: pytest-cov (>=2.8) ; extra == 'tests'
Requires-Dist: pytest-asyncio (>=0.14) ; extra == 'tests'
Requires-Dist: snapshottest (>0.5) ; extra == 'tests'
Requires-Dist: async-asgi-testclient (>=1.4.6) ; extra == 'tests'

[![PyPI version](https://badge.fury.io/py/nextline-graphql.svg)](https://badge.fury.io/py/nextline-graphql)
[![Test Status](https://github.com/simonsobs/nextline-graphql/workflows/Test/badge.svg)](https://github.com/simonsobs/nextline-graphql/actions?query=workflow%3ATest)
[![codecov](https://codecov.io/gh/simonsobs/nextline-graphql/branch/main/graph/badge.svg)](https://codecov.io/gh/simonsobs/nextline-graphql)

# nextline-graphql
A GraphQL API for Nextline


