_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-aiopg 1.3.3
Propagated dependencies: python-async-timeout@4.0.3 python-psycopg2-binary@2.9.3
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://aiopg.readthedocs.io
Licenses: Modified BSD
Synopsis: Postgres integration with asyncio
Description:

aiopg is a library for accessing a PostgreSQL database from the asyncio (PEP-3156/tulip) framework. It wraps asynchronous features of the Psycopg database driver.

python-curio 1.6
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/dabeaz/curio
Licenses: Modified BSD
Synopsis: Coroutine-based library for concurrent Python
Description:

Curio is a coroutine-based library for concurrent Python systems programming. It provides standard programming abstractions such as as tasks, sockets, files, locks, and queues.

python-pysmt 0.9.5
Propagated dependencies: z3@4.13.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/pysmt/pysmt
Licenses: ASL 2.0
Synopsis: Solver-agnostic library for SMT formula manipulation and solving
Description:

This Python module provides a solver-agnostic abstraction for working with SMT formulas. For example, it allows manipulation and solving such formulas.

python-cloup 2.1.1
Propagated dependencies: python-click@8.1.7
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/janLuke/cloup
Licenses: Modified BSD
Synopsis: Extension library for python-click
Description:

Cloup enriches Click with several features that make it more expressive and configurable such as option groups, constraints, subcommand aliases, subcommands sections and a themeable HelpFormatter.

python-pooch 1.8.1
Propagated dependencies: python-packaging@24.2 python-platformdirs@4.2.1 python-requests@2.31.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/fatiando/pooch
Licenses: Modified BSD
Synopsis: Manage your Python library's sample data files
Description:

Pooch manages your Python library's sample data files: it automatically downloads and stores them in a local directory, with support for versioning and corruption checks.

python-drmaa 0.7.7
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://pypi.org/project/drmaa/
Licenses: Modified BSD
Synopsis: Python bindings for the DRMAA library
Description:

A Python package for Distributed Resource Management (DRM) job submission and control. This package is an implementation of the DRMAA 1.0 Python language binding specification.

python-polib 1.1.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://bitbucket.org/izi/polib/wiki/Home
Licenses: Expat
Synopsis: Manipulate, create and modify gettext files
Description:

Polib can manipulate any gettext format (po, pot and mo) files. It can be used to create po files from scratch or to modify existing ones.

python-czml3 1.0.2
Propagated dependencies: python-attrs@24.2.0 python-dateutil@2.8.2 python-w3lib@2.1.2
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://github.com/poliastro/czml3
Licenses: Expat
Synopsis: Python library to write CZML
Description:

CZML3 is a Python library to write CZML, a JSON format for describing a time-dynamic graphical scene, primarily for display in a web browser running Cesium.

python-kazoo 2.8.0
Propagated dependencies: python-six@1.16.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://kazoo.readthedocs.org
Licenses: ASL 2.0
Synopsis: High-level Zookeeper client library
Description:

Kazoo is a Python client library for the Apache Zookeeper distributed application service. It is designed to be easy to use and to avoid common programming errors.

python-regex 2022.1.18
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://bitbucket.org/mrabarnett/mrab-regex
Licenses: Python Software Foundation License
Synopsis: Alternative regular expression module
Description:

This regular expression implementation is backwards- compatible with the standard re module, but offers additional functionality like full case-folding for case-insensitive matches in Unicode.

python-pgmpy 0.1.24
Propagated dependencies: python-daft@0.1.2 python-joblib@1.4.2 python-networkx@3.4.2 python-numpy@1.24.4 python-opt-einsum@3.3.0 python-pandas@2.2.3 python-pyparsing@3.0.6 python-pytorch@2.4.0 python-scikit-learn@1.4.2 python-scipy@1.12.0 python-statsmodels@0.14.0 python-tqdm@4.67.1
Channel: guix
Location: gnu/packages/statistics.scm (gnu packages statistics)
Home page: https://github.com/pgmpy/pgmpy
Licenses: Expat
Synopsis: Probabilistic Graphical Models library
Description:

This package provides a library for Probabilistic Graphical Models. It can be used for learning (Structure and Parameter), inference (Probabilistic and Causal), and simulations in Bayesian Networks.

python-d2to1 0.2.12.post1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/embray/d2to1
Licenses: FreeBSD
Synopsis: Allows for distutils2-like setup.cfg files as package metadata in python
Description:

The python package d2to1 (the d is for distutils) allows using distutils2-like setup.cfg files for a package's metadata with a distribute/setuptools setup.py script.

python-cligj 0.7.2
Propagated dependencies: python-click@8.1.7
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/mapbox/cligj
Licenses: Modified BSD
Synopsis: Click params for command line interfaces to GeoJSON
Description:

cligj is for Python developers who create command line interfaces for geospatial data. cligj allows you to quickly build consistent, well-tested and interoperable CLIs for handling GeoJSON.

python-clint 0.5.1
Propagated dependencies: python-args@0.1.0-0.9460f1a
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/kennethreitz/clint
Licenses: ISC
Synopsis: Command-line interface tools
Description:

Clint is a Python module filled with a set of tools for developing command-line applications, including tools for colored and indented output, progress bar display, and pipes.

python-json5 0.9.25
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/dpranke/pyjson5
Licenses: ASL 2.0
Synopsis: Python implementation of the JSON5 data format
Description:

JSON5 extends the JSON data interchange format to make it slightly more usable as a configuration language. This Python package implements parsing and dumping of JSON5 data structures.

python-emoji 2.14.0
Propagated dependencies: python-typing-extensions@4.10.0
Channel: ngapsh
Location: pnkp/guix/packages/python-xyz.scm (pnkp guix packages python-xyz)
Home page: https://github.com/carpedm20/emoji/
Licenses: Modified BSD
Synopsis: Emoji terminal output for Python
Description:

This package provides Emoji terminal output for Python. The entire set of Emoji codes as defined by the Unicode Consortium is supported in addition to a bunch of aliases.

python-cloup 3.0.5
Propagated dependencies: python-click@8.1.7
Channel: saayix
Location: saayix/packages/python-xyz.scm (saayix packages python-xyz)
Home page: https://github.com/janLuke/cloup
Licenses: Modified BSD
Synopsis: Extension library for python-click
Description:

Cloup — originally from "Click + option groups" — enriches Click with several features that make it more expressive and configurable: option groups, constraints, subcommand aliases, subcommands sections and a themeable HelpFormatter.

python-emoji 2.12.1
Propagated dependencies: python-typing-extensions@4.10.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/carpedm20/emoji/
Licenses: Modified BSD
Synopsis: Emoji terminal output for Python
Description:

This package provides Emoji terminal output for Python. The entire set of Emoji codes as defined by the Unicode Consortium is supported in addition to a bunch of aliases.

python-emoji 1.6.1
Propagated dependencies: python-typing-extensions@4.10.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/carpedm20/emoji/
Licenses: Modified BSD
Synopsis: Emoji terminal output for Python
Description:

This package provides Emoji terminal output for Python. The entire set of Emoji codes as defined by the Unicode Consortium is supported in addition to a bunch of aliases.

python-twine 5.1.1
Propagated dependencies: python-importlib-metadata@5.2.0 python-keyring@23.9.3 python-pkginfo@1.10.0 python-readme-renderer@41.0 python-requests@2.31.0 python-requests-toolbelt@1.0.0 python-rfc3986@1.4.0 python-rich@13.7.1 python-urllib3@2.2.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/pypa/twine
Licenses: ASL 2.0
Synopsis: Collection of utilities for interacting with PyPI
Description:

twine currently supports registering projects and uploading distributions. It authenticates the user over HTTPS, allows them to pre-sign their files and supports any packaging format (including wheels).

python-agate 1.7.1
Propagated dependencies: python-babel@2.10.3 python-isodate@0.6.1 python-leather@0.3.4 python-parsedatetime@2.6 python-pytimeparse@1.1.8 python-six@1.16.0 python-slugify@5.0.2
Channel: guix
Location: gnu/packages/wireservice.scm (gnu packages wireservice)
Home page: https://agate.rtfd.org
Licenses: Expat
Synopsis: Data analysis library
Description:

Agate is a Python data analysis library. It is an alternative to numpy and pandas that solves real-world problems with readable code. Agate was previously known as journalism.

python-pyavm 0.9.6
Propagated dependencies: python-astropy@6.1.7 python-numpy@1.24.4
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://astrofrog.github.io/pyavm/
Licenses: Expat
Synopsis: Simple pure-python AVM meta-data handling
Description:

PyAVM is a module to represent, read, and write metadata following the AVM standard provided by vamp project.

python-pymol 2.5.0
Dependencies: freetype@2.13.0 libpng@1.6.39 freeglut@3.4.0 glew@2.2.0 libxml2@2.9.14 mmtf-cpp@1.1.0 python-pyqt@5.15.10 glm@0.9.9.8 netcdf@4.9.0
Channel: guix
Location: gnu/packages/chemistry.scm (gnu packages chemistry)
Home page: https://pymol.org
Licenses: Modified BSD
Synopsis: Molecular visualization system
Description:

PyMOL is a capable molecular viewer and renderer. It can be used to prepare publication-quality figures, to share interactive results with your colleagues, or to generate pre-rendered animations.

python-vispy 0.14.3
Dependencies: fontconfig-minimal@2.14.0 mesa@24.2.5
Propagated dependencies: python-freetype-py@2.3.0 python-hsluv@5.0.4 python-kiwisolver@1.4.6 python-meshio@5.3.4 python-numpy@1.24.4 python-packaging@24.2 python-pillow@9.2.0
Channel: guix
Location: gnu/packages/python-graphics.scm (gnu packages python-graphics)
Home page: http://vispy.org
Licenses: Modified BSD
Synopsis: Interactive scientific visualization in Python
Description:

VisPy is a high-performance interactive 2D/3D data visualization library leveraging the computational power of modern Graphics Processing Units (GPUs) through the OpenGL library to display very large datasets.

Total results: 3594