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.
pyramid_retry is an execution policy for Pyramid that wraps requests and can retry them a configurable number of times under certain "retryable" error conditions before indicating a failure to the client.
This package provides a pluggable mechanism for copying persistent objects.
This package provides a Service Provider functionality in both Sync and Async mode for Domain Connect protocol.
Low Level Client for Crossref Search API.
This package provides an async client for Amazon services using botocore and aiohttp/asyncio. This library is a mostly full featured asynchronous version of botocore.
This package supports the efficient creation of hookable objects, which are callable objects that are meant to be optionally replaced. The idea is that you create a function that does some default thing and make i hookable. Later, someone can modify what it does by calling its sethook method and changing its implementation. All users of the function, including those that imported it, will see the change.
websockets is a library for building WebSocket servers and clients in Python with a focus on correctness and simplicity.
Built on top of asyncio, Python's standard asynchronous I/O framework, it provides an elegant coroutine-based API.
This package provides Python bindings to Ammonia HTML sanitizer Rust crate.
This library simplifies using Google's various server-to-server authentication mechanisms to access Google APIs.
This package provides testing utility modules for testing JSON APIs with Behave.
Zope.i18nmessageid provides facilities for declaring internationalized messages within program source text.
Oauthlib is a generic, spec-compliant, thorough implementation of the OAuth request-signing logic.
This package provides an asynchronous WebSocket connector for python-pycrdt.
This package provides the Microsoft Azure Client library for Python.
The socksio Python module is a client-side sans-I/O SOCKS proxy implementation. It supports SOCKS4, SOCKS4A, and SOCKS5. socksio is a sans-I/O library similar to h11 or h2; this means the library itself does not handle the actual sending of the bytes through the network, it only deals with the implementation details of the SOCKS protocols. It can be paired with any I/O library.
Flask-Login provides user session management for Flask. It handles the common tasks of logging in, logging out, and remembering your users' sessions over extended periods of time.
GRequests is a Python library that allows you to use Requests with Gevent to make asynchronous HTTP Requests easily.
python-httpauth is WSGI middleware that secures some/all routes using HTTP Digest Authentication.
This Asynchronous Server Gateway Interface (ASGI) middleware protects against Cross-site request forgery (CSRF) attacks. It implements the Double Submit Cookie pattern, where a cookie is set that is then compared to a csrftoken hidden form field or a x-csrftoken HTTP header.
This package provides a Python client for SSE event sources that seamlessly integrates with urllib3 and requests.
WTForms-SQLAlchemy is a fork of the wtforms.ext.sqlalchemy package from WTForms. The package has been renamed to wtforms_sqlalchemy but otherwise should function the same as wtforms.ext.sqlalchemy did.
This package provides the Microsoft Azure File DataLake Storage Client Library for Python.
aiodns provides a simple way for doing asynchronous DNS resolutions with a synchronous looking interface by using pycares.
RequestsLibrary is a Robot Framework library aimed to provide HTTP API testing functionalities by wrapping the requests Python library.