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 helps to add (mutiple) aliases to a click group or command.
Parse strings using a specification based on the Python format() syntax.
Voluptuous is a Python data validation library. It is primarily intended for validating data coming into Python as JSON, YAML, etc.
croniter provides iteration for datetime object with cron-like format.
This package provides a Python library and a command-line interface utility to parse HJSON) documents.
Iteround is a standard library sum-safe rounding library for Python iterables (lists, tuples, dicts).
This package provides an implementation of the NREPL protocol for Python.
olefile can parse, read and write Microsoft OLE2 files (Structured Storage or Compound Document, Microsoft Office). It is an improved version of the OleFileIO module from PIL, the Python Image Library.
This package provides a fast, regex-based date parsing library in pure Python.
Sorted Collections is a Python sorted collections library.
Besides being used in web development, CSS is also the way to stylize Qt-based desktop applications. However, Qt's CSS has a few variations that prevent the direct use of SASS compiler.
The purpose of this tool is to fill the gap between SASS and Qt-CSS by handling those variations.
This package provides abstract MutableMapping classes that consume and build on other MutableMappings. Several of these can be composed with one another to form intuitive interfaces over complex storage systems policies.
qasync allows coroutines to be used in PyQt/PySide applications by providing an implementation of the PEP 3156 event-loop.
This package provides a library for parsing and validating OpenSSH public key files.
This package implements a functionality for document parameters, class attributes, return types, and variables inline, with Annotated.
This package provides a Python parser for Pubmed Open-Access Subset and MEDLINE XML repository.
Babel is composed of two major parts: - tools to build and work with gettext message catalogs - a Python interface to the CLDR (Common Locale Data Repository), providing access to various locale display names, localized number and date formatting, etc.
This package provides a wrapper around NumPy and other array libraries to make them compatible with the Array API standard
This package is a Python module for reading Emacs Org mode files.
This package provides an ANSI color text library for Python. It provides automatic coloring for dark or light terminals.
This package provides a high performance core database driver for connecting ClickHouse to Python, Pandas, and Superset.
GraphQL implementation for Python. GraphQL is a data query language and runtime designed and used to request and deliver data to mobile and web apps. This library is a port of graphql-js to Python.
GAST provides a compatibility layer between the AST of various Python versions, as produced by ast.parse from the standard ast module.
Pybtex is a BibTeX-compatible bibliography processor written in Python. You can simply type pybtex instead of bibtex.