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.
httpretty is a helper for faking web requests,inspired by Ruby's fakeweb.
This package provides Tweepy, an easy-to-use Python library for accessing the Twitter API.
Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. By using non-blocking network I/O, Tornado can scale to tens of thousands of open connections, making it ideal for long polling, WebSockets, and other applications that require a long-lived connection to each user.
betamax-matchers provides a set of Matchers for Betamax.
This tool provides a simple HTTP server with support for Range requests.
ZODB provides an object-oriented and ACID compliant database for Python with a high degree of transparency. ZODB is an object-oriented database, not an object-relational mapping. This comes with several advantaged:
no separate language for database operations
very little impact on your code to make objects persistent
no database mapper that partially hides the database.
almost no seam between code and database.
AWS CLI provides a unified command line interface to the Amazon Web Services (AWS) API.
flask-multistatic is a flask plugin that adds support for overriding static files.
Purl is a Python package for handling URLs.
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.
This package provides a library used by various Pylons project packages for internationalization (i18n) duties related to translation.
Path-and-address resolves ambiguities of command-line interfaces, inferring which argument is the path, and which is the address.
openid-teams is an implementation of the OpenID teams extension for python-openid.
Cheroot is a high-performance, pure-Python HTTP server.
OpenTelemetry Semantic Conventions.
This package provides a Twisted-based Tor controller client,with state-tracking and configuration abstractions.
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.
This package provides a Python wrapper around OpenWeatherMap web APIs.
This package provides a Python ASGI web microframework with the same API as Flask.
This package provides a Python library with classes that mimic pathlib.Path's interface for URIs from different cloud storage services.
AWS CLI provides a unified command line interface to the Amazon Web Services (AWS) API.
This Python library provides a Microformats2 parser implementing the full Microformats2 (mf2) specification, including backward compatibility with Microformats1 (mf1).
AWS SAM Translator is a library that transform Serverless Application Model (SAM) templates into AWS CloudFormation templates.
This library implements CORS support for aiohttp asyncio-powered asynchronous HTTP server.