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.
Openapi-schema-validator is a Python library that validates a schema against:
OpenAPI Schema Specification v3.0 which is an extended subset of the JSON Schema Specification Wright Draft 00.
OpenAPI Schema Specification v3.1 which is an extended superset of the JSON Schema Specification Draft 2020-12.
This package provides a simple implementation of Encrypted Content Encoding for HTTP.
This library defines common helpers (e.g. base Client classes) used by all of the google-cloud-* packages.
Zope.location implements the concept of "locations" in Zope3, which are are special objects that have a structural location.
This is a Python client library for the BrowserID protocol that underlies Mozilla Persona.
This is a Python library of web-related functions, such as: remove comments, or tags from HTML snippets, extract base url from HTML snippets, translate entities on HTML strings, among other things.
The AWS X-Ray SDK for Python enables Python developers to record and emit information from within their applications to the AWS X-Ray service.
This package lets you compress Flask application responses and static files with gzip, deflate or brotli. Flask-Compress both adds the various headers required for a compressed response and compresses the response data.
python-grid5000 is a python package wrapping the Grid5000 REST API. You can use it as a library in your python project or you can explore the Grid5000 resources interactively using the embedded shell.
This package provides python-pybadges: a library and command-line tool for generating Github-style badges as SVG images.
These package provides bindings for the Chameleon templating system for the Pyramid web framework.
This package provides a Python implementation of the Socket.IO realtime client and server.
GRequests is a Python library that allows you to use Requests with Gevent to make asynchronous HTTP Requests easily.
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 Python package lets you use the requests library to talk HTTP via a UNIX domain socket.
The MediaWiki Parser From Hell is a python library package that provides a parser for MediaWiki.
It exposes parses as normal string objects with additional methods giving access to the special Wikicode features it contains (hyperlinks, tags, templates…). The parser doesn't interpolate strings at all, it remains at a purely formal level.
Full documentation may be found at ReadTheDocs
A comprehensive HTTP client library supporting many features left out of other HTTP libraries.
This package is an asynchronous persistent caching library specifically designed for aiohttp requests in Python. With support for various storage backends, it offers flexibility in how and where the cache is stored. Please note that MongoDB and DynamoDB backends are not currently supported due to the absence of the motor and aioboto3 package dependencies.
Sanic is a Python web server and web framework that's written to go fast. It allows the usage of the async/await syntax added in Python 3.5, which makes your code non-blocking and speedy.
Suds is a lightweight SOAP-based web service client for Python.
This package provides a library used by various Pylons project packages for internationalization (i18n) duties related to translation.
This is a Python library for building OAuth and OpenID Connect servers and clients.
A utility library for mocking out the `requests` Python library.
This package provides a Python wrapper around OpenWeatherMap web APIs.