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.
Partd stores key-value pairs. Values are raw bytes. We append on old values. Partd excels at shuffling operations.
This package provides a functionality for working with user perceived characters. More specifically, string manipulation and calculation functions for working with grapheme cluster groups (graphemes) as defined by the Unicode Standard Annex #29.
This package provides the complete NumPy documentation in the Texinfo, and HTML formats.
smartpants can perform the following transformations:
Straight quotes ( " and ' ) into "curly" quote HTML entities
Backticks-style quotes (``like this'') into "curly" quote HTML entities
Dashes (-- and ---) into en- and em-dash entities
Three consecutive dots (... or . . .) into an ellipsis entity
This is a fork of amqplib which was originally written by Barry Pederson. It is maintained by the Celery project, and used by kombu as a pure python alternative when librabbitmq is not available.
Pydantic Settings provides optional Pydantic features for loading a settings or config class from environment variables or secrets files.
Ijson is an iterative JSON parser with standard Python iterator interfaces.
Pastel is a simple library to help you colorize strings in your terminal.
Imageio is a Python library that provides an easy interface to read and write a wide range of image data, including animated images, video, volumetric data, and scientific formats.
This package provides Python bindings to libdbus, the reference implementation of the D-Bus protocol.
This package provides a Python interface to iw wireless tools.
Requests-File is a transport adapter for use with the Requests Python library to allow local file system access via file:// URLs.
This package draws tree structures using characters.
This library reads DBF files and returns the data as native Python data types for further processing. It is primarily intended for batch jobs and one-off scripts.
python-pydantic enables specifying CLI via data models provided in the JSON format.
With this package you can traverse resources like paths and access resources on demand with separate accessor layer.
When using matplotlib and plotting more than one line, it is common to want to be able to want to be able to cycle over one or more artist styles; but the plotting logic can quickly become involved. To address this and enable easy cycling over arbitrary kwargs, the Cycler class was developed.
rJSmin is a javascript minifier written in Python. The minifier is based on the semantics of jsmin.c by Douglas Crockford. The module is a re-implementation aiming for speed, so it can be used at runtime (rather than during a preprocessing step).
oj is a command line tool to help solving problems on various online judges. This command automates downloading sample cases, generating additional test cases, testing for your code, and submitting it.
This package provides a simple, but extensible Python implementation for the Telegram Bot API.
The aenum library includes an Enum base class, a metaclass-based NamedTuple implementation and a NamedConstant class.
pyquery allows you to make jQuery queries on xml documents. The API is as much as possible the similar to jQuery. pyquery uses lxml for fast xml and html manipulation.
PyTables is a package for managing hierarchical datasets and designed to efficiently cope with extremely large amounts of data.
This package provides console text coloring for Python.