_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
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

python24-matplotlib 1.1.0
Dependencies: freetype@2.13.0 libpng@1.6.39
Propagated dependencies: python24-dateutil@2.1 python24-numpy@1.1.1 python24-pytz@2023.3.post1
Channel: guix-past
Location: past/packages/python.scm (past packages python)
Home page: https://matplotlib.org/
Licenses: Python Software Foundation License
Synopsis: Matplotlib 1.1.0 released on 2011-11-14
Description:

Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python.

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.11.1
Propagated dependencies: python2-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.

python24-setuptools 1.4.2
Channel: guix-past
Location: past/packages/python.scm (past packages python)
Home page: https://pypi.org/project/setuptools/
Licenses: Python Software Foundation License Expat ASL 2.0 FreeBSD
Synopsis: Setuptools 1.4.2, released on 2013-13-01
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.

python24-pyxlwriter 0.4a3
Channel: guix-past
Location: past/packages/python.scm (past 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-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-flask-sqlalchemy 2.5.1
Propagated dependencies: python2-flask@2.1.1 python-sqlalchemy@1.4.42
Channel: gn-bioinformatics
Location: gn/packages/python.scm (gn packages python)
Home page: https://github.com/mitsuhiko/flask-sqlalchemy
Licenses: Modified BSD
Synopsis: Module adding SQLAlchemy support to your Flask application
Description:

This package adds SQLAlchemy support to your Flask application.

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.

python2-importlib-metadata 1.5.0
Propagated dependencies: python2-zipp@1.0.0 python2-configparser@4.0.2 python2-contextlib2@0.6.0.post1 python2-importlib-resources@1.0.2 python2-pathlib2@2.3.5
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://importlib-metadata.readthedocs.io/
Licenses: ASL 2.0
Synopsis: Read metadata from Python packages
Description:

importlib_metadata is a library which provides an API for accessing an installed Python package's metadata, such as its entry points or its top-level name. This functionality intends to replace most uses of pkg_resources entry point API and metadata API. Along with importlib.resources in Python 3.7 and newer, this can eliminate the need to use the older and less efficient pkg_resources package.

python2-pyfakefs-bootstrap 3.7.1
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: http://pyfakefs.org/
Licenses: ASL 2.0
Synopsis: Mock file system interactions in tests
Description:

This package provides a Python library intended for use in automated tests. One difficulty when testing software is that the code under test might need to read or write to files in the local file system. If the file system is not set up in just the right way, it might cause a spurious error during the test. The pyfakefs library provides a solution to problems like this by mocking file system interactions. In other words, it arranges for the code under test to interact with a fake file system instead of the real file system. The code under test requires no modification to work with pyfakefs.

python2-pathlib2-bootstrap 2.3.5
Propagated dependencies: python2-scandir@1.10.0 python2-six-bootstrap@1.16.0
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://pypi.org/project/pathlib2/
Licenses: Expat
Synopsis: Object-oriented file system paths - backport of standard pathlib module
Description:

The goal of pathlib2 is to provide a backport of standard pathlib module which tracks the standard library module, so all the newest features of the standard pathlib can be used also on older Python versions.

Pathlib offers a set of classes to handle file system paths. It offers the following advantages over using string objects:

  1. No more cumbersome use of os and os.path functions. Everything can be done easily through operators, attribute accesses, and method calls.

  2. Embodies the semantics of different path types. For example, comparing Windows paths ignores casing.

  3. Well-defined semantics, eliminating any inconsistencies or ambiguities (forward vs. backward slashes, etc.).

Page: 123456
Total results: 126