-
python3-mkdocstrings+python-legacy-0.25.1-1.lbn36.noarch
This is a metapackage bringing in python-legacy extras requires for
python3-mkdocstrings.
It makes sure the dependencies are installed.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-strawberry-graphql-0.264.0-1.lbn36.noarch
Strawberry GraphQL
Python GraphQL library based on dataclasses
Installation ( Quick Start )
The quick start method provides a server and CLI to get going quickly. Install
with:
pip install "strawberry-graphql[debug-server]"
Getting Started
Create a file called app.py with the following code:
import strawberry
@strawberry.type
class User:
name: str
age: int
@strawberry.type
class Query:
@strawberry.field
def user(self) -> User:
return User(name="Patrick", age=100)
schema = strawberry.Schema(query=Query)
This will create a GraphQL schema defining a User type and a single query
field user that will return a hardcoded user.
To run the debug server run the following command:
strawberry server app
Open the debug server by clicking on the following link:
http:/0.0.0.0:8000/graphql
This will open GraphiQL where you can test the API.
Type-checking
Strawberry comes with a mypy plugin that enables statically type-checking your
GraphQL schema. To enable it, ad
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-strawberry-graphql-django-0.60.0-1.lbn36.noarch
Strawberry GraphQL Django integration
Docs | Discord
This package provides powerful tools to generate GraphQL types, queries,
mutations and resolvers from Django models.
Installing strawberry-graphql-django package from the python package repository.
pip install strawberry-graphql-django
Supported Features
GraphQL type generation from models
Filtering, pagination and ordering
Basic create, retrieve, update and delete (CRUD) types and mutations
Basic Django auth support, current user query, login and logout mutations
Django sync and async views
Permission extension using django's permissioning system
Relay support with automatic resolvers generation
Query optimization to improve performance and avoid common pitfalls (e.g n+1)
Debug Toolbar integration with graphiql to display metrics like SQL queries
Unit test integration
Basic Usage
from django.db import models
class Fruit(models.Model):
"""A tasty treat"""
name = models.CharField(
max_le
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
zabbix-4.0.14-1.lbn25.x86_64
Zabbix is software that monitors numerous parameters of a network and the
health and integrity of servers. Zabbix uses a flexible notification mechanism
that allows users to configure e-mail based alerts for virtually any event.
This allows a fast reaction to server problems. Zabbix offers excellent
reporting and data visualization features based on the stored data.
This makes Zabbix ideal for capacity planning.
Zabbix supports both polling and trapping. All Zabbix reports and statistics,
as well as configuration parameters are accessed through a web-based front end.
A web-based front end ensures that the status of your network and the health of
your servers can be assessed from any location. Properly configured, Zabbix can
play an important role in monitoring IT infrastructure. This is equally true
for small organizations with a few servers and for large companies with a
multitude of servers.
Located in
LBN
/
…
/
Network Monitoring
/
BastionLinux 25
-
zabbix-agent-4.0.14-1.lbn25.x86_64
Zabbix agent, to be installed on monitored systems
Located in
LBN
/
…
/
Network Monitoring
/
BastionLinux 25
-
zabbix-dbfiles-mysql-4.0.14-1.lbn25.noarch
Zabbix database schemas, images, data and patches necessary for creating
and/or updating MySQL databases
Located in
LBN
/
…
/
Network Monitoring
/
BastionLinux 25
-
zabbix-dbfiles-pgsql-4.0.14-1.lbn25.noarch
Zabbix database schemas, images, data and patches necessary for creating
and/or updating PostgreSQL databases
Located in
LBN
/
…
/
Network Monitoring
/
BastionLinux 25
-
zabbix-dbfiles-sqlite3-4.0.14-1.lbn25.noarch
Zabbix database schemas and patches necessary for creating
and/or updating SQLite databases
Located in
LBN
/
…
/
Network Monitoring
/
BastionLinux 25
-
zabbix-proxy-4.0.14-1.lbn25.noarch
Zabbix proxy commmon files
Located in
LBN
/
…
/
Network Monitoring
/
BastionLinux 25
-
zabbix-proxy-mysql-4.0.14-1.lbn25.x86_64
Zabbix proxy compiled to use MySQL
Located in
LBN
/
…
/
Network Monitoring
/
BastionLinux 25