Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.
API method:
GET /api/packages?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
This package implements a functionality to deal with RabbitMQ Streams using asyncio.
It is designed and implemented with the following qualities in mind:
asynchronous Pythonic API with type annotations
use of AMQP 1.0 message format to enable interoperability between RabbitMQ Stream. clients
auto reconnection to RabbitMQ broker with lazily created connection objects
Support of many RabbitMQ Streams broker features:
publishing single messages, or in batches, with confirmation
subscribing to a stream at a specific point in time, from a specific offset, or using offset reference
stream message filtering
writing stream offset reference
message deduplication
integration with AMQP 1.0 ecosystem at message format level
This library provides a publish-subscribe API to facilitate event-based or message-based architecture in a single-process application. It is centered on the notion of a topic - senders publish messages of a given topic, and listeners subscribe to messages of a given topic, all inside the same process.
This Python library handles software versions and specifiers. It is adapted from the packaging package.
This package validates fully-qualified domain names against RFC 1123, so that they are acceptable to modern bowsers
This package provides a Python library with graphical symbols that can be displayed on the terminal, with color if possible, for logging purposes.
This package provides a pythonic way to manipulate color representations (HSL, RVB,web, X11, ...).
This package implements a functionality to convert between Python's datetime.timedelta and Golang's time.Duration formats.
This package implements a functionality that will identify a file based off it's magic numbers.
Plotext lets you plot directly to the terminal.
This package provides a helper module to develop special remotes for git-annex. AnnexRemote implements the line-based external special remote protocol of git-annex, while leaving the behavior of the remote up to the user.
Mako is a templating language for Python that compiles templates into Python modules.
Uniseg is a Python package used to determine Unicode text segmentations. Supported segmentations include:
Code point (any value in the Unicode codespace)
Grapheme cluster (user-perceived character made of a single or multiple Unicode code points, e.g. "G" + acute-accent)
Word break
Sentence break
Line break
This package provides a lazy-loading, fancy-sliceable iterable. Think of it like a generator that is "reusable" and has a length.
Dirsync is an advanced directory tree synchronisation tool.
ISO 8601 is most commonly known as a way to exchange datetimes in textual format. A lesser known aspect of the standard is the representation of durations. The state of the art of ISO 8601 duration handling in Python is more or less limited to what's offered by isodate. This package attempts to address the shortcomings of isodate.
This package provides tools for interactive plots and applications in the browser from Python.
python-flasgger allows extracting Swagger specs from your Flask project. It is a fork of Flask-Swagger.
This Python module returns the CPU info by using the best sources of information for your operating system.
This package provides bindings for wcwidth and wcswidth functions defined in POSIX.1-2001 and POSIX.1-2008.
Typing stubs for simplejson.
dirty-equals is a Python library that (mis)uses the __eq__ method to make code (generally unit tests) more declarative and therefore easier to read and write.
This package provides a flake8 extension that checks for blind except: statements.
This module provides various memoizing collections and decorators, including variants of the Python standard library's lru_cache function decorator.
Hnswlib is a header-only C++ implementation of fast approximate nearest neighbor search with Python bindings.