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 provides a minimalistic workflow system to manage and share end-to-end workflows for different use cases and domains.
This package provides utilities for Google Media Downloads and Resumable Uploads.
This package provides a Python client library for the OpenAI API.
Pyramid makes it easy to write web applications. From minimal request/response web apps to larger, grown applications.
Get a public suffix for a domain name using the Public Suffix List.
This package provides Jinja2 template bindings for the Pyramid web framework.
GuardPost is a framework to handle authentication and authorization in asynchronous Python applications.
Its features include
Strategy to implement authentication.
Strategy to implement authorization.
Support for dependency injection
Built-in support for JSON Web Tokens (JWTs) authentication.
PRAWcore is a low-level communication layer used by PRAW.
This package provides a query string parser for Python and Django projects that correctly creates nested dictionaries from sent form/querystring data.
betamax-matchers provides a set of Matchers for Betamax.
openid-cla is an implementation of the OpenID contributor license agreement extension for python-openid.
This package provides Python bindings for using the Google search engine. Its module is called googlesearch.
This package contains SQLAlchemy database migration tools for Flask programs that are using python-alembic.
This package provides a Python port of the ActiveResource project.
Active Resource attempts to provide a coherent wrapper object-relational mapping for REST web services. It follows the same philosophy as Active Record, in that one of its prime aims is to reduce the amount of code needed to map to these resources. This is made possible by relying on a number of code- and protocol-based conventions that make it easy for Active Resource to infer complex relations and structures.
One of the most advanced WSGI utility modules. It includes a powerful debugger, full-featured request and response objects, HTTP utilities to handle entity tags, cache control headers, HTTP dates, cookie handling, file uploads, a powerful URL routing system and a bunch of community-contributed addon modules.
The aiocoap package is an implementation of CoAP. It facilitates writing applications that talk to network enabled embedded IoT devices.
Genshi is a Python library that provides an integrated set of components for parsing, generating, and processing HTML, XML or other textual content for output generation on the web.
This package provides a fast JavaScript parser (based on esprima.js)
launchpadlib is a Python library that allows scripting Launchpad via its the web service API.
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.
PRAW is a Python package that allows for simple access to Reddit’s API. It aims to be easy to use and internally follows all of Reddit’s API rules.
xyzservices is a lightweight library providing a repository of available XYZ services offering raster basemap tiles. The repository is provided via Python API and as a compressed JSON file.
Urllib3 supports features left out of urllib and urllib2 libraries. It can reuse the same socket connection for multiple requests, it can POST files, supports url redirection and retries, and also gzip and deflate decoding.
Plaster is a loader interface around multiple config file formats. It exists to define a common API for applications to use when they wish to load configuration. The library itself does not aim to handle anything except a basic API that applications may use to find and load configuration settings. Any specific constraints should be implemented in a pluggable loader which can be registered via an entrypoint.