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.
shrinkwrap is a tool which will discover all transitive dynamic shared objects, and lift them up to the executable referenced by absolute path.
This package is a port of Python's built-in functools.lru_cache function for asyncio. To better handle async behaviour, it also ensures multiple concurrent calls will only result in 1 call to the wrapped function, with all awaits receiving the result of that call when it completes.
This package provides a base CLI entrypoint supporting Anaconda CLI plugins.
This package provides a library that wraps the traditional Python dictionaries and provides a syntax to access nested dictionaries values using a dot syntax, for example: dictionary['deeply.nested.key'].
rfc3987 provides routines for parsing and validation of URIs (see RFC 3986) and IRIs (see RFC 3987).
The databind.json package implements the de-/serialization to or from JSON payloads using the databind.core framework.
This package provides typing stubs for colorama.
A library to identify devices (phones, tablets) and their capabilities by parsing (browser/HTTP) user agent strings.
This package provides a standard for generating test points and exchanging variables, objectives, and constraints in optimization problems.
It is an effort to standardize the interface of the generators in optimization libraries such as:
Xopt - flexible high-level optimization in Python
optimas - optimization at scale, powered by
libEnsemblelibEnsemble - a Python toolkit for coordinating asynchronous and dynamic ensembles of calculations
rsopt - flexible configuration and execution of large, black-box optimization problems
aiopg is a library for accessing a PostgreSQL database from the asyncio (PEP-3156/tulip) framework. It wraps asynchronous features of the Psycopg database driver.
Partd stores key-value pairs. Values are raw bytes. We append on old values. Partd excels at shuffling operations.
The Keeper Secrets Manager Python SDK provides access to Keeper Secrets Management services.
Pabot is a parallel executor for Robot Framework tests.
Inform is designed to display messages from programs that are typically run from a console. It provides a collection of ‘print’ functions that allow you to simply and cleanly print different types of messages.
This package provides a REPL plugin for Click.
This package defines a variety of Pygments lexers for highlighting IPython code.
Mako is a templating language for Python that compiles templates into Python modules.
Blessed is a thin, practical wrapper around terminal styling, screen positioning, and keyboard input.
retry is an easy to use retry decorator for Python. It can be used to retry a function a given number of times.
TatSu (竜) takes a grammar in a variation of Extended Backus-Naur Form (EBNF) as input, and outputs a memoizing Parsing Expression Grammar (PEG) or Packrat parser in Python.
This project allows Python code to extend built-in types.
This library is for working with MIDI 1.0 ports, messages and files.
yamlordereddictloader is a Python package that provides a loader and a dumper for PyYAML allowing to keep items order when loading a file (by putting them in OrderedDict objects) and to manage OrderedDict objects when dumping to a file.
ansi2html is a Python library and command line utility for converting text with ANSI color codes to HTML or LaTeX.