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.
Twisted is an extensible framework for Python programming, with special focus on event-based network programming and multiprotocol integration.
This package provides a Python wrapper for using extended file system attributes. Extended attributes extend the basic attributes of files and directories in the file system. They are stored as name:data pairs associated with file system objects (files, directories, symlinks, etc).
This package provides an automatic class-based binding to JSON Schemas for use in python.
Python one-time password library for HMAC-based (HOTP) and time-based (TOTP) passwords.
This package provides the editor module for programmatically interfacing with your system's $EDITOR.
This package contains typing stubs for protobuf, a very small subset the Python stubs contained in the complete typeshed collection.
Urwid is a curses-based UI/widget library for Python. It includes many features useful for text console applications.
This package provides Python bindings to libarchive, a C library to access possibly compressed archives in many different formats. It uses Python's ctypes foreign function interface (FFI).
This package provides coding utilities for quantitative legal studies.
This package provides a Python module that will check for package updates.
versioneer is a tool for managing a recorded version number in distutils-based python projects. The goal is to remove the tedious and error-prone "update the embedded version string" step from your release process.
Besides being used in web development, CSS is also the way to stylize Qt-based desktop applications. However, Qt's CSS has a few variations that prevent the direct use of SASS compiler.
The purpose of this tool is to fill the gap between SASS and Qt-CSS by handling those variations.
Radon is a Python tool which computes various code metrics. Supported metrics are:
raw metrics: SLOC, comment lines, blank lines, &c.
Cyclomatic Complexity (i.e., McCabe’s Complexity)
Halstead metrics (all of them)
the Maintainability Index (a Visual Studio metric)
PyYAML is a YAML parser and emitter for Python. PyYAML features a complete YAML 1.1 parser, Unicode support, pickle support, capable extension API, and sensible error messages. PyYAML supports standard YAML tags and provides Python-specific tags that represent an arbitrary Python object.
Urwid is a curses-based UI/widget library for Python. It includes many features useful for text console applications.
This package provides a Python program that provides following locks:
Locking decorator
Reader-writer locks
Inter-process locks
Generic helpers
This package provides colored diff functions that highlight parts of the lines that were modified.
The property-manager package defines several custom property variants for Python programming including required properties,writable properties, cached properties, etc.
Python library that makes exceptions handling and inspection easier.
python-json2html is a python module to convert JSON into a human readable HTML table representation.
Raise asynchronous exceptions in other threads, control the timeout of blocks or callables with two context managers and two decorators.
This package provides a Matplotlib inline back-end for IPython and Jupyter.
Queuelib is a Python library that implements object collections which are stored in memory or persisted to disk, provide a simple API, and run fast.
Queuelib provides collections for queues (FIFO), stacks (LIFO), queues sorted by priority and queues that are emptied in a round-robin fashion.
This package provides a standalone variant of distutils.version and packaging.version, without anything else.