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.
Avoid repetetive boilerplate code in Python classes.
RFC 4648 specifies that Base64 should be padded to a multiple of 4 bytes using “=” characters. However this conveys no benefit so many protocols choose to use Base64 without the “=” padding.
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 versatile binary analysis platform with the ability to perform dynamic symbolic execution as well as various static analyses directly on binaries. As such, it can be used for all kinds of reverse engineering, vulnerability discovery, exploit generation, and software testing purposes.
This package provides a JSON RPC 2.0 server library for Python.
This package allows to detect if the user is using Dark Mode.
Pycparser is a complete parser of the C language, written in pure Python using the PLY parsing library. It parses C code into an AST and can serve as a front-end for C compilers or analysis tools.
towncrier is a utility to produce useful, summarized news files (also known as changelogs) for a project.
This package builds upon python-packaging to provide more sophisticated version manipulation.
The nbconvert tool, jupyter nbconvert, converts notebooks to various other formats via Jinja templates. It allows you to convert an .ipynb notebook file into various static formats including:
HTML
LaTeX
PDF
Reveal JS
Markdown (md)
ReStructured Text (rst)
executable script
Shapely is a Python package for manipulation and analysis of planar geometric objects. It is based on the GEOS library.
StackTrace is a Robot Framework listener that prints a stack trace directly to the terminal to ease debugging.
Cachelib is a library extracted from werkzeug which provides a collection of cache libraries in the same API interface.
murmurhash3 is a Python library for MurmurHash (MurmurHash3), a set of fast and robust hash functions. This library is a Python extension module written in C.
This is a plugin for the Python code checking tool Flake8 to encourage correct string literal concatenation.
It looks for style problems like implicitly concatenated string literals on the same line (which can be introduced by the code formatting tool Black), or unnecessary plus operators for explicit string literal concatenation.
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.
This package provides typing stubs for colorama.
This package provides a Matplotlib inline back-end for IPython and Jupyter.
Black is the uncompromising Python code formatter.
This Python library handles software versions and specifiers. It is adapted from the packaging package.
This package provides a final implementation of JSONPath for Python that aims to be standard compliant, including arithmetic and binary comparison operators, as defined in the original JSONPath proposal.
This package provides Python bindings to the libmagic file type guesser.
Note that this module and the python-magic module both provide a magic.py file; these two modules, which are different and were developed separately, both serve the same purpose: provide Python bindings for libmagic.
This package provides typing stubs for PyYAML.
This Python library implements 3-way merge for text.