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.
nibabel is a library that provides read and write access to common neuroimaging file formats, including: ANALYZE (plain, SPM99, SPM2 and later), GIFTI, NIfTI1, NIfTI2, CIFTI-2, MINC1, MINC2, AFNI BRIK/HEAD, ECAT and Philips PAR/REC. In addition, NiBabel also supports FreeSurfer’s MGH, geometry, annotation and morphometry files, and provides some limited support for DICOM.
This package implements a functionality to create and manipulate plot legends for matplotlib.
This package provides a Python library with classes that mimic pathlib.Path's interface for URIs from different cloud storage services.
This Python library provides a Microformats2 parser implementing the full Microformats2 (mf2) specification, including backward compatibility with Microformats1 (mf1).
S3transfer is a Python library for managing Amazon S3 transfers.
This package provides a fast implementation of the HTML5 parsing spec for Python. Parsing is done in C using a variant of the gumbo parser. The gumbo parse tree is then transformed into an lxml tree, also in C, yielding parse times that can be a thirtieth of the html5lib parse times.
This package provides a simple Python library that queries multiple geolocation services until one succeeds.
The dpkt module is a fast, simple packet generator and parser for the basic TCP/IP protocols.
Zope.exceptions provides general-purpose exception types that have uses outside of the Zope framework.
This package provides a Python implementation of the Engine.IO realtime client and server.
CacheControl is a port of the caching algorithms in httplib2 for use with requests session objects.
Socks is a library providing core proxy (SOCKS4, SOCKS5, HTTP tunneling) functionality.
Google Cloud Storage allows you to store data on Google infrastructure, and it can be used to distribute large data objects to users via direct download. This package provides a Google Cloud Storage API client library for Python.
This Python library provides encoding and decoding for the Concise Binary Object Representation (CBOR) (RFC 8949) serialization format. The specification is fully compatible with the original RFC 7049. Among its features are:
Simple API like the
jsonorpicklemodules.Support many CBOR tags with stdlib objects.
Generic tag decoding.
Shared value references including cyclic references.
String references compact encoding with repeated strings replaced with indices.
Optional C module backend tested on big- and little-endian architectures.
Extensible tagged value handling using tag_hook and object_hook on decode and default on encode.
This package provides an interactive HTML debugger for Pyramid application development.
yarl module provides handy URL class for URL parsing and changing.
Truststore is a library which exposes native system certificate stores (ie "trust stores") through an ssl.SSLContext-like API. This means that Python applications no longer need to rely on certifi as a root certificate store.
This package lets you manipulate PyPI API tokens.
This module contains a pure-Python implementation of a HTTP/2 protocol stack. It does not provide a parsing layer, a network layer, or any rules about concurrency. Instead, it's a purely in-memory solution, defined in terms of data actions and HTTP/2 frames. This is one building block of a full Python HTTP implementation.
This project provides a client library in Python that makes it easy to communicate with Microsoft Azure Storage services.
This package provides an official Python client library for Kubernetes.
This library is an abstraction of Conda package handling and a tool for extracting, creating, and converting between formats.
launchpadlib is a Python library that allows scripting Launchpad via its the web service API.
This package provides and add-on the Python Requests HTTP library to run code asynchronously.