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 search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
This package provides a Google Authentication Library plugin for httplib2 transport.
launchpadlib is a Python library that allows scripting Launchpad via its the web service API.
Zope.security provides a generic mechanism to implement security policies on Python objects.
ACME is Automatic Certificate Management Environment, a protocol that allows clients and certificate authorities to automate verification and certificate issuance. The ACME protocol is used by the free Let's Encrypt Certificate Authority.
txacme is an implementation of the protocol for Twisted, the event-driven networking engine for Python.
Generator for OpenAPI Documentation version 2 and 3, in JSON and YAML formats. Generator for other kinds of documents from OpenAPI Documentation files.
The dpkt module is a fast, simple packet generator and parser for the basic TCP/IP protocols.
openid-cla is an implementation of the OpenID contributor license agreement extension for python-openid.
This package provides a Python library for JOSE RFCs, including JWS, JWE, JWK, JWA, and JWT.
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.
Purl is a Python package for handling URLs.
This package provides an extended library for interacting with GitLab instances through their API.
This package provides Tweepy, an easy-to-use Python library for accessing the Twitter API.
Priority is a pure-Python implementation of the priority logic for HTTP/2, set out in RFC 7540 Section 5.3 (Stream Priority).
This package provides Mako template bindings for the Pyramid web framework.
This package provides testing utility modules for testing JSON APIs with Behave.
This package provides utilities to merge, minify and compress Javascript and CSS files,supporting a variety of different filters, including YUI, jsmin, jspacker or CSS tidy. It also supports URL rewriting in CSS files.
This package provides a programmatic API to create and use a devpi server process.
Openapi-core is a Python library that adds client-side and server-side support for the OpenAPI Specification v3. It has features such as:
Validation of requests and responses
Schema casting and unmarshalling
Media type and parameters deserialization
Security providers (API keys, Cookie, Basic and Bearer HTTP authentications)
Custom deserializers and formats
Integration with libraries and frameworks.
A Python library for representing and manipulating IPv4, IPv6, CIDR, EUI and MAC network addresses.
This project provides a client library in Python that makes it easy to communicate with Microsoft Azure Storage services.
The devpi command line tool is typically used in conjunction with devpi-server. It allows uploading, testing and installing packages from devpi indexes.
aiostream provides a collection of stream operators that can be combined to create asynchronous pipelines of operations. It can be seen as an asynchronous version of itertools, although some aspects are slightly different. All the provided operators return a unified interface called a stream. A stream is an enhanced asynchronous iterable.
python-portend can be used to monitor TCP ports for bound or unbound states. For example, waiting for a port to be occupied or freed within a set timeout. python-portend can also be used directly from the command line.
AWS CLI provides a unified command line interface to the Amazon Web Services (AWS) API.