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.
Python logging made (stupidly) simple
Miniboa is a simple, asynchronous, single-threaded, poll-based Telnet server.
Sphinx extension to support docstrings in Numpy format.
Hissp is a modular Lisp implementation that compiles to a functional subset of Python—Syntactic macro metaprogramming with full access to the Python ecosystem.
Gridmap is a Python package to allow you to easily create jobs on the cluster directly from Python. You can directly map Python functions onto the cluster without needing to write any wrapper code yourself.
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.
Sexpdata is an S-expression parser/serializer. It has load and dump functions like pickle, json or PyYAML module.
Cmd2 is a tool for building interactive command line applications in Python. Its goal is to make it quick and easy for developers to build feature-rich and user-friendly interactive command line applications. It provides a simple API which is an extension of Python's built-in cmd module. cmd2 provides a wealth of features on top of cmd to make your life easier and eliminates much of the boilerplate code which would be necessary when using cmd.
anyascii converts Unicode characters to their best ASCII representation.
GPX file parser and GPS track manipulation library.
This package providis typing stubs for python-aiofiles.
This package provides a utility to find Python versions on the current system.
Trend Micro Locality Sensitive Hash (TLSH) is a fuzzy matching library. Given a byte stream with a minimum length of 256 bytes, TLSH generates a hash value which can be used for similarity comparisons. Similar objects have similar hash values, which allows for the detection of similar objects by comparing their hash values. The byte stream should have a sufficient amount of complexity; for example, a byte stream of identical bytes will not generate a hash value.
This is a PEP 561 type stub package for the python-dateutil package.
This package provides fast fractions data type for rational numbers. It is the cythonized version of fractions.Fraction.
Pygments is a syntax highlighting package written in Python.
Docutils is a modular system for processing documentation into useful formats, such as HTML, XML, and LaTeX. It uses reStructuredText, an easy to use markup language, for input.
This package provides tools for converting .rst files to other formats via commands such as rst2man, as well as supporting Python code.
Echo is a small library for attaching callback functions to property state changes.
This package provides testing support by jaraco.
Fastprogress is a progress bar for Jupyter Notebook and console.
This package provides a python port of YUI CSS Compressor.
This module implements the password-based key derivation function, PBKDF2, specified in RSA PKCS#5 v2.0.
PKCS#5 v2.0 Password-Based Key Derivation is a key derivation function which is part of the RSA Public Key Cryptography Standards series. The provided implementation takes a password or a passphrase and a salt value (and optionally a iteration count, a digest module, and a MAC module) and provides a file-like object from which an arbitrarily-sized key can be read.
PyDispatcher is an enhanced version of Patrick K. O’Brien’s original dispatcher.py module. It provides the Python programmer with a robust mechanism for event routing within various application contexts.
Included in the package are the robustapply and saferef modules, which provide the ability to selectively apply arguments to callable objects and to reference instance methods using weak-references.
This library helps to redirect sys.stdout to a stream or a file while executing some piece of code, including C code running within a Python process.