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.
Clone non-relocatable virtualenvs without breaking site-packages.
This package corresponds to the latest unicodedata standard Python module.
This package provides facilities for working with VCS repositories in Python.
This package contains a plugin for Flake8 finding likely bugs and design problems in your program. It contains warnings that don't belong in pyflakes and pycodestyle.
This is a Python package for rendering rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal.
This package provides a Flake8 lint for quotes.
This package provides a pure Python based parser generator, that also works with RPython. It is a more-or-less direct port of David Bazzley's PLY, with a new public API, and RPython support.
logzero provides a fully configured Python logger object for easy logging and rotating to a console or a file.
Mako is a templating language for Python that compiles templates into Python modules.
This package provides the garden command to install packages for Kivy, the multitouch application platform.
This package provides a tool to split a kernel image with appended DTB into separated kernel and DTB files.
Redo provides various means to add seamless ability to retry to any Python callable.
Awkward CPP provides precompiled routines for the awkward package. It is not useful on its own, only as a dependency for awkward.
Miniupnpc is a client library for Python programs to set up port forwards using UPnP.
cliapp is a Python framework for command line programs. It contains the typical stuff such programs need to do, such as parsing the command line for options, and iterating over input files.
Python XMP Toolkit is a library for working with XMP metadata, as well as reading/writing XMP metadata stored in many different file formats.
Python XMP Toolkit is wrapping Exempi (using ctypes), a C/C++ XMP library based on Adobe XMP Toolkit, ensuring that future updates to the XMP standard are easily incorporated into the library with a minimum amount of work.
frozendict is an immutable wrapper around dictionaries that implements the complete mapping interface. It can be used as a drop-in replacement for dictionaries where immutability is desired.
marshmallow provides a library for converting complex datatypes to and from native Python datatypes.
This package allows for providing notifications for all Farama Foundation maintained libraries.
This library provides a streaming wrapper around python tarfile and allow secure handling files and support encryption.
Parallel Python module (PP) provides an easy and efficient way to create parallel-enabled applications for SMP computers and clusters. PP module features cross-platform portability and dynamic load balancing. Thus applications written with PP will parallelize efficiently even on heterogeneous and multi-platform clusters (including clusters running other applications with variable CPU loads).
This package provides a simple ASCII art pictures generator of a Snake with a message.
ipyparallel is a Python package and collection of CLI scripts for controlling clusters for Jupyter. ipyparallel contains the following CLI scripts:
ipcluster - start/stop a cluster
ipcontroller - start a scheduler
ipengine - start an engine
The aim of Kombu is to make messaging in Python as easy as possible by providing an idiomatic high-level interface for the AMQ protocol, and also provide proven and tested solutions to common messaging problems. AMQP is the Advanced Message Queuing Protocol, an open standard protocol for message orientation, queuing, routing, reliability and security, for which the RabbitMQ messaging server is the most popular implementation.