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 webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
This package provides a simple async process supervisor in Python.
This Python module implements an IL, also known as IR, used by the angr binary analysis platform.
Parsley is a parsing library using PEG algorithm, so each expression in the grammar rules works like a Python expression. In particular, alternatives are evaluated in order, unlike table-driven parsers such as yacc, bison or PLY. Parsley is an implementation of OMeta, an object-oriented pattern-matching language.
This package provides a fast, efficiently stored trie implementation for Python.
This package provides a data-structure parameterization system written for embedding context in JSON objects.
Pexpect is a pure Python module for spawning child applications; controlling them; and responding to expected patterns in their output. Pexpect works like Don Libes’ Expect. Pexpect allows your script to spawn a child application and control it as if a human were typing commands.
This package draws tree structures using characters.
This package provides a REPL plugin for Click.
This library provides Python functions that wraps the Kerberos 5 C API.
Spinners is a Python library that contains graphical spinners that can be displayed terminal.
This package provides functions to compute fnctl.ioctl's opt argument.
The ItemAdapter class is a wrapper for data container objects, providing a common interface to handle objects of different types in an uniform manner, regardless of their underlying implementation.
Currently supported types are:
scrapy.item.Item
dict
dataclass-based classes
attrs-based classes
pydantic-based classes
Additionally, interaction with arbitrary types is supported by implementing a pre-defined interface.
This package is a preview of pathlib functionality planned for a future release of Python; specifically, it provides three ABCs that can be used to implement path classes for non-local filesystems
This package provides Emoji terminal output for Python. The entire set of Emoji codes as defined by the Unicode Consortium is supported in addition to a bunch of aliases.
This package provides universal classes and methods for the Iron.io API wrappers to build on.
This package provides a convenient way to expose an extensible API with enforced method signatures and consistent documentation.
PyPEG is an intrinsic parser interpreter framework for Python. It is based on Parsing Expression Grammars, PEG. With pyPEG you can parse many formal languages.
Markupsafe provides an XML/HTML/XHTML markup safe string implementation for Python.
PyKafka is a client for the Apache Kafka distributed messaging system. It includes Python implementations of Kafka producers and consumers, which are optionally backed by a C extension built on librdkafka.
This is a Python library for color math and conversions.
MySQL Connector/Python enables Python programs to access MySQL databases, using an API that is compliant with the Python Database API Specification v2.0 (PEP 249).
pyproject-api aims to abstract away interaction with pyproject.toml style projects in a flexible way.
This package provides a MkDocs plugin that injects the mkdocs.yml extra variables into the markdown template.
This package provides various tools to supplement packaging Python releases.