_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
python2 2.7.18
Dependencies: bzip2@1.0.8 expat@2.5.0 gdbm@1.23 libffi@3.4.4 libxcrypt@4.4.36 sqlite@3.39.3 openssl@1.1.1u readline@8.1.2 zlib@1.3 tcl@8.6.12 tk@8.6.12
Channel: guix
Location: gnu/packages/python.scm (gnu packages python)
Home page: https://www.python.org
Licenses: Python Software Foundation License
Synopsis: High-level, dynamically-typed programming language
Description:

Python is a remarkably powerful dynamic programming language that is used in a wide variety of application domains. Some of its key distinguishing features include: clear, readable syntax; strong introspection capabilities; intuitive object orientation; natural expression of procedural code; full modularity, supporting hierarchical packages; exception-based error handling; and very high level dynamic data types.

python2 2.7.18
Dependencies: bzip2@1.0.8 expat@2.5.0 gdbm@1.23 libffi@3.4.4 libxcrypt@4.4.36 sqlite@3.39.3 openssl@1.1.1u readline@8.1.2 zlib@1.3 tcl@8.6.12 tk@8.6.12
Channel: guix
Location: gnu/packages/python.scm (gnu packages python)
Home page: https://www.python.org
Licenses: Python Software Foundation License
Synopsis: High-level, dynamically-typed programming language
Description:

Python is a remarkably powerful dynamic programming language that is used in a wide variety of application domains. Some of its key distinguishing features include: clear, readable syntax; strong introspection capabilities; intuitive object orientation; natural expression of procedural code; full modularity, supporting hierarchical packages; exception-based error handling; and very high level dynamic data types.

python2-six 1.16.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://pypi.org/project/six/
Licenses: X11
Synopsis: Python 2 and 3 compatibility utilities
Description:

Six is a Python 2 and 3 compatibility library. It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is compatible on both Python versions. Six supports every Python version since 2.5. It is contained in only one Python file, so it can be easily copied into your project.

python2-six 1.16.0
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://pypi.org/project/six/
Licenses: X11
Synopsis: Python 2 and 3 compatibility utilities
Description:

Six is a Python 2 and 3 compatibility library. It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is compatible on both Python versions. Six supports every Python version since 2.5. It is contained in only one Python file, so it can be easily copied into your project.

python2-nose 1.3.7
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: http://readthedocs.org/docs/nose/
Licenses: LGPL 2.0+
Synopsis: Python testing library
Description:

Nose extends the unittest library to make testing easier.

python2-dbus 1.2.18
Dependencies: python2@2.7.18 libxcrypt@4.4.36 dbus-glib@0.112
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://www.freedesktop.org/wiki/Software/DBusBindings/
Licenses: Expat
Synopsis: Python bindings for D-bus
Description:

python-dbus provides bindings for libdbus, the reference implementation of D-Bus.

python2-lxml 4.6.5
Dependencies: libxml2@2.9.14 libxslt@1.1.37
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://lxml.de/
Licenses: Modified BSD
Synopsis: Python XML processing library
Description:

The lxml XML toolkit is a Pythonic binding for the C libraries libxml2 and libxslt.

python2-zipp 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-mock 3.0.5
Propagated dependencies: python2-funcsigs@1.0.2 python2-six@1.16.0
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://github.com/testing-cabal/mock
Licenses: Expat
Synopsis: Python mocking and patching library for testing
Description:

Mock is a library for testing in Python. It allows you to replace parts of your system under test with mock objects and make assertions about how they have been used. This library is now part of Python (since Python 3.3), available via the unittest.mock module.

python2-mmtk 2.7.13
Propagated dependencies: python2-scientific@2.9.4 python2@2.7.18
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: http://dirac.cnrs-orleans.fr/MMTK
Licenses: CeCILL-C
Synopsis: Python library for molecular simulation
Description:

MMTK is a library for molecular simulations with an emphasis on biomolecules. It provides widely used methods such as Molecular Dynamics and normal mode analysis, but also basic routines for implementing new methods for simulation and analysis. The library is currently not actively maintained and works only with Python 2 and NumPy < 1.9.

python2-pyro 3.16
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://pythonhosted.org/Pyro/
Licenses: Expat
Synopsis: Distributed object manager for Python
Description:

Pyro is a Distributed Object Technology system written in Python that is designed to be easy to use. It resembles Java's Remote Method Invocation (RMI). It has less similarity to CORBA, which is a system and language independent Distributed Object Technology and has much more to offer than Pyro or RMI. Pyro 3.x is no longer maintained. New projects should use Pyro4 instead, which is the new Pyro version that is actively developed.

python2-scipy 1.2.3
Dependencies: openblas@0.3.29 pybind11@2.13.6
Propagated dependencies: python2-numpy@1.16.6 python2-matplotlib@2.2.5 python2-pyparsing@2.4.7
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://scipy.org/
Licenses: Modified BSD
Synopsis: The Scipy library provides efficient numerical routines
Description:

The SciPy library is one of the core packages that make up the SciPy stack. It provides many user-friendly and efficient numerical routines such as routines for numerical integration and optimization.

python2-pysam 0.20.0
Dependencies: ncurses@6.2.20210619 curl@8.6.0 zlib@1.3
Propagated dependencies: htslib@1.21
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://github.com/pysam-developers/pysam
Licenses: Expat
Synopsis: Python bindings to the SAMtools C API
Description:

Pysam is a Python module for reading and manipulating files in the SAM/BAM format. Pysam is a lightweight wrapper of the SAMtools C API. It also includes an interface for tabix.

python2-numpy 1.16.6
Dependencies: bash@5.1.16 openblas@0.3.29
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.

scons-python2 3.1.2
Channel: guix
Location: gnu/packages/build-tools.scm (gnu packages build-tools)
Home page: https://scons.org/
Licenses: X11
Synopsis: Software construction tool written in Python
Description:

SCons is a software construction tool. Think of SCons as an improved, cross-platform substitute for the classic Make utility with integrated functionality similar to autoconf/automake and compiler caches such as ccache. In short, SCons is an easier, more reliable and faster way to build software.

libnl-python2 3.5.0
Dependencies: python2@2.7.18 libxcrypt@4.4.36
Propagated dependencies: libnl@3.5.0
Channel: guix
Location: gnu/packages/linux.scm (gnu packages linux)
Home page: https://www.infradead.org/~tgr/libnl/
Licenses: GPL 2
Synopsis: NetLink protocol library suite
Description:

The libnl suite is a collection of libraries providing APIs to netlink protocol based Linux kernel interfaces. Netlink is an IPC mechanism primarily between the kernel and user space processes. It was designed to be a more flexible successor to ioctl to provide mainly networking related kernel configuration and monitoring interfaces.

python2-numpy 1.8.2
Dependencies: bash@5.1.16 openblas@0.3.29
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. Version 1.8 is the last one to contain the numpy.oldnumeric API that includes the compatibility layer numpy.oldnumeric with NumPy's predecessor Numeric.

python2-pluggy 0.13.1
Propagated dependencies: python2-importlib-metadata@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-enum34 1.1.8
Channel: rrr
Location: rrr/packages/python-xyz.scm (rrr packages python-xyz)
Home page: https://bitbucket.org/stoneleaf/enum34
Licenses: Modified BSD
Synopsis: Backported Python 3.4 Enum
Description:

Enum34 is the new Python stdlib enum module available in Python 3.4 backported for previous versions of Python from 2.4 to 3.3.

python2-enum34 1.1.6
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://pypi.org/project/enum34/
Licenses: Modified BSD
Synopsis: Backported Python 3.4 Enum
Description:

Enum34 is the new Python stdlib enum module available in Python 3.4 backported for previous versions of Python from 2.4 to 3.3.

python2-pytest 4.6.11
Propagated dependencies: python2-atomicwrites@1.4.0 python-attrs-bootstrap@24.2.0 python2-funcsigs@1.0.2 python2-importlib-metadata-bootstrap@1.5.0 python2-more-itertools@5.0.0 python2-packaging-bootstrap@20.0 python2-pathlib2@2.3.5 python2-pluggy@0.13.1 python-py@1.11.0 python2-six-bootstrap@1.16.0 python-wcwidth@0.2.13
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://docs.pytest.org/en/latest/
Licenses: Expat
Synopsis: Python testing library
Description:

Pytest is a testing tool that provides auto-discovery of test modules and functions, detailed info on failing assert statements, modular fixtures, and many external plugins.

python2-cython 0.29.24
Dependencies: python2@2.7.18 libxcrypt@4.4.36
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://cython.org/
Licenses: ASL 2.0
Synopsis: C extensions for Python
Description:

Cython is an optimising static compiler for both the Python programming language and the extended Cython programming language. It makes writing C extensions for Python as easy as Python itself.

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.

python2-pillow 6.2.2
Dependencies: freetype@2.13.0 lcms@2.13.1 libjpeg-turbo@2.1.4 libtiff@4.4.0 libwebp@1.3.2 libxcrypt@4.4.36 openjpeg@2.5.0 zlib@1.3
Propagated dependencies: python2-olefile@0.46
Channel: guix-past
Location: past/packages/python27.scm (past packages python27)
Home page: https://python-pillow.org
Licenses: X11-style
Synopsis: Fork of the Python Imaging Library
Description:

The Python Imaging Library adds image processing capabilities to your Python interpreter. This library provides extensive file format support, an efficient internal representation, and fairly powerful image processing capabilities. The core image library is designed for fast access to data stored in a few basic pixel formats. It should provide a solid foundation for a general image processing tool.

Page: 123
Total results: 68