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.
python-pymonad implements data structures typically available in purely functional or functional first programming languages such as Haskell and F#. Included are
Monad and Monoid data types with several common monads such as Maybe and State
Useful tools such as the
@currydecorator for defining curried functionsType annotations to help ensure correct usage
Netcdf4-python is a Python interface to the netCDF C library. netCDF version 4 has many features not found in earlier versions of the library and is implemented on top of HDF5. This module can read and write files in both the new netCDF 4 and the old netCDF 3 format, and can create files that are readable by HDF5 clients. The API is modelled after Scientific.IO.NetCDF, and should be familiar to users of that module.
Approximate string matching using Levenshtein Distance to calculate the differences between sequences.
Library for atomic file writes using platform dependent tools for atomic file system operations.
InterLap does fast interval overlap testing with a simple Python data structure.
This package contains a small collection of test tool plugins for nose2 and flake8.
The minikanren library provides an algorithmic core for computer algebra systems in Python.
ezdxf is a Python package to create new DXF files and read/modify/write existing DXF files.
xlwt is a library for writing data and formatting information to older Excel files (i.e. .xls). The package itself is pure Python with no dependencies on modules or packages outside the standard Python distribution. It is not intended as an end-user tool.
Clone non-relocatable virtualenvs without breaking site-packages.
This package draws tree structures using characters.
This package provides an implementation in Python using scipy and numpy of negative binomial maximum likelihood estimation.
Sphinx extension to support docstrings in Numpy format.
Automatically find diff lines that need test coverage. It also finds diff lines that have violations (according to tools such as pycodestyle, pyflakes, flake8, or pylint). This is used as a code quality metric during code reviews.
This package provides a quick single file library for easily adding evaluatable expressions into python projects. Say you want to allow a user to set an alarm volume, which could depend on the time of day, alarm level, how many previous alarms had gone off, and if there is music playing at the time.
This Python library makes it easy to display images and videos in a notebook.
python-schema is a library for validating Python data structures, such as those obtained from config-files, forms, external services or command-line parsing, converted from JSON/YAML (or something else) to Python data-types.
Tool to automatically fix some issues reported by flake8.
This package implements a functionality for time taking using context managers.
Tenacity is a general-purpose python library to simplify the task of adding retry behavior to just about anything.
Virtualenv is a tool to create isolated Python environments.
Pydantic enforces type hints at runtime, and provides user friendly errors when data is invalid.
Cachelib is a library extracted from werkzeug which provides a collection of cache libraries in the same API interface.
This package provides a Python library that is an implementation of traditional readability measures based on simple surface characteristics. These measures are basically linear regressions based on the number of words, syllables, and sentences.