-
python3-drf-spectacular-sidecar-2024.5.1-1.lbn36.noarch
drf-spectacular-sidecar |pypi-version| |pypi-dl|Serve self-contained
distribution builds of Swagger UI_ and Redoc_ with Django_ either via
runserver_ or collectstatic_.This Django app is an optional addition to drf-
spectacular_, but does not depend on it. It may also be used independently.*
Swagger UI_ version 5.17.2 (npm < * Redoc_ version 2.1.4 (npm < is a self-
updating and self- publishing...
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-mkdocstrings-0.25.1-1.lbn36.noarch
mkdocstrings
Automatic documentation from sources, for MkDocs.
Come have a chat or ask questions on our Gitter channel.
Features - Installation - Quick usage
Features
Language-agnostic:
just like MkDocs, mkdocstrings is written in Python but is language-agnostic.
It means you can use it with any programming language, as long as there is a
handler for it.
We currently have handlers
for the Crystal, Python,
and VBA languages,
as well as for shell scripts/libraries.
Maybe you'd like to add another one to the list? :wink:
Multiple themes support:
each handler can offer multiple themes. Currently, we offer the
:star: Material theme :star:
as well as basic support for the ReadTheDocs and MkDocs themes for the Python handler.
Cross-references across pages:
mkdocstrings makes it possible to reference headings in other Markdown files with the classic Markdown linking
syntax: [identifier][] or [title][identifier] -- and you don't need to remember which exact page this object was
on.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-mkdocstrings+crystal-0.25.1-1.lbn36.noarch
This is a metapackage bringing in crystal extras requires for
python3-mkdocstrings.
It makes sure the dependencies are installed.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-mkdocstrings+python-0.25.1-1.lbn36.noarch
This is a metapackage bringing in python extras requires for
python3-mkdocstrings.
It makes sure the dependencies are installed.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
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