_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

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.


python-plotille 4.0.2
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://github.com/tammoippen/plotille
Licenses: Expat
Build system: python
Synopsis: Plot in the terminal using braille dots
Description:

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.

python-avro-python3 1.10.2
Propagated dependencies: python-pycodestyle@2.12.1 python-isort@6.0.1
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://avro.apache.org/
Licenses: ASL 2.0
Build system: python
Synopsis: Avro is a serialization and RPC framework
Description:

This package provides a serialization and RPC framework.

python-fastbencode 0.0.7
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://github.com/breezy-team/fastbencode
Licenses: GPL 2+
Build system: python
Synopsis: Implementation of bencode with optional fast C extensions
Description:

Implementation of bencode with optional fast C extensions

python-gunicorn 20.1.0
Propagated dependencies: python-setuptools@80.9.0
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://gunicorn.org
Licenses: Expat
Build system: python
Synopsis: WSGI HTTP Server for UNIX
Description:

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.

python-zope.event 4.5.0
Propagated dependencies: python-setuptools@80.9.0
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://github.com/zopefoundation/zope.event
Licenses: Zope Public License 2.1
Build system: python
Synopsis: Very basic event publishing system
Description:

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.

python-asynctest 0.13.0
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://github.com/Martiusweb/asynctest/
Licenses: ASL 2.0
Build system: python
Synopsis: Enhance the standard unittest package with features for testing asyncio libraries
Description:

The package asynctest is built on top of the standard unittest module and cuts down boilerplate code when testing libraries for asyncio.

python-lazr.uri 1.0.6
Propagated dependencies: python-setuptools@80.9.0
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://launchpad.net/lazr.uri
Licenses: LGPL 3
Build system: python
Synopsis: Library for parsing, manipulating, and generating URIs
Description:

This package provides a self-contained, easily reusable library for parsing, manipulating and generating URIs.

python-lazr.authentication 0.1.3
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://launchpad.net/lazr.authentication
Licenses: LGPL 3
Build system: python
Synopsis:
Description:

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.

python-lazr.restfulclient 0.14.4
Propagated dependencies: python-distro@1.9.0 python-oauthlib@3.3.1 python-setuptools@80.9.0 python-six@1.17.0 python-wadllib@1.3.6
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://launchpad.net/lazr.restfulclient
Licenses: GPL 3+
Build system: python
Synopsis: Client for lazr.restful-based web services
Description:

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.

python-django-cors-headers 3.11.0
Propagated dependencies: python-django@5.2.8
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://github.com/adamchainz/django-cors-headers
Licenses: Expat
Build system: python
Synopsis: A Django App that adds CORS headers to responses
Description:

django-cors-headers is a Django application for handling the server headers required for Cross-Origin Resource Sharing (CORS).

python-fastavro 1.4.10
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://github.com/fastavro/fastavro
Licenses: Expat
Build system: python
Synopsis: Fast read/write of AVRO files
Description:

This package provides fast read/write of AVRO files.

python-sqlitedict 2.0.0
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://github.com/piskvorky/sqlitedict
Licenses: ASL 2.0
Build system: python
Synopsis: Persistent dict in Python, backed up by sqlite3 and pickle, multithread-safe.
Description:

Persistent dict in Python, backed up by sqlite3 and pickle, multithread-safe.

python-zope.testing 4.10
Propagated dependencies: python-setuptools@80.9.0
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://github.com/zopefoundation/zope.testing
Licenses: Zope Public License 2.1
Build system: python
Synopsis: Zope testing helpers
Description:

This package provides a number of testing frameworks.

python-types-chardet 4.0.3
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://github.com/python/typeshed
Licenses: ASL 2.0
Build system: python
Synopsis: Typing stubs for chardet
Description:

Typing stubs for chardet.

python-zope.lifecycleevent 4.3
Propagated dependencies: python-setuptools@80.9.0 python-zope.event@4.5.0 python-zope.interface@5.4.0
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: http://github.com/zopefoundation/zope.lifecycleevent
Licenses: Zope Public License 2.1
Build system: python
Synopsis: Object life-cycle events
Description:

Object life-cycle events.

python-zope.hookable 5.1.0
Propagated dependencies: python-setuptools@80.9.0
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: http://github.com/zopefoundation/zope.hookable
Licenses: Zope Public License 2.1
Build system: python
Synopsis: Zope hookable
Description:

This package supports the efficient creation of hookable objects, which are callable objects that are meant to be optionally replaced.

python-dash-html-components 2.0.0
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://github.com/plotly/dash-html-components
Licenses: Expat
Build system: python
Synopsis: Vanilla HTML components for Dash
Description:

Vanilla HTML components for Dash.

python-zope.browser 2.4
Propagated dependencies: python-setuptools@80.9.0 python-zope.interface@5.4.0
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://zopebrowser.readthedocs.io
Licenses: Zope Public License 2.1
Build system: python
Synopsis: Shared Zope Toolkit browser components
Description:

Shared Zope Toolkit browser components

python-lazr.batchnavigator 1.3.1
Propagated dependencies: python-setuptools@80.9.0 python-six@1.17.0 python-zope.cachedescriptors@4.3.1 python-zope.interface@5.4.0
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://launchpad.net/lazr.batchnavigator
Licenses: LGPL 3
Build system: python
Synopsis: A helper to navigate batched results in a web page
Description:

This package provides a helper to navigate batched results in a web page.

python-django-webpack-loader 1.5.0
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://github.com/django-webpack/django-webpack-loader
Licenses: Expat
Build system: python
Synopsis: Transparently use webpack with django
Description:

Transparently use webpack with django.

python-zope.annotation 4.7.0
Propagated dependencies: python-setuptools@80.9.0 python-zope.component@5.0.1 python-zope.interface@5.4.0 python-zope.location@4.2 python-zope.proxy@4.5.0
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://github.com/zopefoundation/zope.annotation
Licenses: Zope Public License 2.1
Build system: python
Synopsis: Object annotation mechanism
Description:

Object annotation mechanism

python-zope.processlifetime 2.3.0
Propagated dependencies: python-setuptools@80.9.0 python-zope.interface@5.4.0
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: http://github.com/zopefoundation/zope.processlifetime
Licenses: Zope Public License 2.1
Build system: python
Synopsis: Zope process lifetime events
Description:

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.

python-geomet 0.2.1
Propagated dependencies: python-click@8.1.8 python-six@1.17.0
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://github.com/geomet/geomet
Licenses: ASL 2.0
Build system: python
Synopsis: GeoJSON <-> WKT/WKB conversion utilities
Description:

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.

python-percy 2.0.2
Propagated dependencies: python-requests@2.32.5
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://github.com/percy/python-percy-client
Licenses: Expat
Build system: python
Synopsis: Python client library for visual regression testing with Percy
Description:

Python client library for visual regression testing with Percy (https://percy.io).

Total packages: 69240