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.
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.
Zope.configuration implements ZCML, the Zope Configuration Markup Language.
Python client library for Google's discovery based APIs
This package provides a script for running Python tests.
Programmatically send startup/shutdown lifespan events into Asynchronous Server Gateway Interface (ASGI) applications. When used in combination with an ASGI-capable HTTP client such as HTTPX, this allows mocking or testing ASGI applications without having to spin up an ASGI server.
Gunicorn ‘Green Unicorn’ is a Python WSGI HTTP Server for UNIX. It’s a pre-fork worker model ported from Ruby’s Unicorn project. The Gunicorn server is broadly compatible with various web frameworks, simply implemented, light on server resources, and fairly speedy.
yarl module provides handy URL class for URL parsing and changing.
This package provides a Service Provider functionality in both Sync and Async mode for Domain Connect protocol.
The zope.deprecation module provides a function for marking modules, classes, functions, methods and properties as deprecated, displaying warnings when usaged in application code.
Hypercorn is an ASGI web server based on the sans-io hyper, h11, h2, and wsproto libraries and inspired by Gunicorn. It supports HTTP/1, HTTP/2, WebSockets (over HTTP/1 and HTTP/2), ASGI/2, and ASGI/3 specifications. It can utilise asyncio, uvloop, or trio worker types.
This package provides a common runtime for AWS Python projects.
This is a Python client library for the BrowserID protocol that underlies Mozilla Persona.
The Websocket-client module provides the low level APIs for WebSocket usage in Python programs.
python-flask-oidc provides an OpenID Connect extension for Flask.
This package provides an official Python client library for Kubernetes.
This package provides a simple and lightweight Python SOAP library for client and server webservices interfaces, aimed to be as small and easy as possible, supporting most common functionality.
frozenlist.FrozenList is a list-like structure which implements collections.abc.MutableSequence. It can be made immutable by calling FrozenList.freeze.
This package provides Tweepy, an easy-to-use Python library for accessing the Twitter API.
This package provides an efficient library to read from new and old format .conda and .tar.bz2 conda packages.
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.
fastapi-pagination is a Python library designed to simplify pagination in FastAPI applications. It provides a set of utility functions and data models to help you paginate your database queries and return paginated responses to your clients.
This package, as opposed to python-fastapi-pagination-minimal, depends on all available optional dependencies supported by mainline fastapi-pagination.
This project provides a client library in Python that makes it easy to communicate with Microsoft Azure Storage services.
This package provides the Microsoft Azure Blob Storage Client Library for Python.
This is a HTTPS client implementation for httplib and urllib2 based on PyOpenSSL. PyOpenSSL provides a more fully-featured SSL implementation over the default provided with Python and, importantly, enables full verification of the SSL peer.