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.
Typing stubs for docutils.
RestrictedPython is a defined subset of the Python language which allows to provide a program input into a trusted environment.
Pluggable object copying mechanism.
Zope Page Templates.
Python client library for Core API.
Zope Component Architecture
This pakage provides runtime validators for attrs.
Collection of library stubs for Python, with static types.
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 utility that helps with local TCP ports management. It can find an unused TCP localhost port and remember the association.
This package provides interfaces/implementations for events relative to the lifetime of a server process (startup, database opening, etc.). These events are usually used with zope.event.
Object life-cycle events.
Enum34 is the new Python stdlib enum module available in Python 3.4 backported for previous versions of Python from 2.4 to 3.3.
Enables Python programs to dynamically access arbitrary Java objects.
Zope Template Application Language Expression Syntax (TALES).
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.
launchpadlib is an open-source Python library that lets you treat the HTTP resources published by Launchpad's web service as Python objects responding to a standard set of commands. With launchpadlib you can integrate your applications into Launchpad without knowing a lot about HTTP client programming.
django-cors-headers is a Django application for handling the server headers required for Cross-Origin Resource Sharing (CORS).
Library for OAuth version 1.0a.
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.
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.
This package contains exception exceptions and implementations which are so general purpose that they don't belong in Zope application-specific packages.
This package is intended to be independently reusable in any Python project. It is maintained by the Zope Toolkit project.
Collection of library stubs for Python, with static types.