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 provides Python bindings for the XML Security Library.
This package provides a NFC (Near-Field Communication) Data Exchange Format decoder and encoder.
This package provides a build hook plugin for Hatch that compiles bsmulti-lingual messages with GNU gettext's tools msgfmt.
This package provides abstract MutableMapping classes that consume and build on other MutableMappings. Several of these can be composed with one another to form intuitive interfaces over complex storage systems policies.
Colorful provides an array of text styles, that can be used as functions or string constants to form colored terminal output.
The stack_data Python library extracts data from stack frames and tracebacks. Is can be used to display more useful tracebacks than the default.
This package provides is a small collection of algorithms that can be reused when throttling user interactions with a resource (e.g., an API).
This package implements a functionality to convert between Python's datetime.timedelta and Golang's time.Duration formats.
Pyan takes one or more Python source files, performs a (rather superficial) static analysis, and constructs a directed graph of the objects in the combined source, and how they define or use each other. The graph can be output for rendering by GraphViz or yEd.
This library provides a text parser written in the Python language. It aims to be fast.
The Intel HEX file format is widely used in microprocessors and microcontrollers area (embedded systems etc.) as the de facto standard for representation of code to be programmed into microelectronic devices. This package provides an intelhex Python library to read, write, create from scratch and manipulate data from Intel HEX file format. It also includes several convenience Python scripts, including "classic" hex2bin and bin2hex converters and more, those based on the library itself.
This package provides an ANSI color text library for Python. It provides automatic coloring for dark or light terminals.
This package provides a simple, but extensible Python implementation for the Telegram Bot API.
This is a PEP 561 type stub package for the python-dateutil package.
PyMdown Extensions is a collection of extensions for Python Markdown. All extensions are found under the module namespace of pymdownx.
The pure_eval Python library can safely evaluate abstract syntax tree (AST) nodes without side effects.
A Procfile is a file which describes how to run an application consisting of several processes. honcho starts all listed processes. The output of all running processes is collected by honcho and displayed.
This package implements a functionality to generate Python __repr__ methods automatically or declaratively.
This library provides an efficient mechanism for overloading function implementations based on the types of the arguments.
Ubelt is a small library of simple functions that extend the Python standard library. It includes an API to simplify common problems such as caching, timing, computing progress, among other things.
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 is a Python library for color math and conversions.
This package provides the garden command to install packages for Kivy, the multitouch application platform.
Stem is a Python controller library for Tor. With it you can use Tor's control protocol to script against the Tor process and read descriptor data relays publish about themselves.