Graphene is a Python library for building GraphQL schemas/types fast and easily.
- Easy to use: Graphene helps you use GraphQL in Python without effort.
- Relay: Graphene has builtin support for Relay.
- Data agnostic: Graphene supports any kind of data source: SQL (Django,
SQLAlchemy), NoSQL, custom Python objects, etc. We believe that by providing a
complete API you could plug Graphene anywhere your data lives and make your data
available through GraphQL.
WWW: https://github.com/graphql-python/graphene
Relay Library for GraphQL Python is a library to allow the easy creation of
Relay-compliant servers using the GraphQL Python reference implementation of a
GraphQL server.
Note: The code is a exact port of the original graphql-relay js implementation
from Facebook
WWW: https://github.com/graphql-python/graphql-relay-py
Reactive Extensions for Python (RxPY) is library for composing asynchronous and
event-based programs using observable collections and query operator functions
in Python.
WWW: https://github.com/ReactiveX/RxPY
Promise is a implementation of Promises in Python. It is a super set of
Promises/A+ designed to have readable, performant code and to provide just the
extensions that are absolutely necessary for using promises in Python.
WWW: https://github.com/syrusakbary/promise
Proglog is a progress logging system for Python. It allows to build complex
libraries while giving your users control over logs, callbacks and progress
bars.
WWW: https://github.com/Edinburgh-Genome-Foundry/Proglog
aiofiles is an Apache2 licensed library, written in Python, for handling local
disk files in asyncio applications.
Ordinary local file IO is blocking, and cannot easily and portably made
asynchronous. This means doing file IO may interfere with asyncio applications,
which shouldn't block the executing thread. aiofiles helps with this by
introducing asynchronous versions of files that support delegating operations to
a separate thread pool.
Features:
- a file API very similar to Python's standard, blocking API
- support for buffered and unbuffered binary files, and buffered text files
- support for async/await (PEP 492) constructs
WWW: https://github.com/Tinche/aiofiles
===> Configuring for ffmpeg-4.1.1,1
Unknown option "--disable-libsvtav1".
See ./configure --help for available options.
===> Script "configure" failed unexpectedly.
Reported by: leres
Pointy hat to: jbeich
This plugin allows Bitlbee to communicate with Mastodon instances. Mastodon
is a free, open-source, decentralized microblogging network. Bitlbee is an
IRC server connecting to various other text messaging services. You run
Bitlbee and connect to it using an IRC client, then configure Bitlbee to
connect to other services, such as a Mastodon instance where you already
have an account. The benefit is that you can now use any IRC client you
want to connect to Mastodon.
WWW: https://alexschroeder.ch/software/Bitlbee_Mastodon
PR: 235731
Submitted by: tobias.rehbein@web.de
Reviewed by: mat
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D19205
Remotery is a realtime CPU/GPU profiler hosted in a single C file with a
viewer that runs in a web browser.
Features:
- Lightweight instrumentation of multiple threads running on the CPU.
- Web viewer that runs in Chrome, Firefox and Safari. Custom WebSockets
server transmits sample data to the browser on a latent thread.
- Profiles itself and shows how it's performing in the viewer.
- Console output for logging text.
- Console input for sending commands to your game.
WWW: https://github.com/Celtoys/Remotery
Reviewed by: mat
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D19057
Microsoft Azure Command-Line Tools SQL virtual machine Command Module
The Azure CLI is a command-line tool providing a great experience for managing
Azure resources. The CLI is designed to make scripting easy, query data,
support long-running operations, and more. Try it today and find out what the
CLI has to offer!
WWW: https://pypi.org/project/azure-cli-sqlvm/
Microsoft Azure SQL Virtual Machine Management Client Library for Python
Azure Resource Manager (ARM) is the next generation of management APIs that
replace the old Azure Service Management (ASM).
WWW: https://pypi.org/project/azure-mgmt-sqlvirtualmachine/