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.
This package provides a pytest plugin for testing console scripts.
This package provides a plugin to run pycodestyle for the pytest framework.
Doc8 is an opinionated style checker for reStructured Text and plain text styles of documentation.
The python-mypy-extensions module defines experimental extensions to the standard typing module that are supported by the MyPy typechecker.
re-assert provides a helper class to make assertions of regexes simpler.
Pyflakes statically checks Python source code for common errors.
This package provides a Pytest plugin powered by VCR.py to record and replay HTTP traffic.
This package provides a utility for mocking out the Python libraries HTTPX and HTTPCore.
This package provides a flake8 plugin to lint pandas code in an opinionated way.
Vulture finds unused code in Python programs. This is useful for cleaning up and finding errors in large code bases. If you run Vulture on both your library and test suite you can find untested code. Due to Python's dynamic nature, static code analyzers like Vulture are likely to miss some dead code. Also, code that is only called implicitly may be reported as unused.
Bitshuffle is an algorithm that rearranges typed, binary data for improving compression, as well as a python/C package that implements this algorithm within the Numpy framework.
Blosc2 is a high performance compressor optimized for binary data. It has been designed to transmit data to the processor cache faster than the traditional, non-compressed, direct memory fetch approach via a memcpy() system call.
Python-Blosc2 wraps the C-Blosc2 library, and it aims to leverage its new API so as to support super-chunks, multi-dimensional arrays, serialization and other features introduced in C-Blosc2.
Python-Blosc2 also reproduces the API of Python-Blosc and is meant to be able to access its data, so it can be used as a drop-in replacement.
Lz-string is a string compressor library for Python.
This package contains a very thin Python wrapper for libdeflate.
This package provides py7zr, which implements 7-zip archive compression, decompression, encryption and decryption in Python.
This package provides Python CFFI bindings to the Brotli library.
This module provides an xopen function that works like Python's built-in open function, but can also deal with compressed files. Supported compression formats are gzip, bzip2 and, xz, and are automatically recognized by their file extensions. The focus is on being as efficient as possible on all supported Python versions.
pyzopfli is a straight forward wrapper around the ZlibCompress method of the the zopfli library.
This project provides Python bindings for interfacing with the Zstandard compression library. A C extension and CFFI interface are provided.
MultiVolumefile is a Python library that provides a file-object abstraction, making it possible to use multiple files as if they were a single file.
This package provide a Python wrapper to EWAH compression bitarray method.
python-python-snappy provides bindings to the Snappy library and can be used to compress and decompress files and streams. It can also be used directly from the command line.
This package provides a Python interface to the brotli package, an implementation of the Brotli lossless compression algorithm.
Bitshuffle is an algorithm that rearranges typed, binary data for improving compression, as well as a python/C package that implements this algorithm within the Numpy framework.