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.
Compute a single hash of the file contents of a directory.
Python library to build pretty command line user prompts.
Donfig is a python library meant to make configuration easier for other python packages. Donfig can be configured programmatically, by environment variables, or from YAML files in standard locations.
Bracex is a brace expanding library (à la Bash) for Python. Brace expanding is used to generate arbitrary strings.
The Traits library is designed to enhance object-oriented programming in Python by providing a way to define and manage attributes of objects more effectively.
Chaco is a Python package for building interactive and custom 2-D plots and visualizations. Chaco facilitates writing plotting applications at all levels of complexity, from simple scripts with hard-coded data to large plotting programs with complex data interrelationships and a multitude of interactive tools. While Chaco generates attractive static plots for publication and presentation, Chaco differs from tools like Matplotlib in that it also works well for dynamic interactive data visualization and exploration.
Tools and utilities shared by Deisa backends.
distinctipy is a lightweight python package providing functions to generate colours that are visually distinct from one another.
xsData is a complete data binding library for python allowing developers to access and use XML and JSON documents as simple objects rather than using DOM. The included XML and JSON parser/serializer are highly optimized and adaptable, with multiple handlers and configuration properties. xsData is constantly tested against the W3C XML Schema 1.1 test suite.
This package provides a Zarr I/O backend for the HDMF.
This package provides a pure Python library to create SVG drawings.
Quantities is designed to handle arithmetic and conversions of physical quantities, which have a magnitude, dimensionality specified by various units, and possibly an uncertainty.
Easily pick a place to store data for your Python code.
A Python module to read Matlab files. This module works with both the old (< 7.3) and the new (>= 7.3) HDF5 based format. The output should be the same for both kinds of files.
Confit is a complete and easy-to-use configuration framework aimed at improving the reproducibility of experiments by relying on the Python typing system, minimal configuration files and command line interfaces.
Dask backend for Deisa.
ScotchPy is a python module to interface the Scotch/PT-Scotch graph partitioner library.
ScotchPy is a python module to interface the Scotch/PT-Scotch graph partitioner library.
This library implements support for mixed precision training in JAX. It provides two key abstractions. These abstractions are mixed precision policies and loss scaling.
JAXopt provides hardware accelerated, batchable and differentiable optimizers in JAX.
Hardware accelerated: the implementations run on GPU and TPU, in addition to CPU.
Batchable: multiple instances of the same optimization problem can be automatically vectorized using JAX’s
vmap.Differentiable: optimization problem solutions can be differentiated with respect to their inputs either implicitly or via autodiff of unrolled algorithm iterations.
TensorFlow is a flexible platform for building and training machine learning models. It provides a library for high performance numerical computation and includes high level Python APIs, including both a sequential API for beginners that allows users to build models quickly by plugging together building blocks and a subclassing API with an imperative style for advanced research.
This package provides a Stream and Optional class.
This is a collection of independent Python modules providing utilities for various projects.
This package provides tools for Makefile execution powered by pure Python.