Pint
- Ebuilds: 7, Testing: 0.25.2 Description: Python package to manipulate physical units
Homepage:https://pint.readthedocs.io License: BSD
abTEM
- Ebuilds: 5, Testing: 1.0.6 Description: ab initio transmission electron microscopy
Homepage:https://github.com/abTEM/abTEM License: GPL-3
apsw
- Ebuilds: 3, Testing: 3.50.4.0 Description:
APSW provides an SQLite 3 wrapper that provides the thinnest layer over SQLite 3 possible.
Everything you can do from the C API to SQLite 3, you can do from Python.
Although APSW looks vaguely similar to the DBAPI, it is not compliant with that API and instead
works the way SQLite 3 does.
Homepage:https://github.com/rogerbinns/apsw/ License: ZLIB
exspy
- Ebuilds: 2, Testing: 0.3.2 Description: EELS and EDS analysis with the HyperSpy framework
Homepage:https://github.com/hyperspy/exspy License: GPL-3
fabio
- Ebuilds: 4, Testing: 2024.9.0 Description: FabIO is an I/O library for images produced by 2D X-ray detectors
Homepage:https://github.com/silx-kit/fabio License: MIT
llvmlite
- Ebuilds: 4, Stable: 0.40.0, Testing: 9999 Description:
llvmlite uses the LLVM library for JIT (just-in-time) compilation of
Python code into native machine instructions during runtime. Instead
of exposing large parts of the LLVM C++ API for direct calls into the
LLVM library, llvmlite follows a lightweight multi-layered approach.
Homepage:https://llvmlite.pydata.org/ License: BSD
monty
- Ebuilds: 1, Testing: 2023.11.3 Description:
Monty is the missing complement to Python. Monty implements supplementary useful functions for Python that are not part of the standard library. Examples include useful utilities like transparent support for zipped files, useful design patterns such as singleton and cached_class, and many more.
Homepage:https://pypi.org/project/monty/
https://materialsvirtuallab.github.io/monty/ License: MIT
numba
- Ebuilds: 6, Testing: 9999, 0.63.1 Description:
Numba is a NumPy-aware optimizing compiler for Python. It uses the LLVM
compiler infrastructure to compile Python syntax to machine code.
It is aware of NumPy arrays as typed memory regions and so can
speed-up code using NumPy arrays. Other, less well-typed code will be
translated to Python C-API calls effectively removing the
"interpreter" but not removing the dynamic indirection.
Homepage:https://numba.pydata.org/
https://github.com/numba License: BSD
numcodecs
- Ebuilds: 3, Testing: 0.16.3 Description: A Python package providing buffer compression and transformation codecs for use in data storage and communication applications
Homepage:https://github.com/zarr-developers/numcodecs License: GPL-3
numpy-python2
- Ebuilds: 1, Testing: 1.16.6 Description: Fast array and numerical python library
Homepage:https://www.numpy.org License: BSD
pyface
- Ebuilds: 1, Testing: 8.0.0 Description: Toolkit-independent GUI abstraction layer for visualization features of Traits
Homepage:https://docs.enthought.com/pyface/ License: BSD
pyfai
- Ebuilds: 3, Testing: 2025.3.0 Description: Libary for azimuthal integration of 2D diffraction data
Homepage:https://pyfai.readthedocs.io License: MIT
pygobject
- Ebuilds: 1, Testing: 2.28.6-r55 Description:
GObject is a object system used by GTK+, GStreamer and other libraries.
PyGObject provides a convenient wrapper for use in Python programs when
accessing GObject libraries. Like the GObject library itself PyGObject
is licensed under the GNU LGPL, so is suitable for use in both free
software and proprietary applications. It is already in use in many
applications ranging from small single purpose scripts up to large full
featured applications. PyGObject now dynamically accesses any GObject
libraries that uses GObject Introspection. It replaces the need for
separate modules such as PyGTK, GIO and python-gnome to build a full
GNOME 3.0 application. Once new functionality is added to gobject
library it is instantly available as a Python API without the need for
intermediate Python glue.
Homepage:http://www.pygtk.org/ License: LGPL-2.1+
pygtk
- Ebuilds: 1, Testing: 2.24.0-r5 Description:
PyGTK provides a convenient wrapper for the GTK+ library for use in
Python programs, taking care of many of the boring details such as
managing memory and type casting. When combined with PyORBit and
gnome-python, it can be used to write full featured Gnome applications.
Homepage:https://gitlab.gnome.org/Archive/pygtk License: LGPL-2.1
pylops
- Ebuilds: 1, Testing: 2.2.0 Description: Linear operators to allow solving large-scale optimization problems
Homepage:https://github.com/PyLops/pylops License: LGPLv3
rdfpy
- Ebuilds: 1, Testing: 1.0.0 Description: Module for fast computation of 2D and 3D radial distribution functions
Homepage:https://github.com/by256/rdfpy License: MIT
wxmplot
- Ebuilds: 4, Testing: 2025.1.5 Description: Provides advanced wxPython widgets for plotting based on matplotlib
Homepage:https://newville.github.io/wxmplot/ License: MIT
wxutils
- Ebuilds: 4, Testing: 0.3.6 Description: Utilities and convenience classes and functions for wxPython
Homepage:https://github.com/newville/wxutils License: BSD
xraydb
- Ebuilds: 3, Testing: 4.5.8 Description: X-ray Reference Data for the Elements using SQLite
Homepage:https://github.com/xraypy/XrayDB License: BSD