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.
tablib is a format-agnostic tabular dataset library, written in Python. Supported output formats are Excel (Sets + Books), JSON (Sets + Books), YAML (Sets + Books), HTML (Sets), Jira (Sets), TSV (Sets), ODS (Sets), CSV (Sets), and DBF (Sets).
tablib also supports Pandas DataFrames (Sets). Anyhow, since pandas is quite huge, this Guix package doesn't depend on pandas. In case, just also install python-pandas.
Python driver for MongoDB.
This library helps to validate configuration files and produce human readable error messages.
This package is an extension to Python-Markdown which adds support for shorthand links to GitHub users, repositories, issues and commits.
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 library allows standard Python logging to output log data as JSON objects. With JSON we can make our logs more readable by machines and we can stop writing custom parsers for syslog-type records.
Pyro enables you to build applications in which objects can talk to each other over the network. You can just use normal Python method calls to call objects on other machines, also known as remote procedure calls (RPC).
The aenum library includes an Enum base class, a metaclass-based NamedTuple implementation and a NamedConstant class.
qstylizer is a Python package designed to help with the construction of PyQt/PySide stylesheets.
Dogtail is a GUI test tool and automation framework written in Python. It uses Accessibility (a11y) technologies to communicate with desktop applications. dogtail scripts are written in Python and executed like any other Python program.
Traitlets is a framework that lets Python classes have attributes with type checking, dynamically calculated default values, and ‘on change’ callbacks. The package also includes a mechanism to use traitlets for configuration, loading values from files or from command line arguments. This is a distinct layer on top of traitlets, so you can use traitlets in your code without using the configuration machinery.
zipstream.py is a zip archive generator based on zipfile.py. It was created to generate a zip file generator for streaming. This is beneficial for when you want to provide a downloadable archive of a large collection of regular files, which would be infeasible to generate the archive prior to downloading or of a very large file that you do not want to store entirely on disk or on memory.
This module is a pure Python port of jgm's commonmark.js, a Markdown parser and renderer for the CommonMark specification, using only native modules.
This package is an implementation of of bounded Levenshtein distance (Ukkonen).
This package provides the Abseil Python Common Libraries, a collection of Python libraries for building Python applications.
Sexpdata is an S-expression parser/serializer. It has load and dump functions like pickle, json or PyYAML module.
This package contains operations on PyTrees (a tree made of container data structures in Python).
This library provides a streaming wrapper around python tarfile and allow secure handling files and support encryption.
The lockfile package exports a LockFile class which provides a simple API for locking files.
This package contains a context manager for mocking/wrapping stdin/stdout/stderr.
This package provides python library for full-text search. It indexes documents and provides a search interface for retrieving documents that best match text queries.
This package provides a functionality to view output of multiple processes, in parallel, in the console, with an interactive TUI.
Schematics is a Python library to combine types into structures, validate them, and transform the shapes of your data based on simple descriptions.
The internals are similar to ORM type systems, but there is no database layer in Schematics. Instead, building a database layer is easily made when Schematics handles everything except for writing the query. Schematics can be used for tasks where having a database involved is unusual.
This package provides a Flake8 lint for quotes.