_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-sepolgen 3.4
Dependencies: python-wrapper@3.11.14
Channel: guix
Location: gnu/packages/selinux.scm (gnu packages selinux)
Home page: https://selinuxproject.org/
Licenses: GPL 2
Build system: gnu
Synopsis: Python module for generating SELinux policies
Description:

This package contains a Python module that forms the core of audit2allow, a part of the package policycoreutils. The sepolgen library contains: Reference Policy Representation, which are Objects for representing policies and the reference policy interfaces. It has objects and algorithms for representing access and sets of access in an abstract way and searching that access. It also has a parser for reference policy "headers". It contains infrastructure for parsing SELinux related messages as produced by the audit system. It has facilities for generating policy based on required access.

python-fmriprep 25.2.3
Propagated dependencies: python-acres@0.5.0 python-apscheduler@3.11.1 python-codecarbon@3.1.1 python-looseversion@1.3.0 python-nibabel@5.3.2 python-nipype@1.10.0 python-nireports@25.3.0 python-nitime@0.12.1 python-nitransforms@25.1.0 python-niworkflows@1.14.3 python-numpy@1.26.4 python-packaging@25.0 python-pandas@2.2.3 python-psutil@7.0.0 python-pybids@0.21.0 python-requests@2.32.5 python-sdcflows@2.15.0 python-smriprep@0.19.2 python-tedana@25.1.0 python-templateflow@25.1.1 python-toml@0.10.2 python-transforms3d@0.4.2
Channel: guix-science
Location: guix-science/packages/neuroscience.scm (guix-science packages neuroscience)
Home page: https://fmriprep.org/
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Robust and easy-to-use pipeline for preprocessing of diverse fMRI data
Description:

fMRIPrep is a fMRI data preprocessing pipeline that is designed to provide an easily accessible, state-of-the-art interface that is robust to variations in scan acquisition protocols and that requires minimal user input, while providing easily interpretable and comprehensive error and output reporting. It performs basic processing steps (coregistration, normalization, unwarping, noise component extraction, segmentation, skull-stripping, etc.) providing outputs that can be easily submitted to a variety of group level analyses, including task-based or resting-state fMRI, graph theory measures, and surface or volume-based statistics.

python-bitarray 3.4.3
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/ilanschnell/bitarray
Licenses: Python Software Foundation License
Build system: pyproject
Synopsis: Efficient arrays of booleans
Description:

This package provides an object type which efficiently represents an array of booleans. Bitarrays are sequence types and behave very much like usual lists. Eight bits are represented by one byte in a contiguous block of memory. The user can select between two representations: little-endian and big-endian. All of the functionality is implemented in C. Methods for accessing the machine representation are provided. This can be useful when bit level access to binary files is required, such as portable bitmap image files. Also, when dealing with compressed data which uses variable bit length encoding, you may find this module useful.

python-bitarray 2.8.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/ilanschnell/bitarray
Licenses: Python Software Foundation License
Build system: pyproject
Synopsis: Efficient arrays of booleans
Description:

This package provides an object type which efficiently represents an array of booleans. Bitarrays are sequence types and behave very much like usual lists. Eight bits are represented by one byte in a contiguous block of memory. The user can select between two representations: little-endian and big-endian. All of the functionality is implemented in C. Methods for accessing the machine representation are provided. This can be useful when bit level access to binary files is required, such as portable bitmap image files. Also, when dealing with compressed data which uses variable bit length encoding, you may find this module useful.

python-elephant 1.1.1
Propagated dependencies: python-jinja2@3.1.2 python-neo@0.14.3 python-numpy@1.26.4 python-quantities@0.16.4 python-scikit-learn@1.7.0 python-scipy@1.12.0 python-six@1.17.0 python-statsmodels@0.14.4 python-tqdm@4.67.1
Channel: guix-science
Location: guix-science/packages/electrophysiology.scm (guix-science packages electrophysiology)
Home page: https://neuralensemble.org/elephant/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Analysis of electrophysiology data in Python
Description:

Elephant (Electrophysiology Analysis Toolkit) is an open-source, community centered library for the analysis of electrophysiological data in the Python programming language. The focus of Elephant is on generic analysis functions for spike train data and time series recordings from electrodes, such as the local field potentials (LFP) or intracellular voltages. In addition to providing a common platform for analysis code from different laboratories, the Elephant project aims to provide a consistent and homogeneous analysis framework that is built on a modular foundation. Elephant is the direct successor to Neurotools and maintains ties to complementary projects such as OpenElectrophy and spykeviewer.

python-pyfakefs 5.9.1
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://github.com/pytest-dev/pyfakefs
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Mock file system interactions in tests
Description:

This package provides a Python library intended for use in automated tests. One difficulty when testing software is that the code under test might need to read or write to files in the local file system. If the file system is not set up in just the right way, it might cause a spurious error during the test. The pyfakefs library provides a solution to problems like this by mocking file system interactions. In other words, it arranges for the code under test to interact with a fake file system instead of the real file system. The code under test requires no modification to work with pyfakefs.

python-pingouin 0.5.5
Propagated dependencies: python-matplotlib@3.8.2 python-mpmath@1.3.0 python-numpy@1.26.4 python-pandas@2.2.3 python-pandas-flavor@0.7.0 python-scikit-learn@1.7.0 python-scipy@1.12.0 python-seaborn@0.13.2 python-statsmodels@0.14.4 python-tabulate@0.9.0
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://pingouin-stats.org/
Licenses: GPL 3
Build system: pyproject
Synopsis: Statistical package for Python
Description:

Pingouin is a statistical package written in Python 3 and based mostly on Pandas and NumPy. Its features include

  • ANOVAs: N-ways, repeated measures, mixed, ancova

  • Pairwise post-hocs tests (parametric and non-parametric) and pairwise correlations

  • Robust, partial, distance and repeated measures correlations

  • Linear/logistic regression and mediation analysis

  • Bayes Factors

  • Multivariate tests

  • Reliability and consistency

  • Effect sizes and power analysis

  • Parametric/bootstrapped confidence intervals around an effect size or a correlation coefficient

  • Circular statistics

  • Chi-squared tests

  • Plotting: Bland-Altman plot, Q-Q plot, paired plot, robust correlation, and more

python-eventlet 0.40.2
Propagated dependencies: python-dnspython@2.7.0 python-greenlet@3.1.1
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://eventlet.net
Licenses: Expat
Build system: pyproject
Synopsis: Concurrent networking library for Python
Description:

Eventlet is a concurrent networking library for Python that allows you to change how you run your code, not how you write it. It uses epoll or libevent for highly scalable non-blocking I/O. Coroutines ensure that the developer uses a blocking style of programming that is similar to threading, but provide the benefits of non-blocking I/O. The event dispatch is implicit, which means you can easily use Eventlet from the Python interpreter, or as a small part of a larger application.

Note: In Guix, this package assumes the environment variable EVENTLET_NO_GREENDNS defaults to yes. To try to use it, set it to anything else.

python-pymodbus 3.8.6
Propagated dependencies: python-pyserial@3.5 python-six@1.17.0 python-aiohttp@3.11.11 python-click@8.1.8 python-prompt-toolkit@3.0.51 python-pygments@2.19.1 python-pyserial-asyncio@0.6
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/riptideio/pymodbus/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Modbus protocol stack in Python
Description:

Pymodbus is a full Modbus protocol implementation using asyncio, tornado or twisted for its asynchronous communications core. It includes the following client features:

  • full read/write protocol on discrete and register

  • most of the extended protocol (diagnostic/file/pipe/setting/information)

  • TCP, UDP, Serial ASCII, Serial RTU, and Serial Binary

  • asynchronous and synchronous versions

  • payload builder/decoder utilities

  • pymodbus read eval print loop (REPL).

It also includes the following server features:

  • can function as a fully implemented Modbus server

  • TCP, UDP, Serial ASCII, Serial RTU, and Serial Binary

  • asynchronous and synchronous versions

  • full server control context (device information, counters, etc)

  • a number of backing contexts (database, redis, sqlite, a slave device).

python-grandalf 0.8
Propagated dependencies: python-numpy@1.26.4 python-ply@3.11
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/bdcht/grandalf
Licenses: GPL 2 EPL 1.0
Build system: pyproject
Synopsis: Graph and drawing algorithms framework
Description:

Grandalf is a Python package made for experimentations with graphs drawing algorithms. It is written in pure Python, and currently implements two layouts: the Sugiyama hierarchical layout and the force-driven or energy minimization approach. While not as fast or featured as graphviz or other libraries like OGDF (C++), it provides a way to walk and draw graphs no larger than thousands of nodes, while keeping the source code simple enough to tweak and hack any part of it for experimental purpose. With a total of about 1500 lines of Python, the code involved in drawing the Sugiyama (dot) layout fits in less than 600 lines. The energy minimization approach is comprised of only 250 lines!

Grandalf does only 2 not-so-simple things:

  • computing the nodes (x,y) coordinates (based on provided nodes dimensions, and a chosen layout)

  • routing the edges with lines or nurbs

It doesn’t depend on any GTK/Qt/whatever graphics toolkit. This means that it will help you find where to draw things like nodes and edges, but it’s up to you to actually draw things with your favorite toolkit.

python-pythresh 1.0.2
Propagated dependencies: python-joblib@1.5.2 python-numpy@1.26.4 python-pandas@2.2.3 python-pyod@2.0.6 python-pytorch@2.9.0 python-ruptures@1.1.10 python-scikit-learn@1.7.0 python-scikit-lego@0.9.5 python-scipy@1.12.0 python-tqdm@4.67.1 python-xgboost@1.7.6
Channel: guix-science
Location: guix-science/packages/machine-learning.scm (guix-science packages machine-learning)
Home page: https://pythresh.readthedocs.io/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Outlier detection thresholding in Python
Description:

PyThresh is a comprehensive and scalable Python toolkit for thresholding outlier detection likelihood scores in univariate/multivariate data. It has been written to work in tandem with PyOD and has similar syntax and data structures. However, it is not limited to this single library.

PyThresh is meant to threshold likelihood scores generated by an outlier detector. It thresholds these likelihood scores and replaces the need to set a contamination level or have the user guess the amount of outliers that may exist in the dataset beforehand. These non-parametric methods were written to reduce the user's input/guess work and rather rely on statistics instead to threshold outlier likelihood scores. For thresholding to be applied correctly, the outlier detection likelihood scores must follow this rule: the higher the score, the higher the probability that it is an outlier in the dataset. All threshold functions return a binary array where inliers and outliers are represented by a 0 and 1 respectively.

PyThresh includes more than 30 thresholding algorithms. These algorithms range from using simple statistical analysis like the Z-score to more complex mathematical methods that involve graph theory and topology.

python-bx-python 0.14.0
Dependencies: zlib@1.3.1
Propagated dependencies: python-numpy@1.26.4 python-pyparsing@3.2.3
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/bxlab/bx-python
Licenses: Expat
Build system: pyproject
Synopsis: Tools for manipulating biological data
Description:

bx-python provides tools for manipulating biological data, particularly multiple sequence alignments.

python-ircrobots 0.6.6
Propagated dependencies: python-anyio@4.6.2 python-async-stagger@0.3.1 python-async-timeout@5.0.1 python-asyncio-rlock@0.1.0 python-asyncio-throttle@1.0.2 python-ircstates@0.12.1
Channel: noisytoot
Location: noisytoot/packages/python.scm (noisytoot packages python)
Home page: https://github.com/jesopo/ircrobots
Licenses: Expat
Build system: pyproject
Synopsis: Asyncio IRC bot framework
Description:

Asyncio IRC bot framework

python-zope.i18n 4.9.0
Propagated dependencies: python-gettext@4.0 python-pytz@2025.1 python-setuptools@80.9.0 python-zope.component@5.0.1 python-zope.deprecation@4.4.0 python-zope.i18nmessageid@5.0.1 python-zope.schema@6.2.0
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://github.com/zopefoundation/zope.i18n
Licenses: Zope Public License 2.1
Build system: python
Synopsis: Zope Internationalization Support
Description:

Zope Internationalization Support

python-jdatetime 5.2.0
Propagated dependencies: python-jalali-core@1.0.0
Channel: cast
Location: cast/packages/python.scm (cast packages python)
Home page: https://github.com/slashmili/python-jalali
Licenses: Python Software Foundation License
Build system: pyproject
Synopsis: Jalali datetime binding for python
Description:

Jalali datetime binding for python.

python-irctokens 2.0.2
Channel: noisytoot
Location: noisytoot/packages/python.scm (noisytoot packages python)
Home page: https://github.com/jesopo/irctokens
Licenses: Expat
Build system: pyproject
Synopsis: RFC1459 and IRCv3 protocol tokeniser
Description:

RFC1459 and IRCv3 protocol tokeniser

python-zope.copy 4.2
Propagated dependencies: python-setuptools@80.9.0 python-zope.interface@5.4.0
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: http://github.com/zopefoundation/zope.copy
Licenses: Zope Public License 2.1
Build system: python
Synopsis: Pluggable object copying mechanism
Description:

Pluggable object copying mechanism.

python-ranger-fm 1.9.0b5
Channel: wigust
Location: wigust/packages/python.scm (wigust packages python)
Home page: http://ranger.nongnu.org
Licenses:
Build system:
Synopsis: Vim-like file manager
Description:

Vim-like file manager

emacs-pythontest 20240813.1322
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/erickgnavar/pythontest.el
Licenses:
Build system: melpa
Synopsis: Testing executor for python
Description:

Documentation at https://melpa.org/#/pythontest

python-pyqt5-sip 12.17.0
Channel: guix
Location: gnu/packages/qt.scm (gnu packages qt)
Home page: https://www.riverbankcomputing.com/software/sip/
Licenses: LGPL 2.1+
Build system: pyproject
Synopsis: Sip module support for PyQt5
Description:

Sip module support for PyQt5

python-sphobjinv 2.3.1.1
Propagated dependencies: python-attrs@25.3.0 python-certifi@2025.06.15 python-jsonschema@4.23.0
Channel: guix
Location: gnu/packages/sphinx.scm (gnu packages sphinx)
Home page: https://github.com/bskinn/sphobjinv
Licenses: Expat
Build system: pyproject
Synopsis: Sphinx cross-reference tool
Description:

Sphinx objects.inv inspection/manipulation tool.

python-tscompare 0.2
Channel: guix-arg
Location: guix-arg/packages/python-arg.scm (guix-arg packages python-arg)
Home page: https://tskit.dev/tscompare
Licenses: Expat
Build system: pyproject
Synopsis: Utilities for comparing tree sequences
Description:

Utilities for comparing tree sequences

python-tensorpac 0.6.5-1.ac9058f
Propagated dependencies: python-joblib@1.5.2 python-matplotlib@3.8.2 python-mne@1.11.0 python-numba@0.61.0 python-numpy@1.26.4 python-pandas@2.2.3 python-scipy@1.12.0 python-statsmodels@0.14.4
Channel: guix-science
Location: guix-science/packages/electrophysiology.scm (guix-science packages electrophysiology)
Home page: http://etiennecmb.github.io/tensorpac/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Tensor-based Phase-Amplitude Coupling
Description:

Tensor-based Phase-Amplitude Coupling.

Total results: 4190