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 search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
Jinxed is an implementation of a subset of the Python curses library.
The PyPrind (Python Progress Indicator) module provides a progress bar and a percentage indicator object that let you track the progress of a loop structure or other iterative computation.
This package provides a decorator to automatically detect mismatch when overriding a method.
This package provides a simple utility to separate the implementation of your Python package and its public API surface.
Python package can include a MANIFEST.in file to help with sending package files to the Python Package Index. This package checks that file to ensure it completely and accurately describes your project.
Miniboa is a simple, asynchronous, single-threaded, poll-based Telnet server.
This library helps to validate configuration files and produce human readable error messages.
This package provides a tool to split a kernel image with appended DTB into separated kernel and DTB files.
MonthDelta provides functionality to do date computations with months.
This package outputs version information for modules loaded in the current session, Python, and the OS.
Bitstring is a library for simple construction, analysis and modification of binary data.
GPX file parser and GPS track manipulation library.
This module provides utilities for multiplexing interactions with lists of Python objects.
The Bluetooth GATT SDK for Python helps you implement and communicate with any Bluetooth Low Energy device that has a GATT profile. It supports:
Discovering nearby Bluetooth Low Energy devices
Connecting and disconnecting devices
Implementing your custom GATT profile
Accessing all GATT services
Accessing all GATT characteristics
Reading characteristic values
Writing characteristic values
Subscribing for characteristic value change notifications
Currently, Linux is the only platform supported by this library.
DotMap is a dot-access dictionary subclass that has dynamic hierarchy creation, can be initialized with keys, can be initialized from a dictionary, can be convert to a dictionary, and is ordered by insertion.
This package provides functionality to serialize arbitrary data types to and from JSON. Common data types are implemented and it is easy to register custom encoders and decoders.
Miniupnpc is a client library for Python programs to set up port forwards using UPnP.
ezdxf is a Python package to create new DXF files and read/modify/write existing DXF files.
This Python library handles software versions and specifiers. It is adapted from the packaging package.
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.
Requests-File is a transport adapter for use with the Requests Python library to allow local file system access via file:// URLs.
shortuuid is a Python library for generating concise, unambiguous and URL-safe UUIDs. UUIDs are generated using the built-in Python uuid module and then similar looking characters are removed.
This module implements the PRECIS Framework as described in RFC 8264, RFC 8265 and RFC 8266.
The ld package provides information about the GNU/Linux distribution it runs on, such as a reliable machine-readable ID, or version information.