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.
importlib_resources is a backport of Python 3's standard library importlib.resources module for Python 2.7, and Python 3.
easyprocess is an easy to use Python subprocess interface.
This package implements a functionality to convert between Python's datetime.timedelta and Golang's time.Duration formats.
This package provides a Doxygen input filter for QML files.
Awkward CPP provides precompiled routines for the awkward package. It is not useful on its own, only as a dependency for awkward.
This package provides ASN.1 parsing, encoding and decoding for Python, including constraints checking. It supports several codecs (e.g. BER, PER, UPER, XER) as well as limited C source code generating for OER and UPER.
python-astroid provides a common base representation of Python source code for projects such as pychecker, pyreverse, pylint, etc. It provides a compatible representation which comes from the _ast module. It rebuilds the tree generated by the builtin _ast module by recursively walking down the AST and building an extended ast. The new node classes have additional methods and attributes for different usages. They include some support for static inference and local name scopes. Furthermore, astroid builds partial trees by inspecting living objects.
This is an implementation of ASN.1 types and codecs in Python. It is suitable for a wide range of protocols based on the ASN.1 specification.
This package provides an ANSI terminal tool for Python, colored shell and other handy fancy features.
This package is a fork of the multiprocessing Python package, a package which supports the spawning of processes using the API of the standard library's threading module.
The property-manager package defines several custom property variants for Python programming including required properties,writable properties, cached properties, etc.
This package provides a parse gdb machine interface output with Python.
This package provides a small command line tool to simplify releasing software by updating all version strings in your source code by the correct increment. It also creates commits and tags.
Plumbum is a library of tools for replacing shell scripts with Python code.
This library is for working with MIDI 1.0 ports, messages and files.
python-proselint is a linter for English prose, that scans through a file and detects issues.
python-dateparser provides modules to easily parse localized dates in almost any string formats commonly found on web pages.
This package provides a JSON RPC 2.0 server library for Python.
This Python library allows reading and writing to the Excel XLSX, XLSM, XLTX and XLTM file formats that are defined by the Office Open XML (OOXML) standard.
This package outputs version information for modules loaded in the current session, Python, and the OS.
This package provides classes and function that strip gratuitous markup from web pages to make them easier to read.
When writing applications, finding the right location to store user data and configuration varies per platform. Even for single-platform apps, there may by plenty of nuances in figuring out the right location. This small Python module determines the appropriate platform-specific directories, e.g. the ``user data dir''.
python-flasgger allows extracting Swagger specs from your Flask project. It is a fork of Flask-Swagger.
Virtualenv is a tool to create isolated Python environments.