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.
ascii2tex generates plain Tex formatted ascii texti with a pipe.
Update pijul from git.
Following a process created by Arnold Schoenberg, this library computes a matrix to assist composers in creating twelve-tone melodies.
fj flattens JSON into a value and its full path per line, so data can be worked on using UNIX tools such as grep, awk, cut, etc.
Generate and work with holidays in Python
beautysh beautifies bash scripts. It can be called from the command line or used as a module. In tests with large GNU+Linux system Bash scripts, its error-free score was ~99%.
{code
FFMPEG wrapper for Python
Video editing with Python
Log and progress bar manager for console, notebooks, web...
Converting ICAL file into org-mode format.
composer-classloader contains the class loader class used by Composer to build its autoloading feature. This package is used by the composer-build-system to build its own store-aware autoloading feature.
pkgconf is a compiler and linker configuration toolkit, mostly compatible with freedesktop.org's pkg-config. A library called libpkgconf is provided to allow C programs to embed its functionality.
RFC 3676 format=flowed text processing
OnlyKey Python Command-Line Utility is a command line tool targeted towards more advanced users. This can be used for configuration and testing.
View and filter Hacker News from the command line: Posts, comments, and linked web content.
gitauthors is simple tool that prints a quick summary of a repository's authors, as collated by commits. Summary output includes each author's name, email, number of commits, and date of last commit.
This package provides a CLI tool for the roper library.
This package provides a base16 colorscheme builder for Python
This package provides a sleek and powerful Git GUI.
Interrogate a codebase for docstring coverage.
Export Github repository issues to markdown files: https://github.com/mattduck/gh2md.
This package provides a utility for ensuring Google-style docstrings stay up to date with the source code.
python-bisect-demo square.py squares a number you give it. But it's broken with negative numbers! I know I checked this with the first version I wrote. When did I break it?