Port details |
- py-dj50-strawberry-graphql Library for creating GraphQL APIs
- 0.254.0 devel =2 0.254.0Version of this port present on the latest quarterly branch.
- Maintainer: kai@FreeBSD.org
- Port Added: 2024-07-15 17:15:14
- Last Update: 2024-12-18 16:31:50
- Commit Hash: 3b364a6
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/strawberry-graphql/strawberry
- Description:
- Strawberry is a developer friendly GraphQL library for Python, designed for
modern development.
* Type hints: Leverages Python type hints to provide a great developer
experience while creating GraphQL Libraries.
* Async Support: Supports async/await out of the box, allowing you to write
your resolvers in a non-blocking way.
* Extensible: Has support for schema and field extensions, allowing you to
extend the schema with custom logic.
* Generics: Supports generics, allowing you to create reusable types that can
be used in multiple places.
* Federation: Supports Federation, allowing you to create a federated GraphQL
schema.
* Dataloaders: Comes with support for dataloaders, allowing you to batch
multiple queries into a single one.
* Integrations: Has support for multiple integrations, allowing you to use it
with your favorite web framework.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}dj50-strawberry-graphql>0:devel/py-dj50-strawberry-graphql@${PY_FLAVOR}
- Conflicts:
- CONFLICTS_INSTALL:
- py311-*strawberry-graphql
- To install the port:
- cd /usr/ports/devel/py-dj50-strawberry-graphql/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-dj50-strawberry-graphql
- pkg install py311-dj50-strawberry-graphql
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-dj50-strawberry-graphql listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-dj50-strawberry-graphql
- Package flavors (<flavor>: <package>)
- py311: py311-dj50-strawberry-graphql
- distinfo:
- TIMESTAMP = 1734535848
SHA256 (strawberry_graphql-0.254.0.tar.gz) = f0a5229d71ea09b5648e38c474c1a1185751ba7e3fdd9c59d5615f34d668a21f
SIZE (strawberry_graphql-0.254.0.tar.gz) = 208264
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-poetry-core>=1.6 : devel/py-poetry-core@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-python-dateutil>=2.7.0 : devel/py-python-dateutil@py311
- py311-graphql-core>=3.2.0<3.4.0 : devel/py-graphql-core@py311
- py311-typing-extensions>=4.5.0 : devel/py-typing-extensions@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- net-mgmt/netbox
- www/py-dj50-strawberry-graphql-django
Configuration Options:
- ===> The following configuration options are available for py311-dj50-strawberry-graphql-0.254.0:
AIOHTTP=off: Basic AIOHTTP integration
ASGI=off: Basic ASGI integration
CHANNELS=off: Support for Django Channels
CLI=off: Support for CLI commands
DEBUG=off: Generate verbose debug information
DEBUG-SERVER=off: Enable debug server
DJANGO=off: Basic Django integration
FASTAPI=off: Support for FastAPI in conjunction with GraphQLRouter
FLASK=off: Basic Flask integration
OPENTELEMETRY=off: Generate Open Telemetry compatible tracing information
PYDANTIC=off: Support for Pydantic models
===> Use 'make config' to modify these settings
- Options name:
- devel_py-dj50-strawberry-graphql
- USES:
- python:3.10+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|