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 search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
This package provides a Python library for generating word clouds.
This package provides a Zarr I/O backend for the HDMF.
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.
This package provides a Python library for finite difference derivatives in any number of dimensions.
This package provides a Python module for finding installed BLAS library in a system, along with its headers. It is intended to be used for easily linking Cython-wrapped C/C++ code that calls BLAS functions to the corresponding system's library.
This package provides utilities for downloading several URL as one, as well as supporting multi-part URLs.
Discrete Fourier Transform with xarray.
This is a library housing extra array functions built on top of the Python array API standard. The intended users of this library are “array-consuming” libraries which are using array-api-compat to make their own library’s functions array-agnostic. In this library, they will find a set of tools which provide extra functionality on top of the array API standard, which other array-consuming libraries in a similar position have themselves found useful.
datazets is a python package to retrieve example data sets.
nwb2bids reorganizes NWB files into a BIDS directory layout.
Features:
Automatically renames NWB files and their directories to conform to BIDS conventions.
Extracts relevant metadata from NWB files to populate BIDS sidecar TSV & JSON files.
Currently supports BEP32 (micro-electrode electrophysiology) data types, such as extracellular (ecephys) and intracellular (icephys) electrophysiology, as well as associated behavioral events.
Pyface contains toolkit-independent GUI abstraction layers, used to support the TraitsUI package. Thus, you can write code in the abstraction of the Pyface API and the selected toolkit and backend take care of the details of displaying them.
Python library to build pretty command line user prompts.
Enable python source code refactoring through AST modifications.
Sample use cases:
Facilitate moving or renaming python modules by rewriting import statements.
Refactor code to enforce a certain style, such as reordering function definitions.
Safely migrate code from one API to another.
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.
The Enable project provides two related multi-platform packages for drawing GUI objects.
Enable: an object drawing library that supports containment and event notification.
Kiva: a multi-platform DisplayPDF vector drawing engine.
colourmap is a Python package which generates N unique colors from the specified input colormap.
This package provides a flexible utility for flattening and unflattening dict-like objects in Python.
Easily pick a place to store data for your Python code.
h5io is a package designed to facilitate saving some standard Python objects into the forward-compatible HDF5 format. It is a higher-level package than h5py.
This package provides tools for automated download of UMLS data.
This package provides a hierarchical data modeling framework for modern science data standards.
Python Bindings for the NVIDIA Management Library.
funcsigs is a backport of the PEP 362 function signature features from Python 3.3's inspect module. The backport is compatible with Python 2.6, 2.7 as well as 3.3 and up. 3.2 was supported by version 0.4, but with setuptools and pip no longer supporting 3.2, we cannot make any statement about 3.2 compatibility.
This package provides a pure Python library to create SVG drawings.