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 contains typing stubs for for freezegun, a very small subset the Python stubs contained in the complete typeshed collection.
This package provides a MkDocs plugin that injects the mkdocs.yml extra variables into the markdown template.
perfplot extends Python's timeit by testing snippets with input parameters (e.g., the size of an array) and plotting the results.
BibtexParser is a Python library to parse BibTeX files.
This package provides an object type which efficiently represents an array of booleans. Bitarrays are sequence types and behave very much like usual lists. Eight bits are represented by one byte in a contiguous block of memory. The user can select between two representations: little-endian and big-endian. All of the functionality is implemented in C. Methods for accessing the machine representation are provided. This can be useful when bit level access to binary files is required, such as portable bitmap image files. Also, when dealing with compressed data which uses variable bit length encoding, you may find this module useful.
This package provides a pytest plugin that checks URLs for HTML-containing files.
This package provides a MediaWiki API client.
GYP builds build systems for large, cross platform applications. It can be used to generate XCode projects, Visual Studio projects, Ninja build files, and Makefiles.
PyJWT is a JSON Web Token implementation written in Python.
pyquery allows you to make jQuery queries on xml documents. The API is as much as possible the similar to jQuery. pyquery uses lxml for fast xml and html manipulation.
This package provides an automatic class-based binding to JSON Schemas for use in python.
Pox provides a collection of utilities for navigating and manipulating file systems. This module is designed to facilitate some of the low-level operating system interactions that are useful when exploring a file system on a remote host. Pox provides Python equivalents of several shell commands such as which and find. These commands allow automated discovery of what has been installed on an operating system, and where the essential tools are located.
pycodestyle (formerly pep8) is a tool to check Python code against some of the style conventions in PEP 8.
API to query the distutils metadata written in PKG-INFO inside a source distriubtion (an sdist) or a binary distribution (e.g., created by running bdist_egg). It can also query the EGG-INFO directory of an installed distribution, and the *.egg-info stored in a "development checkout" (e.g, created by running python setup.py develop).
This package provides a build hook plugin for Hatch to automatically bs generate a manual page from an ArgumentParser object, using argparse-manpage by Pavel Raiskup.
Python module dedicated to rendering RST (reStructuredText) documents to ansi-escaped strings suitable for display in a terminal.
MonthDelta provides functionality to do date computations with months.
gevent is a coroutine-based Python networking library that uses greenlet to provide a high-level synchronous API on top of the libev event loop.
This package implements functionality to work with plyline. Features:
Visvalingham-Whyatt - removes the smallest triangles formed by three consecutive points in a polyline or polygon
Douglas-Peucker - gives a better representation of the convex hull
python-dbus provides bindings for libdbus, the reference implementation of D-Bus.
This package provides typing stubs for urllib3.
This package provides an ANSI color text library for Python. It provides automatic coloring for dark or light terminals.
Python bindings for ManimPango which is a C binding for Pango, using Cython.
ManimPango is internally used in Manim to render (non-LaTeX) text.
Iteround is a standard library sum-safe rounding library for Python iterables (lists, tuples, dicts).