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.
ASGI is a standard for Python asynchronous web apps and servers to communicate with each other, and positioned as an asynchronous successor to WSGI. This package includes libraries for implementing ASGI servers.
Purl is a Python package for handling URLs.
This package provides a pluggable mechanism for copying persistent objects.
The aim of this package is to unify the plethora of existing packages integrating SQLAlchemy with Zope's transaction management. As such,it only provides a data manager and makes no attempt to define a zopeish way to configure engines.
This package provides a Google Authentication Library plugin with oauthlib.
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
WCrypto is an implementation of the Javascript Object Signing and Encryption (JOSE) Web Standards.
Txaio provides a compatibility layer between the Python asyncio bsmodule and Twisted.
This package provides the Microsoft Azure File DataLake Storage Client Library for Python.
This library implements CORS support for aiohttp asyncio-powered asynchronous HTTP server.
Sanic is a Python web server and web framework that's written to go fast. It allows the usage of the async/await syntax added in Python 3.5, which makes your code non-blocking and speedy.
html5tagger provides a simplified HTML5 syntax that can be written directly in Python without templates.
This package provides a SDK for convenient Pythonic interface to Globus APIs.
python-bottle is a WSGI framework for small web-applications.
This package provides a common runtime for AWS Python projects.
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.
This package provides a git URL parsing module which supports parsing and rewriting of remote git URLs from various hosting providers.
This module provides an interface that queries the Apache Solr server using a pure Python implementation.
This package provides a convenient filesystem interface over S3.
The SAML Python Toolkit lets you add SAML support to your Python software.
AWS CLI provides a unified command line interface to the Amazon Web Services (AWS) API.
Manuel lets you mix and match traditional doctests with custom test syntax.
wsproto is a pure-Python implementation of a WebSocket protocol stack. It's written from the ground up to be embeddable in whatever program you choose to use, ensuring that you can communicate via WebSockets, as defined in RFC6455, regardless of your programming paradigm.
Pycurl is a lightweight wrapper around libcurl. It provides high-speed transfers via libcurl and frequently outperforms alternatives.