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.
Zope Internationalization Support
Mirakuru - a Python library that starts your subprocess and waits for a clear indication, that it's running (process orchestrator).
Python Gettext po to mo file compiler.
Enums with zope.schema vocabulary support and database-friendly conveniences.
Collection of library stubs for Python, with static types.
Richer lifecycle events API.
Collection of library stubs for Python, with static types.
This package provides zope.interface extension for defining data schemas.
Dash table.
Generic transparent proxies via a C extension module.
PEP-484 stubs for django-rest-framework.
Collection of library stubs for Python, with static types.
This package provides a programmable client library that takes advantage of the commonalities among lazr.restful web services to provide added functionality on top of wadllib.
Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX. It's a pre-fork worker model. The Gunicorn server is broadly compatible with various web frameworks, simply implemented, light on server resources, and fairly speedy.
Convert GeoJSON to WKT/WKB (Well-Known Text/Binary) or GeoPackage Binary, and vice versa. Extended WKB/WKT are also supported. Conversion functions are exposed through idiomatic load/loads/dump/dumps interfaces.
Plotly's Python graphing library makes interactive, publication-quality graphs online. Examples of how to make line plots, scatter plots, area charts, bar charts, error bars, box plots, histograms, heatmaps, subplots, multiple-axes, polar charts, and bubble charts.
Collection of library stubs for Python, with static types.
Resolving paths in the object hierarchy
Typing stubs for setuptools.
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.
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.
Collection of library stubs for Python, with static types.
Grok-like configuration for basic components (adapters, utilities, subscribers).
Persistent dict in Python, backed up by sqlite3 and pickle, multithread-safe.