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.
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.
httptools is a Python binding for the nodejs HTTP parser.
This package provides a convenient filesystem interface over S3.
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.
html5tagger provides a simplified HTML5 syntax that can be written directly in Python without templates.
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.
Apprise is a Python library that allows sending push notifications to a broad range of notification services, such as Telegram, Discord, Slack, Amazon SNS, Gotify, etc.
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.
OpenTelemetry Python SDK.
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 contains a Flask module for creating REST APIs.
The Databricks Command Line Interface is a tool which provides an easy to use interface to the Databricks platform. The CLI is built on top of the Databricks REST APIs.
aiodns provides a simple way for doing asynchronous DNS resolutions with a synchronous looking interface by using pycares.
This package provides a Python library for interacting with any Amazon S3 compatible object storage server.
This package provides a client library to download and publish models, datasets and other repos on the huggingface.co hub.
This package integrates webassets with Flask, adding support for merging, minifying and compiling CSS and Javascript files.
This module provides a building block to stub out the HTTP requests portions of your testing code.
Wsgi_intercept installs a WSGI application in place of a real URI for testing. Testing a WSGI application normally involves starting a server at a local host and port, then pointing your test code to that address. Instead, this library lets you intercept calls to any specific host/port combination and redirect them into a WSGI application importable by your test program. Thus, you can avoid spawning multiple processes or threads to test your Web app.
GuardPost is a framework to handle authentication and authorization in asynchronous Python applications.
Its features include
Strategy to implement authentication.
Strategy to implement authorization.
Support for dependency injection
Built-in support for JSON Web Tokens (JWTs) authentication.
extruct is a Python library for extracting embedded metadata from HTML markup. Currently, extruct supports:
W3C's HTML Microdata
embedded JSON-LD
Microformat via mf2py
Facebook's Open Graph
(experimental) RDFa via rdflib
Dublin Core Metadata (DC-HTML-2003)
The aim of this package is to unify the plethora of existing packages integrating SQLAlchemy with Zope's transaction management. As such,it only provides a data manager and makes no attempt to define a zopeish way to configure engines.
This package provides a Python SDK for integrating with the Dropbox API v2.
Protego is a pure-Python robots.txt parser with support for modern conventions.
This package is a fork of the pickle module (and the supporting C extension) from both Python 3.2 and Python 3.3. The fork adds support for the noload operations used by zodb.