_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-pypdf3 1.0.5
Propagated dependencies: python-tqdm@4.67.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/sfneal/PyPDF3
Licenses: Modified BSD
Synopsis: Utility to read and write PDFs with Python
Description:

PyPDF3 is a pure-python PDF library capable of splitting, merging together, cropping, and transforming the pages of PDF files. It can also add custom data, viewing options, and passwords to PDF files. It can retrieve text and metadata from PDFs as well as merge entire files together.

python-pysdl2 0.9.11
Dependencies: sdl2@2.30.8 sdl2-image@2.6.3 sdl2-gfx@1.0.4 sdl2-mixer@2.6.3 sdl2-ttf@2.20.2
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/py-sdl/py-sdl2
Licenses: CC0
Synopsis: Python bindings around the SDL2 game development library
Description:

PySDL2 is a pure Python wrapper around the SDL2, SDL2_mixer, SDL2_image, SDL2_ttf, and SDL2_gfx libraries. Instead of relying on C code, it uses the built-in ctypes module to interface with SDL2, and provides simple Python classes and wrappers for common SDL2 functionality.

python-pyerfa 2.0.1.5
Dependencies: erfa@2.0.1
Propagated dependencies: python-numpy@1.24.4
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://github.com/liberfa/pyerfa
Licenses: Modified BSD
Synopsis: Python bindings for ERFA
Description:

PyERFA is the Python wrapper for the ERFA library (Essential Routines for Fundamental Astronomy), a C library containing key algorithms for astronomy, which is based on the SOFA library published by the International Astronomical Union (IAU). All C routines are wrapped as Numpy universal functions, so that they can be called with scalar or array inputs.

python-pynsee 0.1.8
Propagated dependencies: python-appdirs@1.4.4 python-openpyxl@3.1.5 python-pandas@2.2.3 python-platformdirs@4.2.1 python-pyarrow@17.0.0 python-requests@2.31.0 python-shapely@2.0.5 python-tqdm@4.67.1 python-unidecode@1.3.8 python-urllib3@2.2.1 python-xlrd@2.0.1
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://pynsee.readthedocs.io
Licenses: Expat
Synopsis: Tools to Easily Search and Download French Data From INSEE and IGN APIs
Description:

This package provides tools to easily search and download French data from INSEE and IGN APIs. This data includes more than 150 000 macroeconomic series, a dozen datasets of local french data, numerous sources available on insee.fr, geographical limits of administrative areas taken from IGN as well as key metadata and SIRENE database containing data on all French compagnies.

python-pygmsh 7.1.17
Propagated dependencies: gmsh@4.11.1 python-meshio@5.3.4 python-numpy@1.24.4
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 3.3.1
Propagated dependencies: python-astroid@3.3.4 python-dill@0.3.6 python-isort@5.13.2 python-mccabe@0.7.0 python-platformdirs@4.2.1 python-tomlkit@0.11.6 python-typing-extensions@4.10.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.31.0 python-tqdm@4.67.1 python-urllib3@2.2.1
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.2
Propagated dependencies: python-astropy@6.1.7 python-h5py@3.8.0 python-numpy@1.24.4 python-scipy@1.12.0 python-soxs@4.8.5 python-tqdm@4.67.1 python-unyt@3.0.1 python-yt@4.4.0
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-pysiril 0.0.17
Channel: guix
Location: gnu/packages/astronomy.scm (gnu packages astronomy)
Home page: https://siril.org/tutorials/pysiril/
Licenses: GPL 3
Synopsis: Python interface to SiriL
Description:

This package provides an extending scripting capabilities, present natively in Siril.

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@7.6.8 python-flake8@7.1.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.142 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
Propagated dependencies: python-setuptools@67.6.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.8.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.

Total results: 462