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.
This package provides typing stubs for regex.
This package contains a list of Python Standard Libraries.
This package contains models and schemas used by Safety.
pyvirtualdisplay is a Python wrapper for Xvfb, Xephyr and Xvnc.
The scp module extends the Paramiko library to send and receive files via the SCP1 protocol, as implemented by the OpenSSH scp program.
This package provides a plugin for Setuptools for gettext.
PLY is a lex/yacc implemented purely in Python. It uses LR parsing and does extensive error checking.
A Python wrapper for the dialog utility. Its purpose is to provide an easy to use, pythonic and comprehensive Python interface to dialog. This allows one to make simple text-mode user interfaces on Unix-like systems
This Python module defines a tiny language to evaluate and compare license expressions using boolean logic. Logical combinations of licenses can be tested for equality, containment, and equivalence. They can be normalised and simplified. It supports SPDX license expressions as well as other naming conventions and aliases in the same expression.
This Python module can read, write crontab files, and access the system cron automatically and simply using a direct API.
Netifaces is a Python module providing information on network interfaces in an easy and portable manner.
moto is a library designed to easily mock out the boto library.
anytree is a simple, lightweight, and extensible tree data structure for Python.
This package cleans Jupyter notebooks of cell execution counts, metadata, outputs, and empty cells, preparing them for committing to version control. It provides a Git filter to automatically clean notebooks before they're staged, and can also be used with other version control systems, as a command line tool, and as a Python library.
This package handles cyclic relations compared by value.
mpmath can be used as an arbitrary-precision substitute for Python's float/complex types and math/cmath modules, but also does much more advanced mathematics.
This package provides a parser based on lib2to3 producing docspec data from Python source code.
This Python library implements the CaRT file format which is commonly used to store and transmit information about computer malware and associated metadata.
This package provides a scalable Bloom filter implemented in Python.
Vobject is intended to be a full featured Python package for parsing and generating vCard and vCalendar files. Currently, iCalendar files are supported and well tested. vCard 3.0 files are supported, and all data should be imported, but only a few components are understood in a sophisticated way.
q is a Python module for "print" style of debugging Python code. It provides convenient short API for print out of values, tracebacks, and falling into the Python interpreter.
This package provides a Python module for parsing and splitting PEM files.
Typing stubs for simplejson.
cliapp is a Python framework for command line programs. It contains the typical stuff such programs need to do, such as parsing the command line for options, and iterating over input files.