_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python-pythran 0.16.1
Propagated dependencies: boost@1.83.0 xsimd@9.0.1 python-beniget@0.4.1 python-gast@0.5.3 python-numpy@1.24.4 python-ply@3.11
Channel: saayix
Location: saayix/packages/python-xyz.scm (saayix packages python-xyz)
Home page: https://github.com/serge-sans-paille/pythran
Licenses: Modified BSD
Synopsis: Ahead of Time compiler for numeric kernels
Description:

Pythran is an ahead of time compiler for a subset of the Python language, with a focus on scientific computing. It takes a Python module annotated with a few interface descriptions and turns it into a native Python module with the same interface, but (hopefully) faster.

python-pythran 0.11.0
Propagated dependencies: boost@1.83.0 xsimd@9.0.1 python-beniget@0.4.1 python-gast@0.5.3 python-numpy@1.24.4 python-ply@3.11
Channel: guix
Location: gnu/packages/python-science.scm (gnu packages python-science)
Home page: https://github.com/serge-sans-paille/pythran
Licenses: Modified BSD
Synopsis: Ahead of Time compiler for numeric kernels
Description:

Pythran is an ahead of time compiler for a subset of the Python language, with a focus on scientific computing. It takes a Python module annotated with a few interface descriptions and turns it into a native Python module with the same interface, but (hopefully) faster.

python-tinycss 0.4
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://tinycss.readthedocs.io/
Licenses: Modified BSD
Synopsis: Complete yet simple CSS parser for Python
Description:

tinycss is a complete yet simple CSS parser for Python. It supports the full syntax and error handling for CSS 2.1 as well as some CSS 3 modules:

  • CSS Color 3

  • CSS Fonts 3

  • CSS Paged Media 3

python-kitchen 1.2.5
Propagated dependencies: python-chardet@5.1.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/fedora-infra/kitchen
Licenses: LGPL 2.1+ Python Software Foundation License
Synopsis: Python API for snippets
Description:

kitchen module provides a python API for all sorts of little useful snippets of code that everybody ends up writing for their projects but never seem big enough to build an independent release. Use kitchen and stop cutting and pasting that code over and over.

python-bashlex 0.18
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/idank/bashlex
Licenses: GPL 3+
Synopsis: Python parser for bash
Description:

bashlex is a Python port of the parser used internally by GNU bash.

For the most part it's transliterated from C, the major differences are:

  • it does not execute anything

  • it is reentrant

  • it generates a complete AST

python-bz2file 0.98
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/nvawda/bz2file
Licenses: ASL 2.0
Synopsis: Read and write bzip2-compressed files
Description:

Bz2file is a Python library for reading and writing bzip2-compressed files. It contains a drop-in replacement for the I/O interface in the standard library's bz2 module, including features from the latest development version of CPython that are not available in older releases.

python-twodict 1.2
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/MrS0m30n3/twodict
Licenses: Unlicense
Synopsis: Two way ordered dictionary for Python
Description:

TwoDict is a custom dictionary in which you can get the key:value relationship but you can also get the value:key relationship. It also remembers the order in which the items were inserted and supports almost all the features of the Python's built-in dict.

python-dunamai 1.21.2
Propagated dependencies: python-packaging@24.2
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/mtkennerly/dunamai
Licenses: Expat
Synopsis: Dynamic version generation
Description:

Dunamai is Python library and command line tool for producing dynamic, standards-compliant version strings, derived from tags in your version control system. This facilitates uniquely identifying nightly or per-commit builds in continuous integration and releasing new versions of your software simply by creating a tag.

python-cramjam 2.7.0
Dependencies: zstd@1.5.2
Channel: guix
Location: gnu/packages/python-compression.scm (gnu packages python-compression)
Home page: https://github.com/milesgranger/cramjam
Licenses: Expat
Synopsis: Python bindings to compression algorithms in Rust
Description:

This package provides thin Python bindings to compression and decomporession algorithms implemented in Rust. This allows for using algorithms such as Snappy without additional system dependencies. The following algorithms are available:

  • Snappy

  • Brotli

  • Bzip2

  • LZ4

  • Gzip

  • Deflate

  • Zstd

python-isbnlib 3.10.4
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/xlcnd/isbnlib
Licenses: LGPL 3+
Synopsis: Python library to work with ISBN strings
Description:

python-isbnlib is a (pure) python library that provides several useful methods and functions to validate, clean, transform, hyphenate and get metadata for ISBN strings. Its origin was as the core of isbntools. This short version, is suitable to be include as a dependency in other projects.

python2-pandas 0.24.2
Dependencies: which@2.21
Propagated dependencies: python2-dateutil@2.8.2 python2-numpy@1.16.6 python2-openpyxl@2.6.4 python2-pytz@2023.3.post1 python2-xlrd@2.0.1
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://pandas.pydata.org
Licenses: Modified BSD
Synopsis: Data structures for data analysis, time series, and statistics
Description:

Pandas is a Python package providing fast, flexible, and expressive data structures designed to make working with structured (tabular, multidimensional, potentially heterogeneous) and time series data both easy and intuitive. It aims to be the fundamental high-level building block for doing practical, real world data analysis in Python.

python-tzlocal 2.1
Propagated dependencies: python-check-manifest@0.49 python-pytest@8.3.3 python-pytz@2023.3.post1 python-tzdata@2023.4 python-pytest-cov@6.0.0 python-pytest-mock@3.14.0
Channel: saayix
Location: saayix/packages/python-xyz.scm (saayix packages python-xyz)
Home page: https://github.com/regebro/tzlocal
Licenses: Expat
Synopsis: Local timezone information for Python
Description:

Tzlocal returns a tzinfo object with the local timezone information. This module attempts to fix a glaring hole in pytz, that there is no way to get the local timezone information, unless you know the zoneinfo name, and under several distributions that's hard or impossible to figure out.

python-ogr2osm 1.2.0
Dependencies: gdal@3.6.1
Propagated dependencies: python-lxml@4.9.1 python-protobuf@3.20.2
Channel: guix
Location: gnu/packages/geo.scm (gnu packages geo)
Home page: https://github.com/roelderickx/ogr2osm
Licenses: Expat
Synopsis: Convert ogr-readable files like shapefiles into OSM or PDF formats
Description:

ogr2osm is a tool for converting ogr-readable files into OSM format. It supports reading from OGR files like shapefiles or PostgresSQL database and converts data into osm or osm.pbf formats. A translation file can be used to manipulate the data during conversion.

python-xgboost 1.7.6
Dependencies: xgboost@1.7.6
Propagated dependencies: python-numpy@1.24.4 python-scipy@1.12.0
Channel: guix
Location: gnu/packages/machine-learning.scm (gnu packages machine-learning)
Home page: https://xgboost.ai/
Licenses: ASL 2.0
Synopsis: Python interface for the XGBoost library
Description:

XGBoost is an optimized distributed gradient boosting library designed to be highly efficient, flexible and portable. It implements machine learning algorithms under the Gradient Boosting framework. XGBoost provides a parallel tree boosting (also known as GBDT, GBM) that solve many data science problems in a fast and accurate way.

python-extruct 0.16.0
Propagated dependencies: python-html-text@0.5.2 python-jstyleson@0.0.2 python-lxml@4.9.1 python-mf2py@1.1.2 python-pyrdfa3@3.6.2 python-rdflib@7.1.1 python-w3lib@2.1.2
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/scrapinghub/extruct
Licenses: Modified BSD
Synopsis: Extract embedded metadata from HTML markup
Description:

extruct is a Python library for extracting embedded metadata from HTML markup. Currently, extruct supports:

  • W3C's HTML Microdata

  • embedded JSON-LD

  • Microformat via mf2py

  • Facebook's Open Graph

  • (experimental) RDFa via rdflib

  • Dublin Core Metadata (DC-HTML-2003)

python-vobject 0.9.6.1
Propagated dependencies: python-dateutil@2.8.2 python-pyicu@2.9
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://eventable.github.io/vobject/
Licenses: ASL 2.0
Synopsis: Parse and generate vCard and vCalendar files
Description:

Vobject is intended to be a full featured Python package for parsing and generating vCard and vCalendar files. Currently, iCalendar files are supported and well tested. vCard 3.0 files are supported, and all data should be imported, but only a few components are understood in a sophisticated way.

python-spectra 0.0.11
Propagated dependencies: python-colormath@3.0.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/jsvine/spectra
Licenses: Expat
Synopsis: Color scales and color conversion
Description:

This package provides a Python library intended to make color math, color scales, and color space conversion easy. It has support for:

  1. Color scales

  2. Color ranges

  3. Color blending

  4. Brightening/darkening colors

  5. Saturating/desaturating colors

  6. Conversion to/from multiple color spaces.

python-parsley 1.3
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://launchpad.net/parsley
Licenses: Expat
Synopsis: Parsing and pattern matching Python library
Description:

Parsley is a parsing library using PEG algorithm, so each expression in the grammar rules works like a Python expression. In particular, alternatives are evaluated in order, unlike table-driven parsers such as yacc, bison or PLY. Parsley is an implementation of OMeta, an object-oriented pattern-matching language.

python-tzlocal 5.2
Propagated dependencies: python-tzdata@2023.4
Channel: guix
Location: gnu/packages/time.scm (gnu packages time)
Home page: https://github.com/regebro/tzlocal
Licenses: Expat
Synopsis: Local timezone information for Python
Description:

Tzlocal returns a tzinfo object with the local timezone information. This module attempts to fix a glaring hole in pytz, that there is no way to get the local timezone information, unless you know the zoneinfo name, and under several distributions that's hard or impossible to figure out.

python-pyliblo 0.10.0
Dependencies: liblo@0.31
Channel: guix
Location: gnu/packages/audio.scm (gnu packages audio)
Home page: http://das.nasophon.de/pyliblo/
Licenses: LGPL 2.1+
Synopsis: Python bindings for liblo
Description:

Pyliblo is a Python wrapper for the liblo Open Sound Control (OSC) library. It supports almost the complete functionality of liblo, allowing you to send and receive OSC messages using a nice and simple Python API. Also included are the command line utilities send_osc and dump_osc.

python-aiohttp 3.8.4
Propagated dependencies: python-aiodns@3.0.0 python-aiosignal@1.3.1 python-attrs@24.2.0 python-asynctest@0.13.0 python-async-timeout@4.0.3 python-charset-normalizer@2.1.0 python-frozenlist@1.2.0 python-idna-ssl@1.0.1 python-multidict@5.2.0 python-yarl@1.6.3
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://github.com/aio-libs/aiohttp/
Licenses: ASL 2.0
Synopsis: Async HTTP client/server framework (asyncio)
Description:

aiohttp is an asynchronous HTTP client/server framework.

Its main features are:

  • Supports both client and server side of HTTP protocol.

  • Supports both client and server Web-Sockets out-of-the-box without the Callback Hell.

  • Web-server has middlewares and pluggable routing.

python-tornado 5.1.1
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://www.tornadoweb.org/
Licenses: ASL 2.0
Synopsis: Python web framework and asynchronous networking library
Description:

Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. By using non-blocking network I/O, Tornado can scale to tens of thousands of open connections, making it ideal for long polling, WebSockets, and other applications that require a long-lived connection to each user.

python-tornado 6.4.2
Channel: guix
Location: gnu/packages/python-web.scm (gnu packages python-web)
Home page: https://www.tornadoweb.org/
Licenses: ASL 2.0
Synopsis: Python web framework and asynchronous networking library
Description:

Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. By using non-blocking network I/O, Tornado can scale to tens of thousands of open connections, making it ideal for long polling, WebSockets, and other applications that require a long-lived connection to each user.

python-globber 0.2.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/asharov/globber
Licenses: ASL 2.0
Synopsis: Library for string matching with glob patterns
Description:

Globber is a Python library for matching file names against glob patterns. In contrast to other glob-matching libraries, it matches arbitrary strings and doesn't require the matched names to be existing files. In addition, it supports the globstar ** operator to match an arbitrary number of path components.

Total results: 3594