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.
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.
Pure Python multicast DNS (mDNS) service discovery library (Bonjour/Avahi compatible).
python-lief is a cross platform library which can parse, modify and abstract ELF, PE and MachO formats.
importlib_metadata is a library which provides an API for accessing an installed Python package's metadata, such as its entry points or its top-level name. This functionality intends to replace most uses of pkg_resources entry point API and metadata API. Along with importlib.resources in Python 3.7 and newer, this can eliminate the need to use the older and less efficient pkg_resources package.
Python-EPC can call elisp functions from Python and Python functions from elisp.
Yaspin provides a terminal spinner to indicate the progress during long operations.
This package provides a pythonic way to manipulate color representations (HSL, RVB,web, X11, ...).
This package is a parser for Coffeescript Object Notation (CSON).
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.
Beniget is a collection of analyzers for Python AST. It is a building block for writing a static analyzer or compiler for Python.
The flatten_json Python library flattens the hierarchy in your object, which can be useful if you want to force your objects into a table.
Urwidtrees is a Widget Container API for the urwid toolkit. Use it to build trees of widgets.
Clint is a Python module filled with a set of tools for developing command-line applications, including tools for colored and indented output, progress bar display, and pipes.
Black is the uncompromising Python code formatter.
pdfminer.six is a community maintained fork of the original PDFMiner. It is a tool for extracting information from PDF documents. It focuses on getting and analyzing text data. Pdfminer.six extracts the text from a page directly from the sourcecode of the PDF. It can also be used to get the exact location, font or color of the text.
The colorlog.ColoredFormatter is a formatter for use with Python's logging module that outputs records using terminal colors.
Targ is a package to build a Python Command Line Interface for applications by using type hints and docstrings.
PyAV is a Python library that allows for direct and precise manipulation of media through containers, streams, packets, codecs, and frames. It provides access to the powerful FFmpeg libraries while managing the complex details as much as possible. PyAV also facilitates data transformation and integration with other packages such as Numpy and Pillow. However, working with media is a challenging task and PyAV cannot abstract it away or make all the best decisions for you. If you can accomplish your tasks with the ffmpeg command, PyAV may not be necessary. Nonetheless, PyAV is an essential tool when working with media that requires its specific capabilities.
This package lets you run asynchronous workflows using pytest-fixtures-style dependency injection.
Python-GSSAPI provides both low-level and high level wrappers around the GSSAPI C libraries. While it focuses on the Kerberos mechanism, it should also be usable with other GSSAPI mechanisms.
This package provides a python port of YUI CSS Compressor.
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 fast fractions data type for rational numbers. It is the cythonized version of fractions.Fraction.
Stone is an interface description language (IDL) for APIs.