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.
Deterministically encode JSON.
Encodes objects and arrays as RFC 7159 JSON.
Sorts object keys so that you get the same result each time.
Has no insignificant whitespace to make the output as small as possible.
Escapes only the characters that must be escaped, U+0000 to U+0019 / U+0022 / U+0056, to keep the output as small as possible.
Uses the shortest escape sequence for each escaped character.
Encodes the JSON as UTF-8.
Can encode frozendict immutable dictionaries.
This package provides a wrapper around NumPy and other array libraries to make them compatible with the Array API standard
This library implements eval'able S-expression in Python using tuple-like objects.
This package provides an AST unparser for Python. It is a factored out version of unparse found in the Python source distribution.
MessagePack is a fast, compact binary serialization format, suitable for similar data to JSON. This package provides CPython bindings for reading and writing MessagePack data.
Islenska is a Python package that embeds the vocabulary of the Database of Icelandic Morphology and offers various lookups and queries of the data. The database contains over 6.5 million entries, over 3.1 million unique word forms, and about 300,000 distinct lemmas.
ofxparse is a parser for Open Financial Exchange (.ofx) format files. OFX files are available from almost any online banking site, so they work well if you want to pull together your finances from multiple sources. Online trading accounts also often provide account statements in OFX files.
This package provides provides drop-in replacements for the Python built-in int and float that are on par or faster with the Python equivalents.
This package provides a Python module for Near-Field Communication.
marshmallow provides a library for converting complex datatypes to and from native Python datatypes.
Ultra-lightweight pure Python package to check if a file is binary or text.
Dictdiffer is a Python module that helps you to diff and patch dictionaries.
Typing stubs for simplejson.
This package provides a Python library to send files to the user's ~/Trash directory.
gevent is a coroutine-based Python networking library that uses greenlet to provide a high-level synchronous API on top of the libev event loop.
Python-GSSAPI provides both low-level and high level wrappers around the GSSAPI C libraries. While it focuses on the Kerberos mechanism, it should also be usable with other GSSAPI mechanisms.
Gridmap is a Python package to allow you to easily create jobs on the cluster directly from Python. You can directly map Python functions onto the cluster without needing to write any wrapper code yourself.
The flatten_json Python library flattens the hierarchy in your object, which can be useful if you want to force your objects into a table.
The aim of the decorator module is to simplify the usage of decorators for the average programmer, and to popularize decorators usage giving examples of useful decorators, such as memoize, tracing, redirecting_stdout, locked, etc. The core of this module is a decorator factory.
Ijson is an iterative JSON parser with standard Python iterator interfaces.
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.
Pandoc is a powerful utility to transform various input formats into a wide range of output formats. To alter the exported output document, Pandoc allows the usage of filters, which are pipes that read a JSON serialization of the Pandoc AST from stdin, transform it in some way, and write it to stdout. It allows therefore to alter the processing of Pandoc's supported input formats, for instance one can add new syntax elements to markdown, etc.
This package provides Python bindings.
This package extends click.Group to invoke a command without explicit subcommand name.
Confection is a lightweight library that offers a configuration system letting you conveniently describe arbitrary trees of objects.