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.
The uncertainties package transparently handles calculations with numbers with uncertainties. It can also yield the derivatives of any expression.
This is a Python library for computing common heuristic accuracy scores for various music/audio information retrieval/signal processing tasks.
This package provides a pytest plugin that checks URLs for HTML-containing files.
This package provides a simple, but extensible Python implementation for the Telegram Bot API.
Jedi is a static analysis tool for Python that can be used in Integrated Development Environments (IDEs) and text editors. It understands Python on a deeper level than many other static analysis frameworks for Python.
Jedi understands docstrings and you can use Jedi autocompletion in your REPL as well.
Collection of libraries and utility programs written in Python to manipulate OpenDocument 1.2 files.
The minifier is based on the semantics of the YUI compressor, which itself is based on the rule list by Isaac Schlueter.
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.
ansi2html is a Python library and command line utility for converting text with ANSI color codes to HTML or LaTeX.
PyFilesystem's FS object is a file system abstraction sharing similarities with Python's own file object for single files. It allows opening all the files under a given directory recursively, as a single FS object. This enables, for example, counting the combined number of lines in the contained files easily.
Pywal is a tool that generates a color palette from the dominant colors in an image. It then applies the colors system-wide and on-the-fly in all of your favourite programs.
pyinotify provides a Python interface for monitoring file system events on Linux.
psutil (Python system and process utilities) is a library for retrieving information on running processes and system utilization (CPU, memory, disks, network) in Python. It is useful mainly for system monitoring, profiling and limiting process resources and management of running processes. It implements many functionalities offered by command line tools such as: ps, top, lsof, netstat, ifconfig, who, df, kill, free, nice, ionice, iostat, iotop, uptime, pidof, tty, taskset, pmap.
Universal Pathlib is a Python library that extends the pathlib.Path API to support a variety of backend filesystems via filesystem_spec.
The rawkit package provides two modules: rawkit and libraw. The rawkit module provides a high-level Pythonic interface for developing raw photos, while the libraw module provides a CTypes based interface for interacting with the low-level LibRaw C APIs.
This package provides a collection of utilities for round-robin distribution in Python.
CppHeaderParser is a pure python module that will parse C++ header files and generate a data structure representing the class .
python-astroid provides a common base representation of Python source code for projects such as pychecker, pyreverse, pylint, etc. It provides a compatible representation which comes from the _ast module. It rebuilds the tree generated by the builtin _ast module by recursively walking down the AST and building an extended ast. The new node classes have additional methods and attributes for different usages. They include some support for static inference and local name scopes. Furthermore, astroid builds partial trees by inspecting living objects.
This package provides file support for setuptools declarative setup.cfg.
attrs is a Python package with class decorators that ease the chores of implementing the most common attribute-related object protocols.
This module provides a Python interface to pkg-config. It can be used to find all pkg-config packages, check if a package exists, check if a package meets certain version requirements, query CFLAGS and LDFLAGS and parse the output to build extensions with setup.py.
This Python library implements the CaRT file format which is commonly used to store and transmit information about computer malware and associated metadata.
MessagePack is a fast, compact binary serialization format, suitable for similar data to JSON. This package provides CPython bindings for reading and writing MessagePack data.
python-isbnlib is a (pure) python library that provides several useful methods and functions to validate, clean, transform, hyphenate and get metadata for ISBN strings. Its origin was as the core of isbntools. This short version, is suitable to be include as a dependency in other projects.