_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-viresclient 0.11.3
Propagated dependencies: python-cdflib@1.3.4 python-jinja2@3.1.2 python-netcdf4@1.6.0 python-pandas@2.2.3 python-requests@2.31.0 python-tables@3.10.1 python-tqdm@4.67.1 python-xarray@2023.12.0
Channel: ffab
Location: ffab/packages/astronomy.scm (ffab packages astronomy)
Home page: https://viresclient.readthedocs.io/en/latest/
Licenses: Expat
Synopsis: Python client for interacting with a VirES server
Description:

This package provides a Python client for interacting with a VirES server, of which there are two: VirES for Swarm and VirES for Aeolus

python-tensorboard 2.18.0
Propagated dependencies: python-absl-py@1.4.0 python-grpcio@1.47.0 python-markdown@3.3.4 python-numpy@1.26.2 python-packaging@24.2 python-protobuf@3.20.3 python-six@1.16.0 python-tensorboard-data-server@0.7.2 python-werkzeug@3.1.3 python-setuptools@67.6.1
Channel: guix-science-nonfree
Location: guix-science-nonfree/packages/machine-learning.scm (guix-science-nonfree packages machine-learning)
Home page: https://www.tensorflow.org
Licenses: ASL 2.0
Synopsis: TensorFlow's Visualization Toolkit
Description:

Tensorboard is a visualization toolkit for TensorFlow, designed to provide metrics tracking, model visualization, and performance analysis. It allows users to generate interactive dashboards for monitoring training progress, visualizing computational graphs, and analyzing data distributions.

python-bisect-demo 0.1.4
Channel: guixrus
Location: guixrus/packages/python.scm (guixrus packages python)
Home page: https://github.com/takluyver/python-bisect-demo
Licenses: Expat
Synopsis: Demo of git bisect
Description:

python-bisect-demo square.py squares a number you give it. But it's broken with negative numbers! I know I checked this with the first version I wrote. When did I break it?

python2-setuptools 41.0.1
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://pypi.org/project/setuptools/
Licenses: Python Software Foundation License Expat ASL 2.0 FreeBSD
Synopsis: Library designed to facilitate packaging Python projects
Description:

Setuptools is a fully-featured, stable library designed to facilitate packaging Python projects, where packaging includes:

  • Python package and module definitions

  • distribution package metadata

  • test hooks

  • project installation

  • platform-specific details.

python-plotly-ffab 5.14.1
Propagated dependencies: python-ipython@8.29.0 python-pandas@2.2.3 python-pillow@11.1.0 python-requests@2.31.0 python-retrying@1.3.3 python-six@1.16.0 python-tenacity@9.0.0 python-statsmodels@0.14.0
Channel: ffab
Location: ffab/packages/graph.scm (ffab packages graph)
Home page: https://plotly.com/python/
Licenses: Expat
Synopsis: Interactive plotting library for Python
Description:

Plotly's Python graphing library makes interactive, publication-quality graphs online. Examples of how to make line plots, scatter plots, area charts, bar charts, error bars, box plots, histograms, heatmaps, subplots, multiple-axes, polar charts, and bubble charts.

python-pvextractor 0.4
Propagated dependencies: python-astropy@7.0.1 python-matplotlib@3.8.2 python-numpy@1.26.2 python-pyqt@6.7.1 python-qtpy@2.4.3 python-scipy@1.12.0 python-spectral-cube@0.6.6
Channel: ffab
Location: ffab/packages/astronomy.scm (ffab packages astronomy)
Home page: http://pvextractor.readthedocs.io
Licenses: Modified BSD
Synopsis: Position-Velocity diagram extrac
Description:

The concept of the pvextractor package is simple - given a path defined in sky coordinates, and a spectral cube, extract a slice of the cube along that path, and along the spectral axis, producing a position-velocity or position-frequency slice.

python2-pyxlwriter 0.4a3
Channel: gn-bioinformatics
Location: gn/packages/python.scm (gn packages python)
Home page: https://sourceforge.net/projects/pyxlwriter/
Licenses: LGPL 2.1+
Synopsis: Python library for generating Excel compatible spreadsheets
Description:

PyXLWriter is a Python library for generating Excel compatible spreadsheets. It's a port of John McNamara's Perl Spreadsheet::WriteExcel module version 1.01 to Python. It allows writing of Excel compatible spreadsheets without the need for COM objects.

python-fenics-ffcx 0.6.0
Dependencies: python@3.11.11 python-fenics-basix@0.6.0 python-fenics-ufl@2023.1.0 python-cffi@1.17.1 python-numpy@1.26.2 fenics-ffcx@0.6.0
Channel: guix-hpc-non-free
Location: inrae/mse.scm (inrae mse)
Home page: https://github.com/FEniCS/ffcx.git
Licenses: LGPL 3
Synopsis: FFCx is a new version of the FEniCS Form Compiler
Description:

FFCx is a compiler for finite element variational forms. From a high-level description of the form in the Unified Form Language (UFL), it generates efficient low-level C code that can be used to assemble the corresponding discrete operator (tensor).

python-wrapspawner 1.0.0
Dependencies: jupyter@1.0.0 python-tornado@5.1.1 python-jupyterhub@3.0.0
Channel: guix-science
Location: guix-science/packages/jupyter.scm (guix-science packages jupyter)
Home page: https://github.com/jupyterhub/wrapspawner
Licenses: Modified BSD
Synopsis: Wrapspawner for JupyterHub
Description:

This package includes WrapSpawner and ProfilesSpawner, which provide mechanisms for runtime configuration of spawners. The inspiration for their development was to allow users to select from a range of pre-defined batch job profiles, but their operation is completely generic.

python-argcomplete 2.0.0
Channel: ffab
Location: ffab/packages/python-xyz.scm (ffab packages python-xyz)
Home page: https://github.com/kislyuk/argcomplete
Licenses: ASL 2.0
Synopsis: Shell tab completion for Python argparse
Description:

argcomplete provides extensible command line tab completion of arguments and options for Python scripts using argparse. It's particularly useful for programs with many options or sub-parsers that can dynamically suggest completions ; for example, when browsing resources over the network.

python-mysqlclient 1.4.6
Dependencies: zlib@1.3 mariadb-connector-c@3.1.13
Channel: gn-bioinformatics
Location: gn/packages/databases.scm (gn packages databases)
Home page: https://github.com/PyMySQL/mysqlclient
Licenses: GPL 2
Synopsis: MySQLdb is an interface to the popular MySQL database server for Python
Description:

MySQLdb is an interface to the popular MySQL database server for Python. The design goals are:

  1. Compliance with Python database API version 2.0 [PEP-0249],

  2. Thread-safety,

  3. Thread-friendliness (threads will not block each other).

python-numpy-ilp64 1.26.2
Dependencies: bash@5.1.16 openblas-ilp64-custom@0.3.29
Channel: efraim-dfsg
Location: dfsg/main/python-numpy.scm (dfsg main python-numpy)
Home page: https://numpy.org
Licenses: Modified BSD
Synopsis: Fundamental package for scientific computing with Python
Description:

NumPy is the fundamental package for scientific computing with Python. It contains among other things: a powerful N-dimensional array object, sophisticated (broadcasting) functions, tools for integrating C/C++ and Fortran code, useful linear algebra, Fourier transform, and random number capabilities.

python2-matplotlib 2.2.5
Dependencies: cairo@1.18.2 freetype@2.13.0 glib@2.82.1 libpng@1.6.39 qhull@2020.2 tcl@8.6.12 tk@8.6.12
Propagated dependencies: python2@2.7.18 python2-dateutil@2.8.2 python2-functools32@3.2.3-2 python2-kiwisolver@1.0.1 python2-numpy@1.16.6 python2-pillow@6.2.2 python2-pycairo@1.18.2 python2-pygobject@2.28.7 python2-pyparsing@2.4.7 python2-six@1.16.0 python2-subprocess32@3.2.7 gobject-introspection@1.82.0 python2-backports-functools-lru-cache@1.6.1 python2-certifi@2021.10.8 python2-cycler@0.10.0 python2-pytz@2023.3.post1
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://matplotlib.org/
Licenses: Python Software Foundation License
Synopsis: 2D plotting library for Python
Description:

Matplotlib is a Python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms. Matplotlib can be used in Python scripts, the python and ipython shell, web application servers, and six graphical user interface toolkits.

python2-hypothesis 4.57.1
Propagated dependencies: python2-enum34@1.1.6 python-attrs-bootstrap@24.2.0 python2-sortedcontainers@2.4.0
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://github.com/HypothesisWorks/hypothesis
Licenses: MPL 2.0
Synopsis: Library for property based testing
Description:

Hypothesis is a library for testing your Python code against a much larger range of examples than you would ever want to write by hand. It’s based on the Haskell library, Quickcheck, and is designed to integrate seamlessly into your existing Python unit testing work flow.

python2-kiwisolver 1.0.1
Dependencies: libxcrypt@4.4.36
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://github.com/nucleic/kiwi
Licenses: Modified BSD
Synopsis: Fast implementation of the Cassowary constraint solver
Description:

Kiwi is an efficient C++ implementation of the Cassowary constraint solving algorithm. Kiwi has been designed from the ground up to be lightweight and fast. Kiwi ranges from 10x to 500x faster than the original Cassowary solver with typical use cases gaining a 40x improvement. Memory savings are consistently > 5x.

python2-scientific 2.9.4
Dependencies: netcdf@4.9.0
Propagated dependencies: python2-numpy@1.8.2 python2-pyro@3.16
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: http://dirac.cnrs-orleans.fr/ScientificPython
Licenses: CeCILL-C
Synopsis: Python modules for scientific computing
Description:

ScientificPython is a collection of Python modules that are useful for scientific computing. Most modules are rather general (Geometry, physical units, automatic derivatives, ...) whereas others are more domain-specific (e.g. netCDF and PDB support). The library is currently not actively maintained and works only with Python 2 and NumPy < 1.9.

python-apscheduler 3.6.3
Propagated dependencies: python-pytz@2023.3.post1 python-six@1.16.0 python-tzlocal@5.2
Channel: mobilizon-reshare
Location: mobilizon-reshare/dependencies.scm (mobilizon-reshare dependencies)
Home page: https://github.com/agronholm/apscheduler
Licenses: Expat
Synopsis: Task scheduling library for Python
Description:

Advanced Python Scheduler (APScheduler) is a Python library that lets you schedule your Python code to be executed later, either just once or periodically.

You can add new jobs or remove old ones on the fly as you please. If you store your jobs in a database, they will also survive scheduler restarts and maintain their state. When the scheduler is restarted, it will then run all the jobs it should have run while it was offline.

python-mpi4py-geos 3.1.1
Dependencies: openmpi@4.1.6
Channel: guix-hpc
Location: llnl/geos.scm (llnl geos)
Home page: https://github.com/mpi4py/mpi4py
Licenses: Modified BSD
Synopsis: Python bindings for the Message Passing Interface standard
Description:

MPI for Python (mpi4py) provides bindings of the Message Passing Interface (MPI) standard for the Python programming language, allowing any Python program to exploit multiple processors.

mpi4py is constructed on top of the MPI-1/MPI-2 specification and provides an object oriented interface which closely follows MPI-2 C++ bindings. It supports point-to-point and collective communications of any picklable Python object as well as optimized communications of Python objects (such as NumPy arrays) that expose a buffer interface.

python24-qtlreaper 1.11-gn1.442c217
Channel: gn-bioinformatics
Location: gn/past/genenetwork1.scm (gn past genenetwork1)
Home page: http://qtlreaper.sourceforge.net/
Licenses: GPL 2+
Synopsis: Scan expression data for QTLs
Description:

Batch-oriented version of WebQTL. It requires, as input, expression data from members of a set of recombinant inbred lines and genotype information for the same lines. It searches for an association between each expression trait and all genotypes and evaluates that association by a permutation test. For the permutation test, it performs only as many permutations as are necessary to define the empirical P-value to a reasonable precision. It also performs bootstrap resampling to estimate the confidence region for the location of a putative QTL.

python-tensorstore 0.1.52
Dependencies: brotli@1.0.9 c-blosc@1.21.1 curl@8.6.0 libavif@1.0.4 libjpeg-turbo@2.1.4 libpng@1.6.39 libtiff@4.4.0 libwebp@1.3.2 lz4@1.9.3 nasm@2.15.05 nghttp2@1.58.0 python-wrapper@3.11.11 snappy@1.1.9 xz@5.4.5 zstd@1.5.2
Propagated dependencies: python-absl-py@1.4.0 python-appdirs@1.4.4 python-asttokens@2.4.1 python-attrs@24.2.0 python-aws-sam-translator@1.94.0 python-aws-xray-sdk@2.14.0 python-babel@2.16.0 python-blinker@1.9.0 python-boto3@1.35.59 python-botocore@1.35.91 python-certifi@2022.6.15 python-cffi@1.17.1 python-cfn-lint@1.28.0 python-charset-normalizer@2.1.0 python-click@8.1.7 python-cloudpickle@3.1.0 python-colorama@0.4.6 python-cryptography@44.0.0 python-dateutil@2.8.2 python-decorator@5.0.9 python-docker@5.0.3 python-docutils@0.19 python-ecdsa@0.19.0 python-exceptiongroup@1.1.1 python-executing@2.1.0 python-flask@3.1.0 python-flask-cors@3.0.10 python-googleapis-common-protos@1.56.4 python-graphql-core@3.1.2 python-grpcio@1.47.0 python-idna@3.3 python-imagesize@1.4.1 python-importlib-metadata@5.2.0 python-iniconfig@1.1.1 python-ipython@8.29.0 python-itsdangerous@2.2.0 python-jedi@0.19.2 python-jinja2@3.1.2 python-jmespath@1.0.1 python-jose@3.3.0 python-jsondiff@2.2.1 python-jsonpatch@1.16 python-jsonpickle@4.0.0 python-jsonpointer@1.14 python-jsonschema@4.23.0 python-junit-xml@1.9-0.4bd08a2 python-lazy-object-proxy@1.10.0 python-markupsafe@2.1.1 python-matplotlib-inline@0.1.3 python-ml-dtypes@0.3.1 python-moto@5.0.25 python-mpmath@1.2.1 python-networkx@3.4.2 python-numpy@1.26.2 python-openapi-schema-validator@0.6.2 python-openapi-spec-validator@0.7.1 python-packaging@24.2 python-parso@0.8.4 python-pbr@5.5.1 python-pexpect@4.9.0 python-platformdirs@4.3.6 python-pluggy@1.5.0 python-prompt-toolkit@3.0.43 python-protobuf@3.20.3 python-ptyprocess@0.7.0 python-pure-eval@0.2.3 python-pyasn1@0.4.8 python-pycparser@2.21 python-pygments@2.15.1 python-pyparsing@3.2.1 python-pytest@8.3.3 python-pytest-asyncio@0.24.0 python-pyyaml@6.0.1 python-regex@2022.1.18 python-requests@2.31.0 python-requests-toolbelt@1.0.0 python-responses@0.25.3 python-rfc3339-validator@0.1.4 python-rpds-py@0.10.6 python-rsa@3.4.2 python-s3transfer@0.10.3 python-sarif-om@1.0.4 python-setuptools@67.6.1 python-six@1.16.0 python-snowballstemmer@2.2.0 python-sphinx@6.2.1 python-sphinxcontrib-applehelp@1.0.2 python-sphinxcontrib-devhelp@1.0.2 python-sphinxcontrib-htmlhelp@2.0.0 python-sphinxcontrib-jsmath@1.0.1 python-sphinxcontrib-qthelp@1.0.3 python-sphinxcontrib-serializinghtml@1.1.5 python-sshpubkeys@3.1.0 python-stack-data@0.6.3 python-sympy@1.13.3 python-tomli@2.1.0 python-traitlets@5.14.1 python-typing-extensions@4.12.2 python-urllib3@2.2.1 python-wcwidth@0.2.13 python-websocket-client@1.8.0 python-werkzeug@3.1.3 python-wrapt@1.17.0 python-xmltodict@0.12.0 python-yapf@0.43.0 python-zipp@1.0.0
Channel: guix-science
Location: guix-science/packages/machine-learning.scm (guix-science packages machine-learning)
Home page: https://github.com/google/tensorstore
Licenses: ASL 2.0
Synopsis: Library for reading and writing large multi-dimensional arrays
Description:

TensorStore is a C++ and Python software library designed for storage and manipulation of large multi-dimensional arrays that:

  • Provides advanced, fully composable indexing operations and virtual views.

  • Provides a uniform API for reading and writing multiple array formats, including zarr and N5.

  • Natively supports multiple storage systems, such as local and network filesystems, Google Cloud Storage, Amazon S3-compatible object stores, HTTP servers, and in-memory storage.

  • Offers an asynchronous API to enable high-throughput access even to high-latency remote storage.

  • Supports read caching and transactions, with strong atomicity, isolation, consistency, and durability (ACID) guarantees.

  • Supports safe, efficient access from multiple processes and machines via optimistic concurrency.

python-awsipranges 0.3.3
Channel: ffab
Location: ffab/packages/python-web.scm (ffab packages python-web)
Home page: https://aws-samples.github.io/awsipranges/
Licenses: ASL 2.0
Synopsis: Work with the AWS IP address ranges in native Python
Description:

Work with the AWS IP address ranges in native Python published in https://ip-ranges.amazonaws.com/ip-ranges.json.

Features

  • Work with the AWS IP prefixes as a simple AWSIPPrefixes collection

  • Quickly check if an IP address, interface, or network is contained in the AWS IP address ranges

  • Get the AWS IP prefix that contains an IP address, interface, or network

  • See what services are served from an IP prefix

  • Filter the AWS IP prefixes by region, network border group, service, and IP prefix version

  • Use the AWS prefix data in your app or automation scripts in the format required by your infrastructure

  • Easily validate the TLS certificate presented by the IP ranges server

  • awsipranges has no third-party dependencies and is compatible with CPython v3.7+

python-avro-python3 1.10.2
Propagated dependencies: python-pycodestyle@2.12.1 python-isort@5.13.2
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://avro.apache.org/
Licenses: ASL 2.0
Synopsis: Avro is a serialization and RPC framework
Description:

This package provides a serialization and RPC framework.

python-obsws-python 1.7.1
Propagated dependencies: python-tomli@2.1.0 python-websocket-client@1.8.0
Channel: bric-a-brac
Location: bric-a-brac/packages/python-xyz.scm (bric-a-brac packages python-xyz)
Home page: https://github.com/aatikturk/obsws-python
Licenses: Expat
Synopsis: A Python SDK for OBS Studio WebSocket v5.0
Description:

This package provides a Python SDK for OBS Studio WebSocket v5.0.

python-subprocess32 3.5.3
Channel: gn-bioinformatics
Location: gn/packages/python.scm (gn packages python)
Home page: https://pypi.python.org/pypi/subprocess32
Licenses: GPL 2
Synopsis: Python subprocess32.
Description:

Python subprocess32.

Total results: 731