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.
Plotext lets you plot directly to the terminal.
This package provides a spec-compliant gitignore parser for Python.
This package provides tools for constructing graphs, BFS and DFS traversals, topological sort, shortest paths, and more with graphviz output.
icalendar is a Python library for parsing and generating iCalendar files.
This package adds ANSI colors and decorations to your strings.
python-lief is a cross platform library which can parse, modify and abstract ELF, PE and MachO formats.
The python-distutils-extra module enables you to easily integrate gettext support, themed icons, and scrollkeeper-based documentation into Python's distutils.
This is Python module for RAR archive reading. The interface is made as zipfile like as possible.
Colorama is a Python library for rendering colored terminal text.
Cmd2 is a tool for building interactive command line applications in Python. Its goal is to make it quick and easy for developers to build feature-rich and user-friendly interactive command line applications. It provides a simple API which is an extension of Python's built-in cmd module. cmd2 provides a wealth of features on top of cmd to make your life easier and eliminates much of the boilerplate code which would be necessary when using cmd.
This package implements rich tables for various purposes, it's JSON human-prettifier based on the rich Python library.
QDarkStyle is the most complete dark stylesheet for Python and Qt applications.
Black is the uncompromising Python code formatter.
Clickgen is an API for building X11 and Windows cursors from .png files. clickgen is using anicursorgen and xcursorgen under the hood.
This package provides miscellaneous path functions for Python.
This package provides a versatile binary analysis platform with the ability to perform dynamic symbolic execution as well as various static analyses directly on binaries. As such, it can be used for all kinds of reverse engineering, vulnerability discovery, exploit generation, and software testing purposes.
This project provides a typed parser. It was started as part of Pint, the Python units package.
This library implements validation of JSON documents by JSON schema for drafts 04, 06 and 07.
This package provides typing stubs for requests.
OmegaConf is a hierarchical configuration system and supports merging configurations from multiple sources. It provides a consistent API regardless of how the configuration was created.
This package provides efficient Python bindings to picosat on the C level. When importing pycosat, the picosat solver becomes part of the Python process itself. picosat is a Boolean Satisfiability Problem (SAT) solver.
flex can be used to validate Swagger schemata.
Parse strings using a specification based on the Python format() syntax.
async-timeout provides a timeout timeout context manager compatible with asyncio.