_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-gseapy 1.0.4
Dependencies: python-wrapper@3.10.7
Propagated dependencies: python-numpy@1.24.4 python-scipy@1.12.0 python-pandas@2.2.3 python-matplotlib@3.8.2 python-requests@2.31.0
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/zqfang/gseapy
Licenses: Modified BSD
Synopsis: Gene Set Enrichment Analysis in Python
Description:

GSEApy is a Python/Rust implementation for GSEA and wrapper for Enrichr. GSEApy can be used for RNA-seq, ChIP-seq, Microarray data. It can be used for convenient GO enrichment and to produce publication quality figures in Python.

python-warcio 1.7.4-0.aa702cb
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/webrecorder/warcio
Licenses: ASL 2.0
Synopsis: Streaming web archival archive (WARC) library
Description:

warcio is a Python library to read and write the WARC format commonly used in Web archives. It is designed for fast, low-level access to web archival content, oriented around a stream of WARC records rather than files.

python-cattrs 23.2.3
Propagated dependencies: python-attrs@24.2.0 python-cbor2@5.4.2.post1 python-exceptiongroup@1.1.1 python-orjson@3.9.7 python-pyyaml@6.0.1 python-tomlkit@0.11.6 python-typing-extensions@4.10.0 python-ujson@5.7.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/python-attrs/cattrs
Licenses: Expat
Synopsis: Python library for structuring and unstructuring data
Description:

cattrs is an Python library for structuring and unstructuring data. cattrs works best with attrs classes, dataclasses and the usual Python collections, but other kinds of classes can also be supported by manually registering converters.

python-k5test 0.10.3
Propagated dependencies: python-six@1.16.0 which@2.21 mit-krb5@1.20
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/pythongssapi/k5test
Licenses: ISC
Synopsis: Library for setting up self-contained Kerberos 5 environments
Description:

k5test is a library for setting up self-contained Kerberos 5 environments, and running Python unit tests inside those environments. It is based on the file of the same name found alongside the MIT Kerberos 5 unit tests.

python-joblib 1.4.2
Propagated dependencies: python-psutil@5.9.2
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://joblib.readthedocs.io/
Licenses: Modified BSD
Synopsis: Using Python functions as pipeline jobs
Description:

Joblib is a set of tools to provide lightweight pipelining in Python. In particular, joblib offers: transparent disk-caching of the output values and lazy re-evaluation (memoize pattern), easy simple parallel computing logging and tracing of the execution.

python-rawkit 0.6.0
Dependencies: libraw@0.21.2
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://rawkit.readthedocs.io
Licenses: Expat
Synopsis: Ctypes-based LibRaw binding for Python
Description:

The rawkit package provides two modules: rawkit and libraw. The rawkit module provides a high-level Pythonic interface for developing raw photos, while the libraw module provides a CTypes based interface for interacting with the low-level LibRaw C APIs.

python2-numpy 1.16.6
Dependencies: bash@5.1.16 openblas@0.3.20
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
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.

python-ripser 0.6.4
Propagated dependencies: python-numpy@1.24.4 python-persim@0.3.2 python-scikit-learn@1.4.2 python-scipy@1.12.0
Channel: guix
Location: gnu/packages/machine-learning.scm (gnu packages machine-learning)
Home page: https://ripser.scikit-tda.org
Licenses: Expat
Synopsis: Persistent homology library for Python
Description:

This package implements a variety of persistent homology algorithms. It provides an interface for

  • computing persistence cohomology of sparse and dense data sets

  • visualizing persistence diagrams

  • computing lowerstar filtrations on images

  • computing representative cochains

python-bcrypt 3.2.0
Propagated dependencies: python-cffi@1.17.1 python-six@1.16.0
Channel: guix
Location: gnu/packages/python-crypto.scm (gnu packages python-crypto)
Home page: https://github.com/pyca/bcrypt/
Licenses: ASL 2.0
Synopsis: Modern password hashing library
Description:

Bcrypt is a Python module which provides a password hashing method based on the Blowfish password hashing algorithm, as described in "A Future-Adaptable Password Scheme" by Niels Provos and David Mazieres.

python-scrapy 2.11.2
Propagated dependencies: python-botocore@1.35.59 python-cryptography@42.0.5 python-cssselect@1.2.0 python-defusedxml@0.7.1 python-itemadapter@0.8.0 python-itemloaders@1.1.0 python-lxml@4.9.1 python-parsel@1.8.1 python-protego@0.2.1 python-pydispatcher@2.0.5 python-pyopenssl@24.1.0 python-queuelib@1.6.2 python-service-identity@24.2.0 python-setuptools@67.6.1 python-tldextract@3.3.0 python-twisted@19.7.0 python-w3lib@2.1.2 python-zope-interface@5.1.0
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://scrapy.org
Licenses: Modified BSD
Synopsis: High-level Web crawling and Web scraping framework
Description:

Scrapy is a fast high-level web crawling and web scraping framework, used to crawl websites and extract structured data from their pages. It can be used for a wide range of purposes, from data mining to monitoring and automated testing.

python-asprin 3.1.1-1.bc5a0cf
Dependencies: clingo@5.7.1
Propagated dependencies: python-clingo@5.7.1
Channel: guix
Location: gnu/packages/potassco.scm (gnu packages potassco)
Home page: https://potassco.org/
Licenses: Expat
Synopsis: Optimization in Answer Set Programming
Description:

asprin is a general framework for optimization in ASP, that allows for computing optimal stable models of logic programs by means of preferences. Some preference types are already predefined, but more can be added as logic programs.

python-pifpaf 3.1.5
Propagated dependencies: python-click@8.1.7 python-daiquiri@2.1.1 python-fixtures@3.0.0 python-jinja2@3.1.2 python-pbr@5.5.1 python-psutil@5.9.2 python-xattr@0.9.9
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/jd/pifpaf
Licenses: ASL 2.0
Synopsis: Tools and fixtures to manage daemons for testing in Python
Description:

Pifpaf is a suite of fixtures and a command-line tool that starts and stops daemons for a quick throw-away usage. This is typically useful when needing these daemons to run integration testing. It originally evolved from its precursor overtest.

python-stripe 2.60.0
Propagated dependencies: python-requests@2.31.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/stripe/stripe-python
Licenses: Expat
Synopsis: Python bindings for the Stripe financial services' API
Description:

This package provides access to the Stripe financial services' API. It includes a pre-defined set of classes for API resources that initialize themselves dynamically from API responses which makes it compatible with a wide range of versions of the Stripe API.

python-orjson 3.9.7
Dependencies: maturin@1.4.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/ijl/orjson
Licenses: ASL 2.0 Expat
Synopsis: Python JSON library supporting dataclasses, datetimes, and numpy
Description:

Orjson is a fast, correct JSON library for Python. It benchmarks as the fastest Python library for JSON and is more correct than the standard json library or other third-party libraries. It serializes dataclass, datetime, numpy, and UUID instances natively.

python-carbon 1.1.8
Propagated dependencies: python-cachetools@5.3.1 python-txamqp@0.8.2 python-urllib3@2.2.1 python-whisper@1.1.8
Channel: guix
Location: gnu/packages/monitoring.scm (gnu packages monitoring)
Home page: https://graphiteapp.org/
Licenses: ASL 2.0
Synopsis: Backend data caching and persistence daemon for Graphite
Description:

Carbon is a backend data caching and persistence daemon for Graphite. Carbon is responsible for receiving metrics over the network, caching them in memory for "hot queries" from the Graphite-Web application, and persisting them to disk using the Whisper time-series library.

python-invoke 1.6.0
Dependencies: bash-minimal@5.1.16
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://www.pyinvoke.org/
Licenses: Modified BSD
Synopsis: Pythonic task execution
Description:

Invoke is a Python task execution tool and library, drawing inspiration from various sources to arrive at a powerful and clean feature set. It is evolved from the Fabric project, but focuses on local and abstract concerns instead of servers and network commands.

python-django 3.2.21
Propagated dependencies: python-asgiref@3.7.2 python-sqlparse@0.4.3 python-argon2-cffi@21.1.0 python-bcrypt@3.2.0 python-jinja2@3.1.2 python-pytz@2023.3.post1
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://www.djangoproject.com/
Licenses: Modified BSD
Synopsis: High-level Python Web framework
Description:

Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. It provides many tools for building any Web site. Django focuses on automating as much as possible and adhering to the don't repeat yourself (DRY) principle.

python-django 4.2.16
Propagated dependencies: python-asgiref@3.7.2 python-sqlparse@0.4.3 python-argon2-cffi@21.1.0 python-bcrypt@3.2.0 python-jinja2@3.1.2
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://www.djangoproject.com/
Licenses: Modified BSD
Synopsis: High-level Python Web framework
Description:

Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. It provides many tools for building any Web site. Django focuses on automating as much as possible and adhering to the don't repeat yourself (DRY) principle.

python-django 3.2.21
Propagated dependencies: python-asgiref@3.7.2 python-sqlparse@0.4.3 python-argon2-cffi@21.1.0 python-bcrypt@3.2.0 python-jinja2@3.1.2 python-pytz@2023.3.post1
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://www.djangoproject.com/
Licenses: Modified BSD
Synopsis: High-level Python Web framework
Description:

Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. It provides many tools for building any Web site. Django focuses on automating as much as possible and adhering to the don't repeat yourself (DRY) principle.

python-django 3.1.14
Propagated dependencies: python-asgiref@3.7.2 python-sqlparse@0.4.3 python-argon2-cffi@21.1.0 python-bcrypt@3.2.0 python-jinja2@3.1.2 python-pytz@2023.3.post1 python-pytz@2023.3.post1
Channel: guix
Location: gnu/packages/django.scm (gnu packages django)
Home page: https://www.djangoproject.com/
Licenses: Modified BSD
Synopsis: High-level Python Web framework
Description:

Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. It provides many tools for building any Web site. Django focuses on automating as much as possible and adhering to the don't repeat yourself (DRY) principle.

python-captum 0.7.0
Propagated dependencies: python-matplotlib@3.8.2 python-numpy@1.24.4 python-pytorch@2.4.0 python-tqdm@4.67.1
Channel: guix
Location: gnu/packages/machine-learning.scm (gnu packages machine-learning)
Home page: https://captum.ai
Licenses: Modified BSD
Synopsis: Model interpretability for PyTorch
Description:

Captum is a model interpretability and understanding library for PyTorch. Captum contains general purpose implementations of integrated gradients, saliency maps, smoothgrad, vargrad and others for PyTorch models. It has quick integration for models built with domain-specific libraries such as torchvision, torchtext, and others.

python-persim 0.3.2
Propagated dependencies: python-deprecated@1.2.14 python-hopcroftkarp@1.2.5-1.2846e1d python-joblib@1.4.2 python-matplotlib@3.8.2 python-numpy@1.24.4 python-scikit-learn@1.4.2 python-scipy@1.12.0
Channel: guix
Location: gnu/packages/machine-learning.scm (gnu packages machine-learning)
Home page: https://persim.scikit-tda.org
Licenses: Expat
Synopsis: Tools for analyzing persistence diagrams in Python
Description:

This package includes a variety of tools used to analyze persistence diagrams. It currently houses implementations of

  • Persistence images

  • Persistence landscapes

  • Bottleneck distance

  • Modified Gromov–Hausdorff distance

  • Sliced Wasserstein kernel

  • Heat kernel

  • Diagram plotting

python-pyyaml 5.4.1
Dependencies: libyaml@0.2.5 python-cython@0.29.32
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://pyyaml.org
Licenses: Expat
Synopsis: YAML parser and emitter for Python
Description:

PyYAML is a YAML parser and emitter for Python. PyYAML features a complete YAML 1.1 parser, Unicode support, pickle support, capable extension API, and sensible error messages. PyYAML supports standard YAML tags and provides Python-specific tags that represent an arbitrary Python object.

python-pyyaml 6.0.1
Dependencies: libyaml@0.2.5 python-cython@0.29.32
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://pyyaml.org
Licenses: Expat
Synopsis: YAML parser and emitter for Python
Description:

PyYAML is a YAML parser and emitter for Python. PyYAML features a complete YAML 1.1 parser, Unicode support, pickle support, capable extension API, and sensible error messages. PyYAML supports standard YAML tags and provides Python-specific tags that represent an arbitrary Python object.

Total results: 3594