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 JavaScript to Python translator and a JavaScript interpreter written in pure Python.
This package contains SQLAlchemy database migration tools for Flask programs that are using python-alembic.
This package provides an easy-to-use SNI endpoint for use with the Twisted web framework.
The Official DocuSign Python Client Library used to interact with the eSign REST API. Send, sign, and approve documents using this client.
Flask-Markdown supports several extensions for Markdown and integrates into Jinja2 by default.
pyScss is a compiler for Sass, a superset language of CSS3 that adds programming capabilities and some other syntactic sugar.
These package provides bindings for the Chameleon templating system for the Pyramid web framework.
HTML to Text is a Python library for extract text from HTML. Contrary to other solution such as LXML or Beautiful Soup, the text extracted with html_text does not contain elements such as JavaScript or inline styles not normally visible to users. It also normalizes white space characters in a smarter, more visually pleasing style.
This package provides and add-on the Python Requests HTTP library to run code asynchronously.
This package provides a Google Authentication Library plugin for httplib2 transport.
This module provides an interface that queries the Apache Solr server using a pure Python implementation.
Official low-level client for Elasticsearch. Its goal is to provide common ground for all Elasticsearch-related code in Python; because of this it tries to be opinion-free and very extendable.
Zope.location implements the concept of "locations" in Zope3, which are are special objects that have a structural location.
Often, especially for package modules, you want to import names for convenience, but not actually perform the imports until necessary. The zope.deferredimport package provided facilities for defining names in modules that will be imported from somewhere else when used. You can also cause deprecation warnings to be issued when a variable is used.
This package provides a Python JSON-RPC 2.0 protocol and server powered by asyncio.
WhiteNoise allows your web app to serve its own static files, making it a self-contained unit that can be deployed anywhere without relying on nginx, Amazon S3 or any other external service.
Pathy is a python package (with type annotations) for working with Cloud Bucket storage providers using a pathlib interface. It provides pathlib.Path subclasses for local and cloud bucket storage.
This package provides an extended library for interacting with GitLab instances through their API.
This is a little HTTP/1.1 library written from scratch in Python, heavily inspired by hyper-h2. It's a bring-your-own-I/O library; h11 contains no IO code whatsoever. This means you can hook h11 up to your favorite network API, and that could be anything you want.
This package provides CLI tool and Python library parallel file downloader using asyncio. parfive can handle downloading multiple files in parallel as well as downloading each file in a number of chunks.
asciicast demo of parfive parfive works by creating a downloader object, appending files to it and then running the download. parfive has a synchronous API, but uses asyncio to parallelise downloading the files.
Zope.interface provides an implementation of "object interfaces" for Python. Interfaces are a mechanism for labeling objects as conforming to a given API or contract.
Zope.component represents the core of the Zope Component Architecture. Together with the zope.interface package, it provides facilities for defining, registering and looking up components.
This library simplifies using Google's various server-to-server authentication mechanisms to access Google APIs.
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.