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.
Dirsync is an advanced directory tree synchronisation tool.
Pyasn1-modules is a collection of Python modules providing ASN.1 types and implementations of ASN.1-based codecs and protocols.
This package contains a plugin that provides specializations for type hinting stub files, especially interesting for linting typeshed. It adds the .pyi extension to the default value of the --filename command-line argument to Flake8. This means stubs are linted by default with this plugin enabled, without needing to explicitly list every file. It modifies PyFlakes runs for .pyi files to defer checking type annotation expressions after the entire file has been read. This enables support for first-class forward references that stub files use.
This package provides interactive HTML widgets for Jupyter notebooks.
This library allows you to create a system tray icon. It makes it possible to specify an icon, a title and a callback for when the icon is activated. The icon and title can be changed after the icon has been created, and the visibility of the icon can be toggled.
This package provides an implementation in Python using scipy and numpy of negative binomial maximum likelihood estimation.
Orderly Set is a package containing multiple implementations of Ordered Set.
This Python library contains utility functions for Python class constructs.
littleutils is a small collection of Python utility functions, useful in the context of writing unit tests among other uses.
DataDriver is a data-driven extension for Robot Framework. DataDriver uses the Listener Interface of Robot Framework to create new test cases based on a data file that contains the test data. DataDriver supports data files in the CSV, XLS or XLSX formats.
Virtualenv is a tool to create isolated Python environments.
This package provides tools to define a command line interface from a docstring rather than the other way around.
This package provides a library implementing a thread-safe connection pool.
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.