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.
Jinja2 is a small but fast and easy to use stand-alone template engine written in pure Python.
This package provides a BK-tree data structure to allow fast querying of close matches in Python.
This package provides Python bindings to libdbus, the reference implementation of the D-Bus protocol.
This package provides a python port of YUI CSS Compressor.
Pydantic Settings provides optional Pydantic features for loading a settings or config class from environment variables or secrets files.
retry is an easy to use retry decorator for Python. It can be used to retry a function a given number of times.
Tiktoken is a fast byte pair encoding (BPE) tokeniser for use with OpenAI's models.
twine currently supports registering projects and uploading distributions. It authenticates the user over HTTPS, allows them to pre-sign their files and supports any packaging format (including wheels).
PyMarshal replicates the feature of (un)marshalling structs in Golang.
Inflection is a string transformation library. It singularizes and pluralizes English words, and transforms strings from CamelCase to underscored string.
Virtualenv is a tool to create isolated Python environments.
The shellescape Python module defines the shellescape.quote() function that returns a shell-escaped version of a Python string. This is a backport of the shlex.quote() function from Python 3.8 that makes it accessible to users of Python 3 versions < 3.3 and all Python 2.x versions.
This package lets you get information about what a frame is currently doing, particularly the AST node being executed.
This package provides an unmaintained port of sgmllib to Python 3. It is used to parse text files formatted in SGML.
This package provides a JSON RPC 2.0 server library for Python.
Jupytext is a plugin for Jupyter that can save Jupyter notebooks as either Markdown files or scripts in many languages. Common use cases for Jupytext are:
version control on Jupyter Notebooks
editing, merging or refactoring notebooks in your favorite text editor
applying Q&A checks on notebooks.
typeguard provides run-time type checking for functions defined with PEP 484 argument (and return) type annotations.
The rencode module is a data structure serialization library, similar to bencode from the BitTorrent project. For complex, heterogeneous data structures with many small elements, r-encoding stake up significantly less space than b-encodings. This version of rencode is a complete rewrite in Cython to attempt to increase the performance over the pure Python module.
pybind11 is a lightweight header-only library that exposes C++ types in Python and vice versa, mainly to create Python bindings of existing C++ code. Its goals and syntax are similar to the Boost.Python library: to minimize boilerplate code in traditional extension modules by inferring type information using compile-time introspection.
Colorama is a Python library for rendering colored terminal text.
This package provides a Python interface to iw wireless tools.
Typer is a library for building CLI applications. It's based on Python 3.6+ type hints.
importlib_metadata is a library which provides an API for accessing an installed Python package's metadata, such as its entry points or its top-level name. This functionality intends to replace most uses of pkg_resources entry point API and metadata API. Along with importlib.resources in Python 3.7 and newer, this can eliminate the need to use the older and less efficient pkg_resources package.
marshmallow provides a library for converting complex datatypes to and from native Python datatypes.