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 contains a generic transaction implementation for Python. It is mainly used by the ZODB.
warcio is a Python library to read and write the WARC format commonly used in Web archives. It is designed for fast, low-level access to web archival content, oriented around a stream of WARC records rather than files.
S3transfer is a Python library for managing Amazon S3 transfers.
This package lets you compress Flask application responses and static files with gzip, deflate or brotli. Flask-Compress both adds the various headers required for a compressed response and compresses the response data.
uritemplate provides Python library to deal with URI Templates.
Cheroot is a high-performance, pure-Python HTTP server.
Scrapy is a fast high-level web crawling and web scraping framework, used to crawl websites and extract structured data from their pages. It can be used for a wide range of purposes, from data mining to monitoring and automated testing.
Zope.configuration implements ZCML, the Zope Configuration Markup Language.
This package provides a library used by various Pylons project packages for internationalization (i18n) duties related to translation.
This package provides Jinja2 template bindings for the Pyramid web framework.
The Websocket-client module provides the low level APIs for WebSocket usage in Python programs.
The aiorpcX library is a generic asyncio implementation of RPC suitable for an application that is a client, server or both.
The package includes a module with full coverage of JSON RPC versions 1.0 and 2.0, JSON RPC protocol auto-detection, and arbitrary message framing. It also comes with a SOCKS proxy client.
dicomweb_client provides client intefaces for DICOMweb RESTful services QIDO-RS, WADO-RS and STOW-RS to search, retrieve and store DICOM objects over the web, respectively.
Internal package for python-sanic, which is meant to be the core testing utility and clients for testing Sanic applications.
This module contains a pure-Python HTTP/2 header encoding (HPACK) logic for use in Python programs that implement HTTP/2.
The Websocket-client module provides the low level APIs for WebSocket usage in Python programs.
Unalix is a library written in Python implementing the specification used by the ClearURLs addon for removing tracking fields from URLs.
This package provides a Python interface to the Google WebRTC VAD.
This package provides a Python library for interacting with any Amazon S3 compatible object storage server.
The MediaWiki Parser From Hell is a python library package that provides a parser for MediaWiki.
It exposes parses as normal string objects with additional methods giving access to the special Wikicode features it contains (hyperlinks, tags, templates…). The parser doesn't interpolate strings at all, it remains at a purely formal level.
Full documentation may be found at ReadTheDocs
This package provides a Flask extension for handling CORS, making cross-origin AJAX possible.
uritemplate provides Python library to deal with URI Templates.
The socksio Python module is a client-side sans-I/O SOCKS proxy implementation. It supports SOCKS4, SOCKS4A, and SOCKS5. socksio is a sans-I/O library similar to h11 or h2; this means the library itself does not handle the actual sending of the bytes through the network, it only deals with the implementation details of the SOCKS protocols. It can be paired with any I/O library.
This package supports the efficient creation of hookable objects, which are callable objects that are meant to be optionally replaced. The idea is that you create a function that does some default thing and make i hookable. Later, someone can modify what it does by calling its sethook method and changing its implementation. All users of the function, including those that imported it, will see the change.