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.
Slixmpp is a XMPP library for Python 3.7+. It is a fork of SleekXMPP. Its goal is to only rewrite the core of the library (the low level socket handling, the timers, the events dispatching) in order to remove all threads.
This package provides an interactive HTML debugger for Pyramid application development.
Generator for OpenAPI Documentation version 2 and 3, in JSON and YAML formats. Generator for other kinds of documents from OpenAPI Documentation files.
This package provides a Python SDK for integrating with the Dropbox API v2.
This plugin for python-plaster adds support for PasteDeploy syntax, it provides a plaster Loader object that can parse ini files according to the standard set by PasteDeploy
Python client library for Dynamic DNS using Domain Connect protocol.
This package provides a Python ASGI web microframework with the same API as Flask.
This package provides a Python library for interacting with any Amazon S3 compatible object storage server.
This package provides a resolve() function that resolves strings containing dotted names into the appropriate Python object.
OpenAPI Spec Validator is a Python library that validates an OpenAPI specification against the OpenAPI 2.0 (also known as Swagger), OpenAPI 3.0 and OpenAPI 3.1 specifications. The validator aims to check for full compliance with the specification.
Requests-FTP is an implementation of a simple FTP transport adapter for use with the Requests library.
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.
openid-teams is an implementation of the OpenID teams extension for python-openid.
Grip is a command-line server application written in Python that uses the GitHub Markdown API to render a local Markdown file. The styles and rendering come directly from GitHub, so you'll know exactly how it will appear. Changes you make to the file will be instantly reflected in the browser without requiring a page refresh.
python-flask-oidc provides an OpenID Connect extension for Flask.
This package provides a fast implementation of the HTML5 parsing spec for Python. Parsing is done in C using a variant of the gumbo parser. The gumbo parse tree is then transformed into an lxml tree, also in C, yielding parse times that can be a thirtieth of the html5lib parse times.
This module provides a building block to stub out the HTTP requests portions of your testing code.
The Official DocuSign Python Client Library used to interact with the eSign REST API. Send, sign, and approve documents using this client.
This package provides a convenient filesystem interface over S3.
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.
This Python package lets you use the requests library to talk HTTP via a UNIX domain socket.
Oauthlib is a generic, spec-compliant, thorough implementation of the OAuth request-signing logic.
python-httpauth is WSGI middleware that secures some/all routes using HTTP Digest Authentication.
This package provides testing utility modules for testing JSON APIs with Behave.