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 library implements algorithms and data structures for Lisp-style cons cells in Python.
This package improves the look and readability of argparse's help while requiring minimal changes to the code.
This package provides a parser for Python dependency files.
Clickgen is an API for building X11 and Windows cursors from .png files. clickgen is using anicursorgen and xcursorgen under the hood.
python-isort is a python utility/library to sort imports alphabetically, and automatically separated into sections. It provides a command line utility, a python library and plugins for various editors.
Palettable (formerly brewer2mpl) is a library of color palettes for Python. It’s written in pure Python with no dependencies, but it can supply color maps for matplotlib. You can use Palettable to customize matplotlib plots or supply colors for a web application.
This package provides n extension module for Click to register external CLI commands via setuptools entry-points.
attrs is a Python package with class decorators that ease the chores of implementing the most common attribute-related object protocols.
smartpants can perform the following transformations:
Straight quotes ( " and ' ) into "curly" quote HTML entities
Backticks-style quotes (``like this'') into "curly" quote HTML entities
Dashes (-- and ---) into en- and em-dash entities
Three consecutive dots (... or . . .) into an ellipsis entity
This package provides a decorator that raises an error when an operation takes longer than expected.
The PyPNG module implements support for PNG images. It reads and writes PNG files with all allowable bit depths (1/2/4/8/16/24/32/48/64 bits per pixel) and colour combinations: greyscale (1/2/4/8/16 bit); RGB, RGBA, LA (greyscale with alpha) with 8/16 bits per channel; colour mapped images (1/2/4/8 bit). Adam7 interlacing is supported for reading and writing. A number of optional chunks can be specified (when writing) and understood (when reading): tRNS, bKGD, gAMA.
PyPNG is not a high level toolkit for image processing (like PIL) and does not aim at being a replacement or competitor. Its strength lies in fine-grained extensive support of PNG features. It can also read and write Netpbm PAM files, with a focus on its use as an intermediate format for implementing custom PNG processing.
Twisted is an extensible framework for Python programming, with special focus on event-based network programming and multiprotocol integration.
num2words is a library that converts numbers like 42 to words like forty-two. It supports multiple languages, and can even generate ordinal numbers like forty-second.
Wrappers to build Python packages using PEP 517 hooks.
Pdftotext is a Python library of PDF text extraction.
Fastprogress is a progress bar for Jupyter Notebook and console.
pyaml is a PyYAML based python module to produce pretty and readable YAML-serialized data.
This package provides a pure Python RFC3339 validator.
This package provides a friendly fork of multiprocessing which uses dill instead of pickle.
This package provides a small helper library to convert Arabic Numbers to Roman Numerals.
Natsort lets you apply natural sorting on lists instead of lexicographical. If you use the built-in sorted method in python on a list such as [, it would be returned as a20, a9, a1, a4, a10][. Natsort provides a function a1, a10, a20, a4, a9]natsorted that identifies numbers and sorts them separately from strings. It can also sort version numbers, real numbers, mixed types and more, and comes with a shell command natsort that exposes this functionality in the command line.
This package contains models and schemas used by Safety.
Tools and API for translation and localization engineering. It contains several utilities, as well as an API for building localization tools.
Tools and API for translation and localization engineering. It contains several utilities, as well as an API for building localization tools.