_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-siosocks 0.3.0
Propagated dependencies: python-trio@0.28.0
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/pohmelie/siosocks
Licenses: Expat
Synopsis: SOCKSv4 & SOCKSv5 TCP proxy protocol implementation in Python
Description:

This package provides a Python module and framework for sans-io socks proxy client/server with couple io backends.

Features:

  • Only TCP connect (no BIND, no UDP)

  • Both client and server

  • SOCKS versions: 4, 4a, 5

  • SOCKSv5 auth: no auth, username/password

  • Couple io backends: asyncio, trio, socketserver

  • One-shot socks server (python -m siosocks)

python-icegrams 1.1.3
Propagated dependencies: python-cffi@1.17.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/mideind/Icegrams
Licenses: Expat
Synopsis: Trigram statistics for Icelandic
Description:

Icegrams is a Python package that encapsulates a large trigram library for Icelandic. You can use Icegrams to obtain probabilities (relative frequencies) of over a million different unigrams (single words or tokens), or of bigrams (pairs of two words or tokens), or of trigrams. Icegrams is useful for instance in spelling correction, predictive typing, to help disabled people write text fast, and for various text generation, statistics, and modeling tasks.

python-pyside-2 5.15.16
Dependencies: qtbase@5.15.15 qtdatavis3d@5.15.15 qtdeclarative@5.15.15 qtlocation@5.15.15 qtmultimedia@5.15.15 qtquickcontrols@5.15.15 qtquickcontrols2@5.15.15 qtscript@5.15.15 qtscxml@5.15.15 qtsensors-5@5.15.10 qtspeech@5.15.15 qtsvg@5.15.15 qttools@5.15.15 qtwebchannel@5.15.15 qtwebengine@5.15.15 qtwebsockets@5.15.15 qtx11extras@5.15.15 qtxmlpatterns@5.15.15
Propagated dependencies: python-shiboken-2@5.15.16
Channel: guix
Location: gnu/packages/qt.scm (gnu packages qt)
Home page: https://wiki.qt.io/Qt_for_Python
Licenses: LGPL 3 GPL 3 GPL 2
Synopsis: The Qt for Python product enables the use of Qt5 APIs in Python applications
Description:

The Qt for Python product enables the use of Qt5 APIs in Python applications. It lets Python developers utilize the full potential of Qt, using the PySide2 module. The PySide2 module provides access to the individual Qt modules such as QtCore, QtGui,and so on. Qt for Python also comes with the Shiboken2 CPython binding code generator, which can be used to generate Python bindings for your C or C++ code.

python-pyside-6 6.7.2
Dependencies: qtbase@6.7.2 qtdeclarative@6.7.2 qtmultimedia@6.7.2 qtnetworkauth@6.7.2 qtpositioning@6.7.2 qtsvg@6.7.2 qttools@6.7.2 qtwebchannel@6.7.2 qtwebengine@6.7.2 qtwebsockets@6.7.2
Propagated dependencies: python-shiboken-6@6.7.2
Channel: guix
Location: gnu/packages/qt.scm (gnu packages qt)
Home page: https://wiki.qt.io/Qt_for_Python
Licenses: LGPL 3 GPL 3 GPL 2
Synopsis: The Qt for Python product enables the use of Qt6 APIs in Python applications
Description:

The Qt for Python product enables the use of Qt6 APIs in Python applications. It lets Python developers utilize the full potential of Qt, using the PySide6 module. The PySide6 module provides access to the individual Qt modules such as QtCore, QtGui,and so on. Qt for Python also comes with the Shiboken6 CPython binding code generator, which can be used to generate Python bindings for your C or C++ code.

python-pyside-2 5.15.15
Dependencies: qtbase@5.15.15 qtdatavis3d@5.15.15 qtdeclarative@5.15.15 qtlocation@5.15.15 qtmultimedia@5.15.15 qtquickcontrols@5.15.15 qtquickcontrols2@5.15.15 qtscript@5.15.15 qtscxml@5.15.15 qtsensors-5@5.15.10 qtspeech@5.15.15 qtsvg@5.15.15 qttools@5.15.15 qtwebchannel@5.15.15 qtwebengine@5.15.15 qtwebsockets@5.15.15 qtx11extras@5.15.15 qtxmlpatterns@5.15.15
Propagated dependencies: python-shiboken-2@5.15.15
Channel: small-guix
Location: small-guix/packages/rcu.scm (small-guix packages rcu)
Home page: https://wiki.qt.io/Qt_for_Python
Licenses: LGPL 3 GPL 3 GPL 2
Synopsis: The Qt for Python product enables the use of Qt5 APIs in Python applications
Description:

The Qt for Python product enables the use of Qt5 APIs in Python applications. It lets Python developers utilize the full potential of Qt, using the PySide2 module. The PySide2 module provides access to the individual Qt modules such as QtCore, QtGui,and so on. Qt for Python also comes with the Shiboken2 CPython binding code generator, which can be used to generate Python bindings for your C or C++ code.

python-intelhex 2.3.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://pypi.org/project/IntelHex/
Licenses: Modified BSD
Synopsis: Python library for Intel HEX files manipulations
Description:

The Intel HEX file format is widely used in microprocessors and microcontrollers area (embedded systems etc.) as the de facto standard for representation of code to be programmed into microelectronic devices. This package provides an intelhex Python library to read, write, create from scratch and manipulate data from Intel HEX file format. It also includes several convenience Python scripts, including "classic" hex2bin and bin2hex converters and more, those based on the library itself.

python-readlike 0.1.3
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/jangler/readlike
Licenses: Expat
Synopsis: GNU Readline-like line editing module
Description:

This Python module provides line editing functions similar to the default Emacs-style ones of GNU Readline. Unlike the Python standard library's readline package, this one allows access to those capabilities in settings outside of a standard command-line interface. It is especially well-suited to interfacing with Urwid, due to a shared syntax for describing key inputs.

Currently, all stateless Readline commands are implemented. Yanking and history are not supported.

python-moderngl 5.10.0
Propagated dependencies: python-glcontext@2.5.0-1.1573e57
Channel: saayix
Location: saayix/packages/python-xyz.scm (saayix packages python-xyz)
Home page: https://github.com/moderngl/moderngl
Licenses: Expat
Synopsis: Python wrapper for OpenGL
Description:

ModernGL is a python wrapper over OpenGL 3.3+ core that simplifies the creation of simple graphics applications like scientific simulations, games or user interfaces. Usually, acquiring in-depth knowledge of OpenGL requires a steep learning curve. In contrast, ModernGL is easy to learn and use, moreover it is capable of rendering with high performance and quality, with less code written. The majority of the moderngl code base is also written in C++ for high performance.

python-libevdev 0.11
Dependencies: libevdev@1.13.3
Channel: guix
Location: gnu/packages/freedesktop.scm (gnu packages freedesktop)
Home page: https://gitlab.freedesktop.org/libevdev/python-libevdev
Licenses: Expat
Synopsis: Python wrapper for libevdev
Description:

This package provides a Python wrapper around libevdev, taking advantage of libevdev's advanced event handling. Documentation is available at https://python-libevdev.readthedocs.io/en/latest/. libevdev makes it easy to:

  • read and parse events from an input device;

  • create a virtual input device and make it send events;

  • duplicate an existing device and modify the event stream.

For information about libevdev, see: https://freedesktop.org/wiki/Software/libevdev/.

python-ueberzug 18.3.1
Dependencies: libx11@1.8.10 libxext@1.3.6 libxres@1.2.2
Propagated dependencies: python-attrs@24.2.0 python-docopt@0.6.2 python-pillow@11.1.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/ueber-devel/ueberzug/
Licenses: GPL 3+
Synopsis: Command line util to display images in combination with X11
Description:

Überzug is a command line util which draws images on terminals by using child windows. The advantages of using Überzug are:

  • No race conditions as a new window is created to display images.

  • Expose events will be processed, so images will be redrawn on switch workspaces.

  • Tmux support (excluding multi pane windows).

  • Terminals without the WINDOWID environment variable are supported.

  • Chars are used as position - and size unit.

  • No memory leak (/ unlimited cache).

python-autograd 1.7.0
Propagated dependencies: python-future@0.18.2 python-numpy@1.26.2
Channel: guix
Location: gnu/packages/machine-learning.scm (gnu packages machine-learning)
Home page: https://github.com/HIPS/autograd
Licenses: Expat
Synopsis: Efficiently computes derivatives of NumPy code
Description:

Autograd can automatically differentiate native Python and NumPy code. It can handle a large subset of Python's features, including loops, ifs, recursion and closures, and it can even take derivatives of derivatives of derivatives. It supports reverse-mode differentiation (a.k.a. backpropagation), which means it can efficiently take gradients of scalar-valued functions with respect to array-valued arguments, as well as forward-mode differentiation, and the two can be composed arbitrarily. The main intended application of Autograd is gradient-based optimization.

python-astrocut 1.0.1
Propagated dependencies: python-asdf@4.2.0 python-astropy@7.0.1 python-cachetools@5.5.0 python-fsspec@2024.12.0 python-gwcs@0.24.0 python-pillow@11.1.0 python-requests@2.32.3 python-roman-datamodels@0.25.0 python-s3fs@2024.12.0 python-s3path@0.6.0 python-scipy@1.12.0 python-spherical-geometry@1.3.3
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://astrocut.readthedocs.io
Licenses: Modified BSD
Synopsis: Cutout tools for astronomical images
Description:

Astrocut provides tools for making cutouts from sets of astronomical images with shared footprints. It is under active development.

Three main areas of functionality are included:

  • solving the specific problem of creating image cutouts from sectors of Transiting Exoplanet Survey Satellite full-frame images

  • general fits file cutouts including from single images and sets of images with the shared WCS/pixel scale

  • cutout post-processing functionality, including centering cutouts along a path (for moving targets) and combining cutouts

python-resample 1.10.1
Propagated dependencies: python-numpy@1.26.2 python-scipy@1.12.0
Channel: guix
Location: gnu/packages/statistics.scm (gnu packages statistics)
Home page: https://github.com/scikit-hep/resample
Licenses: Modified BSD
Synopsis: Resampling-based inference in Python
Description:

This package provides a resampling-based inference based on data resampling and permutation.

Features:

  • Bootstrap resampling: ordinary or balanced with optional stratification

  • Extended bootstrap resampling: also varies sample size

  • Parametric resampling: Gaussian, Poisson, gamma, etc.)

  • Jackknife estimates of bias and variance of any estimator

  • Compute bootstrap confidence intervals (percentile or BCa) for any estimator

  • Permutation-based variants of traditional statistical tests (USP test of independence and others)

  • Tools for working with empirical distributions (CDF, quantile, etc.)

python-eventlet 0.39.1
Propagated dependencies: python-dnspython@2.7.0 python-greenlet@3.1.1 python-monotonic@1.5
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://eventlet.net
Licenses: Expat
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.

python-sepolgen 3.4
Dependencies: python-wrapper@3.11.11
Channel: guix
Location: gnu/packages/selinux.scm (gnu packages selinux)
Home page: https://selinuxproject.org/
Licenses: GPL 2
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-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
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 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
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-pyfakefs 4.6.3
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: http://pyfakefs.org/
Licenses: ASL 2.0
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.2.1 python-numpy@1.26.2 python-pandas@2.2.3 python-pandas-flavor@0.7.0 python-scikit-learn@1.6.1 python-scipy@1.12.0 python-seaborn@0.13.1 python-statsmodels@0.14.0 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
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-pymodbus 3.8.6
Propagated dependencies: python-pyserial@3.5 python-six@1.16.0 python-aiohttp@3.11.11 python-click@8.1.7 python-prompt-toolkit@3.0.43 python-pygments@2.15.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
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.7
Propagated dependencies: python-numpy@1.26.2 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
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-bx-python 0.13.0
Dependencies: zlib@1.3
Propagated dependencies: python-numpy@1.26.2
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/bxlab/bx-python
Licenses: Expat
Synopsis: Tools for manipulating biological data
Description:

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

python-morfessor 2.0.6
Channel: guix-science
Location: guix-science/packages/python.scm (guix-science packages python)
Home page: http://morpho.aalto.fi
Licenses: Modified BSD
Synopsis: Morfessor
Description:

Morfessor

python-ircrobots 0.6.6
Propagated dependencies: python-anyio@4.6.2 python-async-stagger@0.3.1 python-async-timeout@4.0.3 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
Synopsis: Asyncio IRC bot framework
Description:

Asyncio IRC bot framework

Total results: 3747