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 Python library implements the CaRT file format which is commonly used to store and transmit information about computer malware and associated metadata.
This module implements the PRECIS Framework as described in RFC 8264, RFC 8265 and RFC 8266.
eliot is a Python logging system that outputs causal chains of actions: actions can spawn other actions, and eventually they either succeed or fail. The resulting logs tell you the story of what your software did: what happened, and what caused it.
This package provides a scalable Bloom filter implemented in Python.
This package makes it easy to draw tables in terminal/console applications from a list of lists of strings. It supports multi-line rows.
A Procfile is a file which describes how to run an application consisting of several processes. honcho starts all listed processes. The output of all running processes is collected by honcho and displayed.
This package provides a collection of useful tools to use PyPy-specific features, with CPython fallbacks.
OmegaConf is a hierarchical configuration system and supports merging configurations from multiple sources. It provides a consistent API regardless of how the configuration was created.
This python library provides interfaces for parsing and working with Portable Executable (PE) files. It makes to most information from the header, as well as section details and data available.
PYHDF4 is a python wrapper around the NCSA HDF version 4 library, which implements the SD (Scientific Dataset), VS (Vdata) and V (Vgroup) API’s. NetCDF files can also be read and modified. It is a successor of Python-HDF4 which is a fork of pyhdf.
python-flasgger allows extracting Swagger specs from your Flask project. It is a fork of Flask-Swagger.
Lazy object proxy is an object that wraps a callable but defers the call until the object is actually required, and caches the result of said call.
python-lief is a cross platform library which can parse, modify and abstract ELF, PE and MachO formats.
ncclient is a Python library that facilitates client-side scripting and application development around the NETCONF protocol.
ipyparallel is a Python package and collection of CLI scripts for controlling clusters for Jupyter. ipyparallel contains the following CLI scripts:
ipcluster - start/stop a cluster
ipcontroller - start a scheduler
ipengine - start an engine
This library implements eval'able S-expression in Python using tuple-like objects.
This module provides various memoizing collections and decorators, including variants of the Python standard library's lru_cache function decorator.
This package provides a Python interface to the MPFR library for multiprecision arithmetic.
This collection of utilities contains tooling and templates to assist in creating releases on GitHub and publishing them on PyPI. It is designed to be used by Robot Framework and tools and libraries in its ecosystem, but can naturally be used also by other projects.
This package contains a library for ordered multivalue dictionaries. A multivalue dictionary is a dictionary that can store multiple values for the same key. An ordered multivalue dictionary is a multivalue dictionary that retains the order of insertions and deletions.
This package provides a command-line utility that creates projects from project templates, e.g. creating a Python package project from a Python package project template.
flex can be used to validate Swagger schemata.
This package contains typing stubs for protobuf, a very small subset the Python stubs contained in the complete typeshed collection.
Library to make reading, writing and modifying both binary and ascii STL files, file format native to the stereolithography CAD software created by 3D Systems, easy.