Contents

ariadne 0.28.0

0

Ariadne is a Python library for implementing GraphQL servers.

Ariadne is a Python library for implementing GraphQL servers.

Stars: 2317, Watchers: 2317, Forks: 189, Open Issues: 38

The mirumee/ariadne repo was created 7 years ago and the last code push was 5 minutes ago.
The project is very popular with an impressive 2317 github stars!

How to Install ariadne

You can install ariadne using pip

pip install ariadne

or add it to a project with poetry

poetry add ariadne

Package Details

Author
None
License
None
Homepage
None
PyPi:
https://pypi.org/project/ariadne/
GitHub Repo:
https://github.com/mirumee/ariadne

Classifiers

  • Software Development/Libraries/Python Modules
No  ariadne  pypi packages just yet.

Errors

A list of common ariadne errors.

Code Examples

Here are some ariadne code examples and snippets.

GitHub Issues

The ariadne package has 38 open issues on GitHub

  • StrEnum arguments passed as strings in Ariadne 0.27.0
  • Add support for synchronous generators as subscription sources

See more issues on GitHub

Related Packages & Articles

starlette 0.52.1

Starlette is a lightweight ASGI (Asynchronous Server Gateway Interface) framework/toolkit, ideal for building asynchronous web services in Python. It is production-ready and offers a range of features including HTTP web framework, WebSocket support, in-process background tasks, startup and shutdown events, and a test client built on HTTPX. Starlette also supports CORS, GZIP, static files, streaming responses, and session and cookie support. It is compatible with asyncio and trio backends and boasts great overall performance against independent benchmarks. The package can be used as a complete framework or as an ASGI toolkit, allowing for the use of any of its components independently. It requires Python 3.8+ and an ASGI server such as uvicorn, daphne, or hypercorn for operation.

sanic 25.12.0

A web server and web framework that's written to go fast. Build fast. Run fast.

apispec 6.9.0

A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger specification).