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.
NetworkX is a Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks.
With apipkg you can control the exported namespace of a Python package and greatly reduce the number of imports for your users. It is a small pure Python module that works on virtually all Python versions.
This package provides a read-only implementation of fsspec for IPFS.
Nikola generates static websites and blogs. Out of the box, it supports reStructuredText, Markdown, IPython (Jupyter) Notebooks and HTML, and has plugins for many other formats.
pyaml is a PyYAML based python module to produce pretty and readable YAML-serialized data.
Simple but high performance Cython hash table mapping pre-randomized keys to void* values.
Vcversioner is a Python library that inspects tagging information in a variety of version control systems in order to discover version numbers.
Serpent provides ast.literal_eval()-compatible object tree serialization. It serializes an object tree into bytes (an utf-8 encoded string) that can be decoded and then passed as-is to ast.literal_eval() to rebuild the original object tree.
Because only safe literals are encoded, it is safe to send serpent data to other machines, such as over the network.
This project documents instruction sets in a format convenient for tools development. An instruction set is represented by three files:
an XML file that describes instructions;
an XSD file that describes the structure of the XML file;
a Python module that reads the XML file and represents it as a set of Python objects;
It currently provides descriptions for most user-mode x86, x86_64, and k1om instructions up to AVX-512 and SHA (including 3dnow!+, XOP, FMA3, FMA4, TBM and BMI2).
This library provides an OrderedSet data type that works like a regular set, but remembers insertion order. It supports the full Python set interface.
Hnswlib is a header-only C++ implementation of fast approximate nearest neighbor search with Python bindings.
This package provides Python bindings and utilities for GeoJSON, a format for encoding geographic data structures.
A Python package for Distributed Resource Management (DRM) job submission and control. This package is an implementation of the DRMAA 1.0 Python language binding specification.
This package provides a Python library to perform rate limiting with commonly used storage backends.
This package provides a library implementing a thread-safe connection pool.
This package provides Python module to slice a list of sliceables (1 indexed, both start and end index are inclusive). Helps to slice file content line by line or column by column or a combination of both.
This package provides a faster version of dbus-next.
An immutable mapping type for Python. The underlying datastructure is a Hash Array Mapped Trie (HAMT) used in Clojure, Scala, Haskell, and other functional languages.
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).
With this package you can traverse resources like paths and access resources on demand with separate accessor layer.
Polling2 is a utility used to wait for a function to return a certain expected condition.
This is Python module for RAR archive reading. The interface is made as zipfile like as possible.
Ultra-lightweight pure Python package to check if a file is binary or text.
This package provides command line tools, powered by pydoit. It offers integration with click and rich for custom CLI and these linters: pycodestlye, pyflakes