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.
pypandoc is a thin Python wrapper around pandoc and pandoc-citeproc.
This package provides a plugin for ImageIO that wraps the FreeImage library.
This module provides various memoizing collections and decorators, including variants of the Python standard library's lru_cache function decorator.
Clyent is a Python command line utility library. It is used by binstar, binstar-build, and chalmers.
rfc3986 is a Python implementation of RFC 3986 including validation and authority parsing. This module also supports RFC 6874 which adds support for zone identifiers to IPv6 addresses.
This package provides a Python library to parse, manipulate or create documents in LilyPond format. A command line program ly is also provided that can be used to do various manipulations with LilyPond files.
This package provides a simple utility for checking the python version.
pyproject-api aims to abstract away interaction with pyproject.toml style projects in a flexible way.
This package provides a drop-in replacement for the original LooseVersion. It implements an identical interface and comparison logic to LooseVersion. The only major change is that a looseversion.LooseVersion is comparable to a distutils.version.LooseVersion, which means tools should not need to worry whether all dependencies that use LooseVersion have migrated.
This package provides a Python library intended to make color math, color scales, and color space conversion easy. It has support for:
Color scales
Color ranges
Color blending
Brightening/darkening colors
Saturating/desaturating colors
Conversion to/from multiple color spaces.
Click is a Python package for creating command line interfaces in a composable way with as little code as necessary. Its name stands for "Command Line Interface Creation Kit". It's highly configurable but comes with sensible defaults out of the box.
This package provides the following PyHamcrest test matchers, that enable matching a protocol buffer message:
equals_protoTest the argument equals the given protobuf message.
approximatelyTest the argument equals the given protobuf message, while comparing any float field using approximation.
ignoring_field_pathsTest the argument equals the given protobuf message, while ignoring those fields specified in the field paths.
ignoring_repeated_field_orderingTest the argument equals the given protobuf message, ignoring the ordering of any repeated field.
partiallyTest the argument partially equals the given protobuf message, i.e. if a field is in the argument but not in the expected message, it's ignored in the comparison.
async-timeout provides a timeout timeout context manager compatible with asyncio.
This package contains a micro subset of Unicode data files for linkify-it-py projects.
This Python tool figures out the differences between two similar XML files, in the same way the diff utility does it.
Sphinx extension to support docstrings in Numpy format.
This package provides a MkDocs plugin that injects the mkdocs.yml extra variables into the markdown template.
This module implements the PRECIS Framework as described in RFC 8264, RFC 8265 and RFC 8266.
This package contains a small collection of test tool plugins for nose2 and flake8.
This module provides a portable way of finding out where user data should be stored on various operating systems.
Python driver for MongoDB.
Wand is a ctypes-based binding for ImageMagick's MagickWand library.
Python XMP Toolkit is a library for working with XMP metadata, as well as reading/writing XMP metadata stored in many different file formats.
Python XMP Toolkit is wrapping Exempi (using ctypes), a C/C++ XMP library based on Adobe XMP Toolkit, ensuring that future updates to the XMP standard are easily incorporated into the library with a minimum amount of work.
Entry points are a way for Python packages to advertise objects with some common interface. The most common examples are console_scripts entry points, which define shell commands by identifying a Python function to run. The entrypoints module contains functions to find and load entry points.