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.
marshmallow provides a library for converting complex datatypes to and from native Python datatypes.
moto is a library designed to easily mock out the boto library.
Yaspin provides a terminal spinner to indicate the progress during long operations.
Pygments is a syntax highlighting package written in Python.
pywinrm is a Python client for the Windows Remote Management (WinRM) service. It allows you to invoke commands on target Windows machines from any machine that can run Python.
This package provides a library for accessing stubs in typeshed.
The pysendfile Python library provides an interface to the sendfile(2) system call.
This packages provides tooling to beautify, unpack or deobfuscate JavaScript, leveraging popular online obfuscators.
python-pydantic enables specifying CLI via data models provided in the JSON format.
This package provides an aspect-oriented programming, monkey-patch and decorators library. It is useful when changing behavior in existing code is desired. It includes tools for debugging and testing: simple mock/record and a complete capture/replay framework.
CLE loads binaries and their associated libraries, resolves imports and provides an abstraction of process memory the same way as if it was loader by the operating system's loader.
This Python module provides a solver-agnostic abstraction for working with SMT formulas. For example, it allows manipulation and solving such formulas.
This package provides a tool for translation and localization of Python programs via modification of source files. Trubar supports f-strings and does not require any changes to the original source code, such as marking strings for translation.
The colorlog.ColoredFormatter is a formatter for use with Python's logging module that outputs records using terminal colors.
python-aionotify is a simple, asyncio-based inotify library.
This package provides a tool for generating OIDC, OpenID Connect identities.
Yapsy, or Yet Another Plugin SYstem, is a small library implementing the core mechanisms needed to build a plugin system into a wider application.
The main purpose is to depend only on Python's standard libraries and to implement only the basic functionalities needed to detect, load and keep track of several plugins.
This package provides Python bindings for the XML Security Library.
This package provides a decorator for caching properties in classes. It is forked from cached-property.
Capture the outcome of Python function calls. Extracted from the Trio project.
This package provides command line tools, powered by pydoit. It offers integration with click and rich for custom CLI and these linters: pycodestlye, pyflakes
This package provides a command-line interface (CLI) to the Jinja2 template engine.
This package provides a replacement for Python's subprocess feature.
python-pyre-extensions defines extensions to the standard typing module that are supported by the Pyre typechecker.