_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python2-setuptools 41.0.1
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://pypi.org/project/setuptools/
Licenses: Python Software Foundation License Expat ASL 2.0 FreeBSD
Synopsis: Library designed to facilitate packaging Python projects
Description:

Setuptools is a fully-featured, stable library designed to facilitate packaging Python projects, where packaging includes:

  • Python package and module definitions

  • distribution package metadata

  • test hooks

  • project installation

  • platform-specific details.

python2-pyxlwriter 0.4a3
Channel: gn-bioinformatics
Location: gn/packages/python.scm (gn packages python)
Home page: https://sourceforge.net/projects/pyxlwriter/
Licenses: LGPL 2.1+
Synopsis: Python library for generating Excel compatible spreadsheets
Description:

PyXLWriter is a Python library for generating Excel compatible spreadsheets. It's a port of John McNamara's Perl Spreadsheet::WriteExcel module version 1.01 to Python. It allows writing of Excel compatible spreadsheets without the need for COM objects.

python2-matplotlib 2.2.5
Dependencies: cairo@1.18.2 freetype@2.13.0 glib@2.82.1 libpng@1.6.39 qhull@2020.2 tcl@8.6.12 tk@8.6.12
Propagated dependencies: python2@2.7.18 python2-dateutil@2.8.2 python2-functools32@3.2.3-2 python2-kiwisolver@1.0.1 python2-numpy@1.16.6 python2-pillow@6.2.2 python2-pycairo@1.18.2 python2-pygobject@2.28.7 python2-pyparsing@2.4.7 python2-six@1.16.0 python2-subprocess32@3.2.7 gobject-introspection@1.82.0 python2-backports-functools-lru-cache@1.6.1 python2-certifi@2021.10.8 python2-cycler@0.10.0 python2-pytz@2023.3.post1
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://matplotlib.org/
Licenses: Python Software Foundation License
Synopsis: 2D plotting library for Python
Description:

Matplotlib is a Python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms. Matplotlib can be used in Python scripts, the python and ipython shell, web application servers, and six graphical user interface toolkits.

python2-hypothesis 4.57.1
Propagated dependencies: python2-enum34@1.1.6 python-attrs-bootstrap@24.2.0 python2-sortedcontainers@2.4.0
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://github.com/HypothesisWorks/hypothesis
Licenses: MPL 2.0
Synopsis: Library for property based testing
Description:

Hypothesis is a library for testing your Python code against a much larger range of examples than you would ever want to write by hand. It’s based on the Haskell library, Quickcheck, and is designed to integrate seamlessly into your existing Python unit testing work flow.

python2-kiwisolver 1.0.1
Dependencies: libxcrypt@4.4.36
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://github.com/nucleic/kiwi
Licenses: Modified BSD
Synopsis: Fast implementation of the Cassowary constraint solver
Description:

Kiwi is an efficient C++ implementation of the Cassowary constraint solving algorithm. Kiwi has been designed from the ground up to be lightweight and fast. Kiwi ranges from 10x to 500x faster than the original Cassowary solver with typical use cases gaining a 40x improvement. Memory savings are consistently > 5x.

python2-scientific 2.9.4
Dependencies: netcdf@4.9.0
Propagated dependencies: python2-numpy@1.8.2 python2-pyro@3.16
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: http://dirac.cnrs-orleans.fr/ScientificPython
Licenses: CeCILL-C
Synopsis: Python modules for scientific computing
Description:

ScientificPython is a collection of Python modules that are useful for scientific computing. Most modules are rather general (Geometry, physical units, automatic derivatives, ...) whereas others are more domain-specific (e.g. netCDF and PDB support). The library is currently not actively maintained and works only with Python 2 and NumPy < 1.9.

python24-qtlreaper 1.11-gn1.442c217
Channel: gn-bioinformatics
Location: gn/past/genenetwork1.scm (gn past genenetwork1)
Home page: http://qtlreaper.sourceforge.net/
Licenses: GPL 2+
Synopsis: Scan expression data for QTLs
Description:

Batch-oriented version of WebQTL. It requires, as input, expression data from members of a set of recombinant inbred lines and genotype information for the same lines. It searches for an association between each expression trait and all genotypes and evaluates that association by a permutation test. For the permutation test, it performs only as many permutations as are necessary to define the empirical P-value to a reasonable precision. It also performs bootstrap resampling to estimate the confidence region for the location of a putative QTL.

python2-htmlgen-2.2 2.2.2
Channel: gn-bioinformatics
Location: gn/packages/python.scm (gn packages python)
Home page: https://packages.debian.org/unstable/python/python-htmlgen
Licenses:
Synopsis: Genenetwork version of Python2 HTMLgen (defunkt project)
#<unspecified>
python2-pytest-mock 1.13.0
Propagated dependencies: python2-mock@3.0.5 python2-pytest@4.6.11
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://github.com/pytest-dev/pytest-mock/
Licenses: Expat
Synopsis: Thin-wrapper around the mock package for easier use with pytest
Description:

Thin-wrapper around the mock package for easier use with pytest

python2-functools32 3.2.3-2
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://github.com/MiCHiLU/python-functools32
Licenses: Expat
Synopsis: Backport of the functools module from Python 3.2.3
Description:

This package is a backport of the functools module from Python 3.2.3 for use with older versions of Python and PyPy.

fixed-python2-sympy 1.13.3
Propagated dependencies: python-mpmath@1.2.1
Channel: guix-hpc
Location: guix-hpc/packages/solverstack.scm (guix-hpc packages solverstack)
Home page: https://www.sympy.org/
Licenses: Modified BSD
Synopsis: Python library for symbolic mathematics
Description:

SymPy is a Python library for symbolic mathematics. It aims to become a full-featured computer algebra system (CAS) while keeping the code as simple as possible in order to be comprehensible and easily extensible.

python2-contextlib2 0.6.0.post1
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://contextlib2.readthedocs.org/
Licenses: Python Software Foundation License
Synopsis: Tools for decorators and context managers
Description:

This module is primarily a backport of the Python 3.2 contextlib to earlier Python versions. Like contextlib, it provides utilities for common tasks involving decorators and context managers. It also contains additional features that are not part of the standard library.

python24-simplejson 2.0.9
Channel: gn-bioinformatics
Location: gn/packages/python24.scm (gn packages python24)
Home page: https://simplejson.readthedocs.io/en/latest
Licenses: X11
Synopsis: Json library for Python
Description:

JSON (JavaScript Object Notation) is a subset of JavaScript syntax (ECMA-262 3rd edition) used as a lightweight data interchange format.

Simplejson exposes an API familiar to users of the standard library marshal and pickle modules. It is the externally maintained version of the json library contained in Python 2.6, but maintains compatibility with Python 2.5 and (currently) has significant performance advantages, even without using the optional C extension for speedups. Simplejson is also supported on Python 3.3+.

python24-htmlgen-GN1 2.5
Channel: gn-bioinformatics
Location: gn/packages/python24.scm (gn packages python24)
Home page:
Licenses: FreeBSD
Synopsis:
Description:
python24-mysqlclient 1.2.3
Dependencies: openssl@1.0.2u zlib@1.3
Channel: gn-bioinformatics
Location: gn/packages/python24.scm (gn packages python24)
Home page: http://mysql-python.sourceforge.net/
Licenses: GPL 2+
Synopsis: Python interface to MySQL
Description:

MySQLdb is an interface to the popular MySQL database server for Python. The design goals are:

  • with Python database API version 2.0

  • Thread-safety

  • Thread-friendliness (threads will not block each other)

  • Compatibility with MySQL-3.23 and later

python2-subprocess32 3.2.7
Dependencies: libxcrypt@4.4.36
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://github.com/google/python-subprocess32
Licenses: Python Software Foundation License
Synopsis: Backport of the subprocess module from Python 3.2
Description:

This is a backport of the subprocess standard library module from Python 3.2 and 3.3 for use on Python 2. It includes bugfixes and some new features. On POSIX systems it is guaranteed to be reliable when used in threaded applications. It includes timeout support from Python 3.3 but otherwise matches 3.2’s API.

python2-singledispatch 3.4.0.3
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://docs.python.org/3/library/functools.html#functools.singledispatch
Licenses: Expat
Synopsis: Backport of singledispatch feature from Python 3.4
Description:

This library brings functools.singledispatch from Python 3.4 to Python 2.6-3.3.

python2-zipp-bootstrap 1.0.0
Propagated dependencies: python2-more-itertools@5.0.0
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://github.com/jaraco/zipp
Licenses: Expat
Synopsis: Backport of pathlib-compatible object wrapper for zip files
Description:

This package provides a pathlib-compatible Zipfile object wrapper. It provides a backport of the Path object.

python2-setuptools-scm 5.0.2
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://github.com/pypa/setuptools_scm/
Licenses: Expat
Synopsis: Manage Python package versions in SCM metadata
Description:

Setuptools_scm handles managing your Python package versions in software configuration management (SCM) metadata instead of declaring them as the version argument or in a SCM managed file.

python2-more-itertools 5.0.0
Propagated dependencies: python2-six@1.16.0
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://github.com/erikrose/more-itertools
Licenses: Expat
Synopsis: More routines for operating on iterables, beyond itertools
Description:

Python's built-in itertools module implements a number of iterator building blocks inspired by constructs from APL, Haskell, and SML. more-itertools includes additional building blocks for working with iterables.

python2-beautifulsoup4 4.9.3
Propagated dependencies: python2-soupsieve@1.9.2 python2-html5lib@1.1 python2-lxml@4.6.5
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://www.crummy.com/software/BeautifulSoup/bs4/
Licenses: Expat
Synopsis: Screen-scraping library
Description:

Beautiful Soup is a Python library designed for rapidly setting up screen-scraping projects. It offers Pythonic idioms for navigating, searching, and modifying a parse tree, providing a toolkit for dissecting a document and extracting what you need. It automatically converts incoming documents to Unicode and outgoing documents to UTF-8.

python24-pyxlwriter-GN1 0.4a3
Channel: gn-bioinformatics
Location: gn/packages/python24.scm (gn packages python24)
Home page:
Licenses: LGPL 2.1+
Synopsis:
Description:
python2-pluggy-bootstrap 0.13.1
Propagated dependencies: python2-importlib-metadata-bootstrap@1.5.0
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://pypi.org/project/pluggy/
Licenses: Expat
Synopsis: Plugin and hook calling mechanism for Python
Description:

Pluggy is an extraction of the plugin manager as used by Pytest but stripped of Pytest specific details.

python2-ruamel.ordereddict 0.4.14
Channel: gn-bioinformatics
Location: gn/packages/python.scm (gn packages python)
Home page: https://sourceforge.net/projects/ruamel-ordereddict/
Licenses: Expat
Synopsis: Version of dict that keeps keys in insertion resp. sorted order
Description:

This package provides a version of dict that keeps keys in insertion resp. sorted order.

Page: 12345
Total results: 105