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.
Collection of library stubs for Python, with static types.
Redis fixtures and fixture factories for Pytest. This is a pytest plugin, that enables you to test your code that relies on a running Redis database. It allows you to specify additional fixtures for Redis process and client.
Publish Python objects as RESTful resources over HTTP.
Compress responses in your Flask app with gzip, deflate or brotli.
Generic transparent proxies via a C extension module.
Zope Security Framework
This package provides a Python framework for building reactive web-apps. Developed by Plotly.
lazr.authentication implements various HTTP authentication schemes as simple pieces of WSGI middleware. Currently implemented are HTTP Basic and section 7 of the OAuth specification.
This package provides a helper to navigate batched results in a web page.
SimPy is a process-based discrete-event simulation framework based on standard Python.
Simple immutable types for python.
The zope.event package provides a simple event system, including:
- An event publishing API, intended for use by applications which are unaware of any subscribers to their events.
- A very simple synchronous event-dispatching system, on which more sophisticated event dispatching systems can be built. For example, a type-based event dispatching system that builds on zope.event can be found in zope.component.
Plots, scatter plots, histograms and heatmaps in the terminal using braille dots, and foreground and background colors - with (almost) no dependancies. Make complex figures using the Figure class or make fast and simple plots using graphing function - similar to a very small sibling to matplotlib. Or use the canvas to plot dots, lines and images yourself.
Flexible test automation.
Zope Template Application Language (TAL).
This package provides access to the Keycloak API.
This package provides handy utilities for aiohttp.web applications.
Easily write objects that delegate behavior
Persistent dict in Python, backed up by sqlite3 and pickle, multithread-safe.
Zope datetime.
ndjson with the same interface as the builtin json module.
Layers for zope.testing to simplify test setups.
Collection of library stubs for Python, with static types.
The concurrent.futures module provides a high-level interface for asynchronously executing callables. This package backports the concurrent.futures package from Python 3.2