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.
Cymem provides two small memory-management helpers for Cython. They make it easy to tie memory to a Python object's life-cycle, so that the memory is freed when the object is garbage collected.
This package provides a Python SDK for the Sentry application monitoring and error tracking software.
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.
ofxparse is a parser for Open Financial Exchange (.ofx) format files. OFX files are available from almost any online banking site, so they work well if you want to pull together your finances from multiple sources. Online trading accounts also often provide account statements in OFX files.
jsondiff is a Python library which lets you compare, diff, and patch JSON and JSON-like structures in Python.
Make loops show a progress bar on the console by just wrapping any iterable with |tqdm(iterable)|. Offers many options to define design and layout.
Pylru implements a true LRU cache along with several support classes. Pylru provides a cache class with a simple dict interface. It also provides classes to wrap any object that has a dict interface with a cache. Both write-through and write-back semantics are supported. Pylru also provides classes to wrap functions in a similar way, including a function decorator.
This package is a tiny, zero-dependencies library that makes it easy to add function (or object) registries to your code. Function registries are helpful when you have objects that need to be both easily serializable and fully customizable. Instead of passing a function into your object, you pass in an identifier name, which the object can use to lookup the function from the registry. This makes the object easy to serialize, because the name is a simple string. If you instead saved the function, you'd have to use Pickle for serialization, which has many drawbacks.
Netifaces is a Python module providing information on network interfaces in an easy and portable manner.
This package provides static memory-efficient and fast Trie-like structures for Python.
logzero provides a fully configured Python logger object for easy logging and rotating to a console or a file.
This package provides a simple async process supervisor in Python.
TOML Kit is a 1.0.0rc1-compliant TOML library. It includes a parser that preserves all comments, indentations, whitespace and internal element ordering, and makes them accessible and editable via an intuitive API. It can also create new TOML documents from scratch using the provided helpers. Part of the implementation has been adapted, improved, and fixed from Molten.
The colorlog.ColoredFormatter is a formatter for use with Python's logging module that outputs records using terminal colors.
QDarkStyle is the most complete dark stylesheet for Python and Qt applications.
This library implements algorithms and data structures for Lisp-style cons cells in Python.
This package provides a Python extension that wraps Google's RE2 regular expression library. It implements many of the features of Python's built-in re module with compatible interfaces.
This project provides a typed parser. It was started as part of Pint, the Python units package.
qstylizer is a Python package designed to help with the construction of PyQt/PySide stylesheets.
This Python library provides a programming interface to, given a set of safe characters and an escape character, escape safe strings and unescape the result.
This library provides algorithms and data types for solving symbolic expressions in pure Python using the technique of logical unification.
Pyclipper is a Cython wrapper for the C++ translation of the Angus Johnson's polygon clipping Clipper library (ver. 6.4.2).
This package provides a utility to find Python versions on the current system.
Portalocker is a library to provide an easy API to file locking..