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 module provides a Python interface to pkg-config. It can be used to find all pkg-config packages, check if a package exists, check if a package meets certain version requirements, query CFLAGS and LDFLAGS and parse the output to build extensions with setup.py.
This package provides declarative command-line interfaces using argparse and dataclasses.
The deprecated decorator provides a convenient way to deprecate to deprecate classes, functions or methods.
FontTools/TTX is a library to manipulate font files from Python. It supports reading and writing of TrueType/OpenType fonts, reading and writing of AFM files, reading (and partially writing) of PS Type 1 fonts. The package also contains a tool called “TTX” which converts TrueType/OpenType fonts to and from an XML-based format.
PyPEG is an intrinsic parser interpreter framework for Python. It is based on Parsing Expression Grammars, PEG. With pyPEG you can parse many formal languages.
Python's built-in itertools module implements a number of iterator building blocks inspired by constructs from APL, Haskell, and SML. more-itertools includes additional building blocks for working with iterables.
Echo is a small library for attaching callback functions to property state changes.
Wrappers to build Python packages using PEP 517 hooks.
This package provides interactive HTML widgets for Jupyter notebooks.
This Python library provides additional types and actions for the standard argparse library.
Python bindings for ManimPango which is a C binding for Pango, using Cython.
ManimPango is internally used in Manim to render (non-LaTeX) text.
Screenkey is a screencast tool to display your keys inspired by Screenflick.
This package contains typing stubs for TOML, a very small subset the Python stubs contained in the complete typeshed collection.
CLI Helpers is a Python package that makes it easy to perform common tasks when building command-line apps. It's a helper library for command-line interfaces.
The colorlog.ColoredFormatter is a formatter for use with Python's logging module that outputs records using terminal colors.
pyinotify provides a Python interface for monitoring file system events on Linux.
sshtunnel is a Python module for easily creating SSH tunnels in the background, using Python.
ncclient is a Python library that facilitates client-side scripting and application development around the NETCONF protocol.
Snuggs are S-expressions for Numpy.
Gorilla is a Python library that provides a convenient approach to monkey patching. Monkey patching is the process of modifying module and class attributes at runtime with the purpose of replacing or extending third-party code.
Easy ANSI is a terminal framework API to give you an easy way to use colors, cursor control movements, and line/box drawing. It is not meant as a replacement to more full-featured frameworks (such as curses or urwid), but as a tool to quickly create nice-looking screens in your terminal window. You can even create animations with the cursor controls.
MonthDelta provides functionality to do date computations with months.
This package provides the rflint command-line utility, a static analysis tool (linter) for Robot Framework source files.
This library provides algorithms and data types for solving symbolic expressions in pure Python using the technique of logical unification.