_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-cwcwidth 0.1.9
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/sebastinas/cwcwidth
Licenses: Expat
Synopsis: Python bindings for wc(s)width
Description:

This package provides bindings for wcwidth and wcswidth functions defined in POSIX.1-2001 and POSIX.1-2008.

python-botocore 1.35.59
Propagated dependencies: python-dateutil@2.8.2 python-jmespath@1.0.1 python-urllib3@2.2.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/boto/botocore
Licenses: ASL 2.0
Synopsis: Low-level interface to AWS
Description:

Botocore is a Python library that provides a low-level interface to the Amazon Web Services (AWS) API.

python-nbformat 5.10.4
Propagated dependencies: python-fastjsonschema@2.20.0 python-jsonschema@4.23.0 python-jupyter-core@5.7.2 python-traitlets@5.14.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://jupyter.org
Licenses: Modified BSD
Synopsis: Jupyter Notebook format
Description:

This package provides the reference implementation of the Jupyter Notebook format and Python APIs for working with notebooks.

python-flasgger 0.9.7.1
Propagated dependencies: python-flask@3.1.0 python-pyyaml@6.0.1 python-jsonschema@4.23.0 python-mistune@3.0.2 python-six@1.16.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/rochacbruno/flasgger/
Licenses: Expat
Synopsis: Extract Swagger specs from your Flask project
Description:

python-flasgger allows extracting Swagger specs from your Flask project. It is a fork of Flask-Swagger.

python-asyncgui 0.5.3
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/gottadiveintopython/asyncgui
Licenses: Expat
Synopsis: Enables async/await without an event loop
Description:

This package provides support for async/await applications without requiring an event loop, useful for creative responsive GUIs.

python-crccheck 1.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://sourceforge.net/projects/crccheck/
Licenses: GPL 3+
Synopsis: Calculation library for CRCs and checksums
Description:

crccheck is a calculation library for CRCs and checksums. It implement more than a hundred checksum routines.

python-rst2ansi 0.1.5
Propagated dependencies: python-docutils@0.19
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/Snaipe/python-rst-to-ansi
Licenses: Expat
Synopsis: Convert RST to ANSI-decorated console output
Description:

Python module dedicated to rendering RST (reStructuredText) documents to ansi-escaped strings suitable for display in a terminal.

python-ncclient 0.6.12
Propagated dependencies: python-lxml@4.9.1 python-paramiko@3.5.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/ncclient/ncclient
Licenses: ASL 2.0
Synopsis: Python library for NETCONF clients
Description:

ncclient is a Python library that facilitates client-side scripting and application development around the NETCONF protocol.

python-pathable 0.4.3
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/p1c2u/pathable
Licenses: ASL 2.0
Synopsis: Object-oriented paths
Description:

With this package you can traverse resources like paths and access resources on demand with separate accessor layer.

python-requests 2.25.1
Propagated dependencies: python-certifi@2022.6.15 python-chardet@5.1.0 python-idna@3.3 python-urllib3@2.2.1
Channel: mobilizon-reshare
Location: mobilizon-reshare/dependencies.scm (mobilizon-reshare dependencies)
Home page: https://requests.readthedocs.io/
Licenses: ASL 2.0
Synopsis: Python HTTP library
Description:

Requests is a Python HTTP client library. It aims to be easier to use than Python’s urllib2 library.

python-sqlparse 0.4.3
Dependencies: bash-minimal@5.1.16
Channel: guix
Location: gnu/packages/databases.scm (gnu packages databases)
Home page: https://github.com/andialbrecht/sqlparse
Licenses: Modified BSD
Synopsis: Non-validating SQL parser
Description:

Sqlparse is a non-validating SQL parser for Python. It provides support for parsing, splitting and formatting SQL statements.

python-archinfo 9.2.112
Propagated dependencies: python-backports-strenum@1.3.1 python-capstone@5.0.1 python-keystone-engine@0.9.2
Channel: guix
Location: gnu/packages/emulators.scm (gnu packages emulators)
Home page: https://github.com/angr/archinfo
Licenses: FreeBSD
Synopsis: Extract architecture-specific information from binaries
Description:

Collection of classes that contain architecture-specific information information. Useful for cross-architecture tools (such as python-pyvex).

python-nptyping 2.5.0
Propagated dependencies: python-numpy@1.24.4 python-typing-extensions@4.10.0 python-pandas-stubs@2.2.3.241126
Channel: guix
Location: gnu/packages/python-check.scm (gnu packages python-check)
Home page: https://github.com/ramonhagenaars/nptyping
Licenses: Expat
Synopsis: Type hints for Numpy
Description:

This package provides extensive dynamic type checks for dtypes and shapes of arrays for NumPy, extending numpy.typing.

python-requests 2.32.3
Propagated dependencies: python-certifi@2022.6.15 python-charset-normalizer@2.1.0 python-idna@3.3 python-urllib3@2.2.1
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: http://python-requests.org/
Licenses: ASL 2.0
Synopsis: Python HTTP library
Description:

Requests is a Python HTTP client library. It aims to be easier to use than Python’s urllib2 library.

python-requests 2.31.0
Propagated dependencies: python-certifi@2022.6.15 python-charset-normalizer@2.1.0 python-idna@3.3 python-urllib3@2.2.1
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://requests.readthedocs.io/
Licenses: ASL 2.0
Synopsis: Python HTTP library
Description:

Requests is a Python HTTP client library. It aims to be easier to use than Python’s urllib2 library.

python-tenacity 9.0.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/jd/tenacity
Licenses: ASL 2.0
Synopsis: Retrying library for python
Description:

Tenacity is a general-purpose python library to simplify the task of adding retry behavior to just about anything.

python-sexpdata 0.0.3
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/jd-boyd/sexpdata
Licenses: Modified BSD
Synopsis: S-expression parser for Python
Description:

Sexpdata is an S-expression parser/serializer. It has load and dump functions like pickle, json or PyYAML module.

python-mirakuru 2.4.2
Propagated dependencies: python-psutil@5.9.2
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://github.com/ClearcodeHQ/mirakuru
Licenses: LGPL 3
Synopsis: Process executor (not only) for tests.
Description:

Mirakuru - a Python library that starts your subprocess and waits for a clear indication, that it's running (process orchestrator).

python-biofluff 3.0.4
Propagated dependencies: htseq@2.0.2 python-matplotlib@3.8.2 python-numpy@1.24.4 python-palettable@3.3.3 python-pybedtools@0.10.0 python-pybigwig@0.3.22 python-pysam@0.20.0 python-scikit-learn@1.4.2 python-scipy@1.12.0
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/simonvh/fluff/
Licenses: Expat
Synopsis: Analysis and visualization of high-throughput sequencing data
Description:

Fluff is a Python package that contains several scripts to produce pretty, publication-quality figures for next-generation sequencing experiments.

python-velocyto 0.17.17
Propagated dependencies: python-click@8.1.7 python-cython@0.29.32 python-h5py@3.8.0 python-loompy@3.0.7 python-matplotlib@3.8.2 python-numba@0.59.1 python-numpy@1.24.4 python-pandas@2.2.3 python-pysam@0.20.0 python-scikit-learn@1.4.2 python-scipy@1.12.0
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/velocyto-team/velocyto.py
Licenses: FreeBSD
Synopsis: RNA velocity analysis for single cell RNA-seq data
Description:

Velocyto is a library for the analysis of RNA velocity. Velocyto includes a command line tool and an analysis pipeline.

python-discover 0.4.0
Channel: guix
Location: gnu/packages/check.scm (gnu packages check)
Home page: https://pypi.org/project/discover/
Licenses: Modified BSD
Synopsis: Python test discovery for unittest
Description:

Discover provides test discovery for unittest, a feature that has been backported from Python 2.7 for Python 2.4+.

python-cchardet 2.1.7
Dependencies: uchardet@0.0.8
Channel: guix
Location: gnu/packages/freedesktop.scm (gnu packages freedesktop)
Home page: https://github.com/PyYoshi/cChardet
Licenses: GPL 2+
Synopsis: High-performance character encoding detection for Python
Description:

cChardet is a character encoding detector, written in Python, that binds to the C library uchardet to increase performance.

python-inquirer 3.1.3
Propagated dependencies: python-blessed@1.20.0 python-editor@1.0.4 python-readchar@4.0.5
Channel: guix
Location: gnu/packages/machine-learning.scm (gnu packages machine-learning)
Home page: https://github.com/magmax/python-inquirer
Licenses: Expat
Synopsis: Collection of common interactive command line user interfaces
Description:

Inquirer should ease the process of asking end user questions, parsing, validating answers, managing hierarchical prompts and providing error feedback.

Total results: 3594