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 tools to convert files in the format used by multiple Spanish banks (standard 43 of the Spanish Banking Council [CSB43] / Spanish Banking Association [AEB43]) to other formats.
Supported output formats are: OFX, HomeBank CSV, HTML, JSON, ODS (OpenDocument spreadsheet), CSV, TSV, XLS, XLSX (Microsoft Excel spreadsheet), and YAML.
Cloup enriches Click with several features that make it more expressive and configurable such as option groups, constraints, subcommand aliases, subcommands sections and a themeable HelpFormatter.
This package provides a backport of asyncio.TaskGroup, asyncio.Runner and asyncio.timeout.
This package provides a plugin for Setuptools for revision control with Git.
This package provides a set of utility functions for iterators, functions, and dictionaries.
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
Bagit is a Python library and command line utility for working with BagIt style packages. BagIt is a minimalist packaging format for digital preservation.
The ratelimiter module ensures that an operation will not be executed more than a given number of times during a given period.
This package provides a Python port of Google's libphonenumber library.
python-pyre-extensions defines extensions to the standard typing module that are supported by the Pyre typechecker.
Packaging is a Python module for dealing with Python packages. It offers an interface for working with package versions, names, and dependency information.
Tabulate is a library and command-line utility to pretty-print tabular data in Python.
This package contains typing stubs for pytz, a very small subset the Python stubs contained in the complete typeshed collection.
dnspython is a DNS toolkit for Python. It supports almost all record types. It can be used for queries, zone transfers, and dynamic updates. It supports TSIG authenticated messages and EDNS0.
Itsdangerous provides various helpers to pass trusted data to untrusted environments and back.
This package provides a replacement for Python's subprocess feature.
pyproject-api aims to abstract away interaction with pyproject.toml style projects in a flexible way.
This package implements a functionality to generate Python __repr__ methods automatically or declaratively.
OmegaConf is a hierarchical configuration system and supports merging configurations from multiple sources. It provides a consistent API regardless of how the configuration was created.
The pure_eval Python library can safely evaluate abstract syntax tree (AST) nodes without side effects.
This package contains a context manager for mocking/wrapping stdin/stdout/stderr.
PyMarshal replicates the feature of (un)marshalling structs in Golang.
This package provides a comprehensive, fast, pure Python memcached client.
This is a PEP 561 type stub package for the ujson package. It can be used by type-checking tools like mypy, PyCharm, pytype etc. to check code that uses ujson.