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.
This package provides a deep merge function for Python, useful to combine multiple data objects as one.
This package provides support for the APA style within pybtex.
shrinkwrap is a tool which will discover all transitive dynamic shared objects, and lift them up to the executable referenced by absolute path.
This library provides support for legacy Python Packaging functionality removed from packaging.
Easy ANSI is a terminal framework API to give you an easy way to use colors, cursor control movements, and line/box drawing. It is not meant as a replacement to more full-featured frameworks (such as curses or urwid), but as a tool to quickly create nice-looking screens in your terminal window. You can even create animations with the cursor controls.
argcomplete provides extensible command line tab completion of arguments and options for Python scripts using argparse. It's particularly useful for programs with many options or sub-parsers that can dynamically suggest completions ; for example, when browsing resources over the network.
Bracex is a brace expansion library for Python that implements Bash-style brace expansion. It can generate strings from patterns like {a,b,c} or {1..10}.
pysocks is an updated and semi-actively maintained version of SocksiPy with bug fixes and extra features.
Biblib provides a simple, standalone Python 3 package for parsing BibTeX bibliographic databases, as well as algorithms for manipulating BibTeX entries in BibTeX-y ways. Biblib's parser is derived directly from the WEB source code for BibTeX and hence (barring bugs in translation) should be fully compatible with BibTeX's own parser.
Hnswlib is a header-only C++ implementation of fast approximate nearest neighbor search with Python bindings.
This library is for working with MIDI 1.0 ports, messages and files.
python-isort is a python utility/library to sort imports alphabetically, and automatically separated into sections. It provides a command line utility, a python library and plugins for various editors.
This package provides a fast, efficiently stored trie implementation for Python.
PyJWT is a JSON Web Token implementation written in Python.
The scp module extends the Paramiko library to send and receive files via the SCP1 protocol, as implemented by the OpenSSH scp program.
This package automatically generates shell tab completion scripts for Python CLI apps.
icalendar is a Python library for parsing and generating iCalendar files.
This package provides a Flake8 lint for quotes.
Mizani is a Python package for creating data visualizations. It provides functions and tools to help with the creation of visually appealing and informative visualizations, including scales, transformations and color palettes.
PyICU is a python extension wrapping the ICU C++ API.
This Python module implements the FLIRT. This technology is useful for identifying common library subroutines in disassembled binaries.
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 package helps to add (mutiple) aliases to a click group or command.
CliKit is a group of utilities to build testable command line interfaces.