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.
The coloredlogs package enables colored terminal output for Python's logging module. The ColoredFormatter class inherits from logging.Formatter and uses ANSI escape sequences to render your logging messages in color.
This package provides ddlparse, a Python library to parse and convert DDL to BigQuery JSON schema.
This package provides a PEP 517 build backend that makes use of the Meson build system.
This Python module provides an implementation of the Itanium C++ ABI symbol mangling language. The demangler generates an abstract syntax tree from mangled symbols, which can be used for directly extracting type information.
This package provides a Flake8 plug-in to compute the McCabe cyclomatic complexity of Python source code.
python-configparser is a backport of configparser from Python 3.5 so that it can be used directly in other versions.
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
Logfury is a tool for python library maintainers. It allows for responsible, low-boilerplate logging of method calls.
If your code lets other people supply callback functions, it's important to specify the function signature you expect, and check that functions support that. Adding extra parameters later would break other peoples code unless you're careful. The backcall package provides a way of specifying the callback signature using a prototype function.
This package provides Python bindings and utilities for GeoJSON, a format for encoding geographic data structures.
Chai provides an api for mocking, stubbing and spying your python objects, patterned after the Mocha library for Ruby.
This library implements eval'able S-expression in Python using tuple-like objects.
This package provides a Matplotlib inline back-end for IPython and Jupyter.
Islenska is a Python package that embeds the vocabulary of the Database of Icelandic Morphology and offers various lookups and queries of the data. The database contains over 6.5 million entries, over 3.1 million unique word forms, and about 300,000 distinct lemmas.
Python library that makes exceptions handling and inspection easier.
This package provides a read-only implementation of fsspec for IPFS.
This module can convert Python docstrings to Markdown. It can recognise reStructuredText inside docstrings and convert multiple of its features to Markdown. It also includes initial support for Google-formatted docstrings.
Docutils is a modular system for processing documentation into useful formats, such as HTML, XML, and LaTeX. It uses reStructuredText, an easy to use markup language, for input.
This package provides tools for converting .rst files to other formats via commands such as rst2man, as well as supporting Python code.
This package provides a MkDocs plugin that injects the mkdocs.yml extra variables into the markdown template.
DiskCache is a disk and file backed persistent cache.
This Python module returns the CPU info by using the best sources of information for your operating system.
This package implements a CAN matrix object in Python which describes the CAN-communication and its needed objects such as board units, frames, signals, and values. It also includes two command-line tools (canconvert and cancompare) for converting and comparing CAN databases.
This package provides a Python module for creating simple ASCII tables.
This package provides a REPL plugin for Click.