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 an implementation in Python using scipy and numpy of negative binomial maximum likelihood estimation.
This package provides a Python parser for Pubmed Open-Access Subset and MEDLINE XML repository.
Cachy provides a simple yet effective caching library. A simple but powerful API: thread-safety; decorator syntax; support for memcached, redis, database, file, dict stores. Cachy supports python versions 2.7+ and 3.2+.
This package provides a small command line tool to simplify releasing software by updating all version strings in your source code by the correct increment. It also creates commits and tags.
This library extends the standard functools Python module with a few extra procedures.
This package provides a tool to split a kernel image with appended DTB into separated kernel and DTB files.
Raise asynchronous exceptions in other threads, control the timeout of blocks or callables with two context managers and two decorators.
This package provides a pythonic way to manipulate color representations (HSL, RVB,web, X11, ...).
Sexpdata is an S-expression parser/serializer. It has load and dump functions like pickle, json or PyYAML module.
Colorama is a Python library for rendering colored terminal text.
This package provides a Python command line VNC client. It can be useful to automating interactions with virtual machines or hardware devices that are otherwise difficult to control.
Lmfit provides a high-level interface to non-linear optimization and curve fitting problems for Python. It builds on and extends many of the optimization methods of scipy.optimize. Initially inspired by (and named for) extending the Levenberg-Marquardt method from scipy.optimize.leastsq, lmfit now provides a number of useful enhancements to optimization and data fitting problems.
MessagePack is a fast, compact binary serialization format, suitable for similar data to JSON. This package provides CPython bindings for reading and writing MessagePack data.
MySQL Connector/Python enables Python programs to access MySQL databases, using an API that is compliant with the Python Database API Specification v2.0 (PEP 249).
This package provides helper functions for injecting a conda environment into the current python environment (by modifying sys.path, without actually changing the current python environment).
Bleach is an easy whitelist-based HTML-sanitizing tool.
This package builds upon python-packaging to provide more sophisticated version manipulation.
This package provides an automatic class-based binding to JSON Schemas for use in python.
Robot Framework is a generic automation framework for acceptance testing, acceptance test driven development (ATDD), and robotic process automation (RPA).
This Python library implements several JSON specs, like JSON Schema, JSON Reference and JSON Pointer.
rJSmin is a javascript minifier written in Python. The minifier is based on the semantics of jsmin.c by Douglas Crockford. The module is a re-implementation aiming for speed, so it can be used at runtime (rather than during a preprocessing step).
This package contains a list of Python Standard Libraries.
This package implements the kneedle algorithm. Given a set of x and y values, kneed will return the knee point of the function. The knee point is the point of maximum curvature.
perfplot extends Python's timeit by testing snippets with input parameters (e.g., the size of an array) and plotting the results.