_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-pygmsh 7.1.17
Propagated dependencies: gmsh@4.11.1 python-meshio@5.3.4 python-numpy@1.23.2
Channel: guix
Location: gnu/packages/simulation.scm (gnu packages simulation)
Home page: https://github.com/nschloe/pygmsh
Licenses: GPL 3+
Synopsis: Python frontend for Gmsh
Description:

The goal of pygmsh is to combine the power of Gmsh with the versatility of Python. The package generalises many of the methods and functions that comprise the Gmsh Python API. In this way the meshing of complex geometries using high-level abstractions is made possible. The package provides a Python library together with a command-line utility for mesh optimisation.

python-pyperf 2.3.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/psf/pyperf
Licenses: Expat
Synopsis: Toolkit for running Python benchmarks
Description:

The Python pyperf module is a toolkit for writing, running and analyzing benchmarks. It features a simple API that can:

  • automatically calibrate a benchmark for a time budget;

  • spawn multiple worker processes;

  • compute the mean and standard deviation;

  • detect if a benchmark result seems unstable;

  • store benchmark results in JSON format;

  • support multiple units: seconds, bytes and integer.

python-pylint 2.14.5
Propagated dependencies: python-astroid@2.11.7 python-dill@0.3.6 python-isort@5.12.0 python-mccabe@0.6.1 python-platformdirs@3.10.0 python-tomlkit@0.11.6 python-typing-extensions@4.9.0
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://github.com/PyCQA/pylint
Licenses: GPL 2+
Synopsis: Advanced Python code static checker
Description:

Pylint is a Python source code analyzer which looks for programming errors, helps enforcing a coding standard and sniffs for some code smells (as defined in Martin Fowler's Refactoring book).

Pylint has many rules enabled by default, way too much to silence them all on a minimally sized program. It's highly configurable and handle pragmas to control it from within your code. Additionally, it is possible to write plugins to add your own checks.

python-pypdf2 1.26.0
Channel: guix
Location: gnu/packages/pdf.scm (gnu packages pdf)
Home page: http://mstamy2.github.com/PyPDF2
Licenses: Modified BSD
Synopsis: Pure Python PDF toolkit
Description:

PyPDF2 is a pure Python PDF library capable of:

  1. extracting document information (title, author, …)

  2. splitting documents page by page

  3. merging documents page by page

  4. cropping pages

  5. merging multiple pages into a single page

  6. encrypting and decrypting PDF files

By being pure Python, it should run on any Python platform without any dependencies on external libraries. It can also work entirely on StringIO objects rather than file streams, allowing for PDF manipulation in memory. It is therefore a useful tool for websites that manage or manipulate PDFs.

python-pyega3 5.1.0
Propagated dependencies: python-htsget@0.2.6 python-psutil@5.9.2 python-requests@2.28.1 python-tqdm@4.64.1 python-urllib3@1.26.15
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/EGA-archive/ega-download-client
Licenses: ASL 2.0
Synopsis: EGA download client
Description:

PyEGA3 is a tool for viewing and downloading files from authorized EGA datasets. It uses the EGA data API and has several key features:

  • Files are transferred over secure https connections and received unencrypted, so no need for decryption after download.

  • Downloads resume from where they left off in the event that the connection is interrupted.

  • Supports file segmenting and parallelized download of segments, improving overall performance.

  • After download completes, file integrity is verified using checksums.

  • Implements the GA4GH-compliant htsget protocol for download of genomic ranges for data files with accompanying index files.

python-pyxsim 4.4.1
Propagated dependencies: python-astropy@6.1.3 python-h5py@3.8.0 python-numpy@1.23.2 python-scipy@1.12.0 python-soxs@4.8.5 python-tqdm@4.64.1 python-unyt@3.0.1 python-yt@4.3.1
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://hea-www.cfa.harvard.edu/~jzuhone/pyxsim/
Licenses: Modified BSD
Synopsis: Simulating X-ray observations from astrophysical sources
Description:

This package implements functionality for simulating X-ray emission from astrophysical sources.

X-rays probe the high-energy universe, from hot galaxy clusters to compact objects such as neutron stars and black holes and many interesting sources in between. pyXSIM makes it possible to generate synthetic X-ray observations of these sources from a wide variety of models, whether from grid-based simulation codes such as FLASH, Enzo, and Athena, to particle-based codes such as Gadget and AREPO, and even from datasets that have been created 'by hand', such as from NumPy arrays. pyXSIM also provides facilities for manipulating the synthetic observations it produces in various ways, as well as ways to export the simulated X-ray events to other software packages to simulate the end products of specific X-ray observatories.

python-pymongo 4.1.1
Propagated dependencies: python-certifi@2022.6.15
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/mongodb/mongo-python-driver
Licenses: ASL 2.0
Synopsis: Python driver for MongoDB
Description:

Python driver for MongoDB.

python-pymeeus 0.5.11
Channel: guixrus
Location: guixrus/packages/misc.scm (guixrus packages misc)
Home page: https://github.com/architest/pymeeus
Licenses: LGPL 3+
Synopsis: Python implementation of Jean Meeus astronomical routines
Description:

Python implementation of Jean Meeus astronomical routines

python-py2puml 0.6.0
Channel: guixrus
Location: guixrus/packages/misc.scm (guixrus packages misc)
Home page: https://github.com/lucsorel/py2puml
Licenses: Expat
Synopsis: Generate PlantUML class diagrams to document your Python application.
Description:

Generate PlantUML class diagrams to document your Python application.

python-pygtrie 2.5.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/mina86/pygtrie
Licenses: ASL 2.0
Synopsis: Pure Python trie data structure implementation
Description:

This package provides a pure Python trie data structure implementation.

python-pygdbmi 0.11.0.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/cs01/pygdbmi
Licenses: Expat
Synopsis: Parse gdb machine interface output with Python
Description:

This package provides a parse gdb machine interface output with Python.

python-py-make 0.1.1
Propagated dependencies: python-coverage@6.4.3 python-flake8@4.0.1 python-nose@1.3.7 python-docopt@0.6.2
Channel: guix-science
Location: guix-science/packages/python.scm (guix-science packages python)
Home page: https://github.com/tqdm/pymake
Licenses: MPL 2.0
Synopsis: Makefile execution powered by pure Python
Description:

This package provides tools for Makefile execution powered by pure Python.

python-py3nvml 0.2.7
Propagated dependencies: nvidia-driver@550.120 python-xmltodict@0.12.0
Channel: nonguix
Location: nongnu/packages/nvidia.scm (nongnu packages nvidia)
Home page: https://github.com/fbcotter/py3nvml
Licenses: Modified BSD
Synopsis: Unoffcial Python 3 Bindings for the NVIDIA Management Library
Description:

This package provides unofficial Python 3 Bindings for the NVIDIA Management Library

python-pyfaidx 0.7.2.1
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: http://mattshirley.com
Licenses: Modified BSD
Synopsis: Random access to fasta subsequences
Description:

This package provides procedures for efficient pythonic random access to fasta subsequences.

python-pycairo 1.26.0
Propagated dependencies: cairo@1.18.0
Channel: guix
Location: gnu/packages/gtk.scm (gnu packages gtk)
Home page: https://cairographics.org/pycairo/
Licenses: LGPL 3+
Synopsis: Python bindings for cairo
Description:

Pycairo is a set of Python bindings for the Cairo graphics library.

python-pyfuse3 3.3.0
Dependencies: fuse@3.10.5
Propagated dependencies: python-pytest-trio@0.7.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/libfuse/pyfuse3
Licenses: GPL 2+
Synopsis: Python bindings to FUSE 3
Description:

This package provides Python 3 bindings for libfuse 3 with async I/O support.

python-pyaudio 0.2.12
Dependencies: portaudio@190600.20161030
Channel: guix
Location: gnu/packages/audio.scm (gnu packages audio)
Home page: https://people.csail.mit.edu/hubert/pyaudio/
Licenses: Expat
Synopsis: Bindings for PortAudio v19
Description:

This package provides bindings for PortAudio v19, the cross-platform audio input/output stream library.

python-pyatspi 2.46.1
Dependencies: python@3.10.7
Propagated dependencies: python-pygobject@3.47.0
Channel: guix
Location: gnu/packages/gnome.scm (gnu packages gnome)
Home page: https://wiki.linuxfoundation.org/accessibility/atk/at-spi/at-spi_on_d-bus
Licenses: LGPL 2.0
Synopsis: Python client bindings for D-Bus AT-SPI
Description:

This package includes a python client library for the AT-SPI D-Bus accessibility infrastructure.

python-pyshexc 0.9.1
Propagated dependencies: python-antlr4-python3-runtime@4.9.3 python-chardet@5.1.0 python-jsonasobj@1.2.1 python-pyjsg@0.11.10 python-rdflib-shim@1.0.3 python-shexjsg@0.8.2
Channel: gn-bioinformatics
Location: gn/packages/python.scm (gn packages python)
Home page: https://github.com/shexSpec/grammar-python-antlr
Licenses: ASL 2.0
Synopsis: Python ShExC Parser
Description:

This package converts the Shape Expression Compact (ShExC) into Python JSON Schema Binding (pyjsg) objects.

python-pyshexc 0.7.0
Propagated dependencies: python-antlr4-python3-runtime@4.9.3 python-certifi@2022.6.15 python-jsonasobj@1.2.1 python-rdflib-shim@1.0.3 python-requests@2.28.1 python-shexjsg@0.8.2
Channel: gn-bioinformatics
Location: gn/packages/python.scm (gn packages python)
Home page: https://github.com/shexSpec/grammar/tree/master/parsers/python
Licenses: ASL 2.0
Synopsis: Python ShExC Parser
Description:

This package converts the Shape Expression Compact (ShExC) into Python JSON Schema Binding (pyjsg) objects.

python-pyramid 1.10.4
Propagated dependencies: python-hupper@1.10.3 python-plaster-pastedeploy@0.7 python-translationstring@1.3 python-venusian@3.0.0 python-webob@1.8.6 python-zope-deprecation@4.4.0 python-zope-interface@5.1.0 python-webtest@2.0.35 python-zope-component@4.6.2 python-plaster@1.0
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://trypyramid.com/
Licenses: Repoze
Synopsis: Python web-framework suitable for small and large sites
Description:

Pyramid makes it easy to write web applications. From minimal request/response web apps to larger, grown applications.

python-pysocks 1.7.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/Anorov/PySocks
Licenses: Modified BSD
Synopsis: SOCKS client module
Description:

pysocks is an updated and semi-actively maintained version of SocksiPy with bug fixes and extra features.

python-pymysql 1.1.1
Propagated dependencies: python-cryptography@42.0.5 python-pynacl@1.5.0
Channel: guix
Location: gnu/packages/databases.scm (gnu packages databases)
Home page: https://github.com/PyMySQL/PyMySQL/
Licenses: Expat
Synopsis: Pure-Python MySQL driver
Description:

PyMySQL is a pure-Python MySQL client library, based on PEP 249. Most public APIs are compatible with mysqlclient and MySQLdb.

python-pygpgme 0.4
Dependencies: gpgme@1.18.0
Channel: guix
Location: gnu/packages/gnupg.scm (gnu packages gnupg)
Home page: https://github.com/jhenstridge/pygpgme
Licenses: LGPL 2.1+
Synopsis: Python module for working with OpenPGP messages
Description:

PyGPGME is a Python module that lets you sign, verify, encrypt and decrypt messages using the OpenPGP format by making use of GPGME.

Total results: 443