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 colored diff functions that highlight parts of the lines that were modified.
autoflake removes unused imports and unused variables from Python code as reported by pyflakes.
By default, it only removes unused imports for modules that are part of the standard library. Removal of unused variables is also disabled by default. It also removes useless pass statements.
This package provides a Python library that can parse OPML, FOAF, and iGoogle subscription lists.
This package provides the flake8-todo Python module, a TODO notes checker plugin for flake8.
Pydantic enforces type hints at runtime, and provides user friendly errors when data is invalid.
rst.linker automatically replaces text by a reStructuredText external reference or timestamps. It's primary purpose is to augment the changelog, but it can be used for other documents, too.
This package provides a Python utility to easily deploy multiple versions of MkDocs-powered docs to a Git branch. It is suitable for deploying to Github via gh-pages.
towncrier is a utility to produce useful, summarized news files (also known as changelogs) for a project.
This package provides a pythonic generic language server (pronounced like pie glass').
Wcmatch provides an enhanced fnmatch, glob, and pathlib library. It adds features such as brace expansion,extended glob patterns, and recursive globbing with configurable behavior.
pyvirtualdisplay is a Python wrapper for Xvfb, Xephyr and Xvnc.
This package provides an AST unparser for Python. It is a factored out version of unparse found in the Python source distribution.
This package provides a fast, regex-based date parsing library in pure Python.
This Python library is a wrapper around tokenize from the Python standard library. It provides two additional tokens ESCAPED_NL and UNIMPORTANT_WS, and a Token data type. Use src_to_tokens and tokens_to_src to roundtrip.
This package provides a fast and complete Python implementation of Markdown. It was written to closely match the behaviour of the original Perl-implemented Markdown.pl. It also comes with a number of extensions (called extras) for things like syntax coloring, tables, header-ids.
This Python package provides buffer compression and transformation codecs for use in data storage and communication applications.
This package provides typing stubs for regex.
Show in File Manager is a Python package to open the system file manager and optionally select files in it. The point is not to open the files, but to select them in the file manager, thereby highlighting the files and allowing the user to quickly do something with them.
python-configparser is a backport of configparser from Python 3.5 so that it can be used directly in other versions.
This is a package for matrices describing the affine transformation of the plane.
This Python 3 module provides a DNS API for looking up DNS entries from within Python 3 modules and applications. This module is a simple, lightweight implementation.
Pooch manages your Python library's sample data files: it automatically downloads and stores them in a local directory, with support for versioning and corruption checks.
PyNamecheap is a Namecheap API client in Python.
This package is a preview of pathlib functionality planned for a future release of Python; specifically, it provides three ABCs that can be used to implement path classes for non-local filesystems