importlib_metadata
is a library which provides an API for accessing an installed Python package's metadata, such as its entry points or its top-level name. This functionality intends to replace most uses of pkg_resources
entry point API and metadata API. Along with importlib.resources
in Python 3.7 and newer, this can eliminate the need to use the older and less efficient pkg_resources
package.
(guix-science-nonfree packages machine-learning)
JAX is Autograd and XLA, brought together for high-performance numerical computing, including large-scale machine learning research. With its updated version of Autograd, JAX can automatically differentiate native Python and NumPy functions. It can differentiate through loops, branches, recursion, and closures, and it can take derivatives of derivatives of derivatives. It supports reverse-mode differentiation (a.k.a. backpropagation) via grad as well as forward-mode differentiation, and the two can be composed arbitrarily to any order.
This package provides models and classes to supplement the standard library collections
module. Examples include
RangeMap: A mapping that accepts a range of values for keys.
Projection: A subset over an existing mapping.
KeyTransformingDict: Generalized mapping with keys transformed by a function.
FoldedCaseKeyedDict: A dict whose string keys are case-insensitive.
BijectiveMap: A map where keys map to values and values back to their keys.
ItemsAsAttributes: A mapping mix-in exposing items as attributes.
IdentityOverrideMap: A map whose keys map by default to themselves unless overridden.
FrozenDict: A hashable, immutable map.
Enumeration: An object whose keys are enumerated.
Everything: A container that contains all things.
Least, Greatest: Objects that are always less than or greater than any other.
pop_all: Return all items from the mutable sequence and remove them from that sequence.
DictStack: A stack of dicts, great for sharing scopes.
WeightedLookup: A specialized RangeMap for selecting an item by weights.
Python library for OnlyKey with Solo FIDO2
Object life-cycle events.
This package provides the IPython kernel for Jupyter.
Documentation at https://melpa.org/#/python-switch-quotes
Documentation at https://melpa.org/#/evil-python-movement
This is the Cython-coded accelerator module for PyOpenGL.
This package is only for bootstrapping. Do not use this.
This package provides a Sphinx Extension to generate OG metadata.
render CLI arguments (sub-commands friendly) defined by argparse module.
This application provides simple, extensible contact-form functionality for Django sites.
This package provides a helper to navigate batched results in a web page.
This package provides a pytest plugin for writing tests for mypy plugins.
This package provides a Bootstrap-based Sphinx theme from the PyData community.
This package extends click.Group to invoke a command without explicit subcommand name.
This package provides the complete NumPy documentation in the Texinfo, HTML, and PDF formats.
This package provides a flake8 extension that checks for blind except:
statements.
This package provides a version of dict that keeps keys in insertion resp. sorted order.
This package contains the Python runtime library used with Python generated sources by ANTLR.
This package provides common Python utilities and GitHub Actions for the Lightning suite of libraries.
This package contains a syntax coloring theme for pygments making use of the JupyterLab CSS variables.
This package provieds a flake8 and pylama plugin that checks the ordering of import statements.