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.
OpenTelemetry Python API.
This package provides a Service Provider functionality in both Sync and Async mode for Domain Connect protocol.
This package provides a single-file minifier for CSS, HTML, and JavaScript.
This package provides an implementation of interprocess locks using lock files. These locks can also be used to mediate access to other files.
Cssselect ia a Python module that parses CSS3 Selectors and translates them to XPath 1.0 expressions. Such expressions can be used in lxml or another XPath engine to find the matching elements in an XML or HTML document.
Betamax-Serializers are an experimental set of Serializers for Betamax that may possibly end up in the main package.
This package provides access to any RESTful or RESTful-like API.
This is a fork of the standard library modules cgi and cgitb. They are slated to be removed from the Python standard library in Python 3.13 by PEP-594.
This middleware provides cross-origin resource sharing (CORS) support for Falcon. It allows applying a specially crafted CORS object to the incoming requests, enabling the ability to serve resources over a different origin than that of the web application.
openid-cla is an implementation of the OpenID contributor license agreement extension for python-openid.
beren provides a REST client for Orthanc, a DICOM server.
Flask is a micro web framework based on the Werkzeug toolkit and Jinja2 template engine. It is called a micro framework because it does not presume or force a developer to use a particular tool or library.
SeaSurf is a Flask extension for preventing cross-site request forgery (CSRF). CSRF attacks are problematic because the mechanism they use is relatively easy to exploit. This extension attempts to aid you in securing your application from such attacks. This extension is based on the Django middleware.
AWS SAM Translator is a library that transform Serverless Application Model (SAM) templates into AWS CloudFormation templates.
CacheControl is a port of the caching algorithms in httplib2 for use with requests session objects.
This package provides a Python interface to Wikidata.
This package provides a caching support to Flask applications, it's a fort ok https://github.com/thadeusb/flask-cache.
Woob is a collection of applications able to interact with websites, without requiring the user to open them in a browser. It also provides well-defined APIs to talk to websites lacking one.
Provides support for adding authentication to services using the Tornado web framework, either via the basic or digest authentication schemes.
Html5lib is an HTML parser based on the WHATWG HTML specification and written in Python.
pyScss is a compiler for Sass, a superset language of CSS3 that adds programming capabilities and some other syntactic sugar.
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.
robot_detection is a python module to detect if a given HTTP User Agent is a web crawler. It uses the list of registered robots from http://www.robotstxt.org.
Often, especially for package modules, you want to import names for convenience, but not actually perform the imports until necessary. The zope.deferredimport package provided facilities for defining names in modules that will be imported from somewhere else when used. You can also cause deprecation warnings to be issued when a variable is used.