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.
Factory_boy is a fixtures replacement based on thoughtbot’s factory_girl. As a fixtures replacement tool, it aims to replace static, hard to maintain fixtures with easy-to-use factories for complex object. Instead of building an exhaustive test setup with every possible combination of corner cases, factory_boy allows you to use objects customized for the current test, while only declaring the test-specific fields.
This package provides n extension module for Click to register external CLI commands via setuptools entry-points.
Tree is a python library for working with nested data structures. In a way, tree generalizes the builtin map function which only supports flat sequences, and allows you to apply a function to each leaf preserving the overall structure.
retry is an easy to use retry decorator for Python. It can be used to retry a function a given number of times.
This package providis typing stubs for python-dateutil.
Yaspin provides a terminal spinner to indicate the progress during long operations.
Cairocffi is a CFFI-based drop-in replacement for Pycairo, a set of Python bindings and object-oriented API for cairo. Cairo is a 2D vector graphics library with support for multiple backends including image buffers, PNG, PostScript, PDF, and SVG file output.
pysocks is an updated and semi-actively maintained version of SocksiPy with bug fixes and extra features.
Python one-time password library for HMAC-based (HOTP) and time-based (TOTP) passwords.
The pyvips package provides Python bindings for VIPS, a multithreaded image-processing system with low memory needs.
This package provides metadata objects which can be used to represent common constraints such as upper and lower bounds on scalar values and collection sizes, a Predicate marker for runtime checks, and descriptions of how we intend these metadata to be interpreted. In some cases, we also note alternative representations which do not require this package.
PyICU is a python extension wrapping the ICU C++ API.
This package bundles some of the best Python serialization libraries into one standalone package, with a high-level API that makes it easy to write code that's correct across platforms and Pythons.
This package provides an API wrapper for programmatic management of PythonAnywhere services.
sshtunnel is a Python module for easily creating SSH tunnels in the background, using Python.
Python reflink wraps around platform specific reflink implementations.
Python module that provides a simple interface to FUSE and MacFUSE. The binding is created using the standard ctypes library.
This package provides classes and function that strip gratuitous markup from web pages to make them easier to read.
Ice is a comprehensive RPC framework. Ice helps you network your software by taking care of all interactions with low-level network programming interfaces.
This package provides a decorator to log function arguments and function call return values in a human-readable way.
importlib_metadata is a library which provides an API for accessing an installed Python package's metadata, such as its entry points or its top-level name. This functionality intends to replace most uses of pkg_resources entry point API and metadata API. Along with importlib.resources in Python 3.7 and newer, this can eliminate the need to use the older and less efficient pkg_resources package.
This package provides a base CLI entrypoint supporting Anaconda CLI plugins.
This package provides a Python parser for Pubmed Open-Access Subset and MEDLINE XML repository.
This module defines a decorator to wrap legacy APIs. The primary use case is APIs defined before keyword-only parameters existed.