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.
Botocore is a Python library that provides a low-level interface to the Amazon Web Services (AWS) API.
This package implements a functionality for creating, editing and loading COLLADA,which is a COLLAborative Design Activity for establishing an interchange file format for interactive 3D applications.
The library allows you to load a COLLADA file and interact with it as a python object. In addition, it supports creating a collada python object from scratch, as well as in-place editing.
olefile can parse, read and write Microsoft OLE2 files (Structured Storage or Compound Document, Microsoft Office). It is an improved version of the OleFileIO module from PIL, the Python Image Library.
This package provides a tool for generating OIDC, OpenID Connect identities.
IPython provides a rich architecture for interactive computing with: Powerful interactive shells, a browser-based notebook, support for interactive data visualization, embeddable interpreters and tools for parallel computing.
This is a package for creating, editing, and reading folder tree diagrams.
Pydantic enforces type hints at runtime, and provides user friendly errors when data is invalid.
This package provides a sorted collections library, written in pure-Python.
pyquery allows you to make jQuery queries on xml documents. The API is as much as possible the similar to jQuery. pyquery uses lxml for fast xml and html manipulation.
This module lets you draw large letter from ordinary characters in pure Python.
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.
Easy ANSI is a terminal framework API to give you an easy way to use colors, cursor control movements, and line/box drawing. It is not meant as a replacement to more full-featured frameworks (such as curses or urwid), but as a tool to quickly create nice-looking screens in your terminal window. You can even create animations with the cursor controls.
This package provides a decorator to automatically detect mismatch when overriding a method.
Parse_type extends the python parse module.
This Python library handles software versions and specifiers. It is adapted from the packaging package.
Yattag is a Python library for generating HTML or XML in a pythonic way.
Pystache is a Python implementation of the framework agnostic, logic-free templating system Mustache.
DiskCache is a disk and file backed persistent cache.
pybind11 is a lightweight header-only library that exposes C++ types in Python and vice versa, mainly to create Python bindings of existing C++ code. Its goals and syntax are similar to the Boost.Python library: to minimize boilerplate code in traditional extension modules by inferring type information using compile-time introspection.
Shellingham detects what shell the current Python executable is running in.
This package provides a library for parsing and validating OpenSSH public key files.
This package provides typing stubs for colorama.
JMESPath (pronounced “james path”) is a Python library that allows one to declaratively specify how to extract elements from a JSON document.
Pygments is a syntax highlighting package written in Python.