Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

matrix

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

matrix

Generic matrix generator.

pipPyPI
Version
3.0.0
Maintainers
1

======== Overview

Generic matrix generator.

  • Free software: BSD 2-Clause License

Installation

::

pip install matrix

You can also install the in-development version with::

pip install https://github.com/ionelmc/python-matrix/archive/main.zip

Documentation

https://python-matrix.readthedocs.io/

Development

To run all the tests run::

tox

Note, to combine the coverage data from all the tox environments run:

.. list-table:: :widths: 10 90 :stub-columns: 1

- - Windows
  - ::

        set PYTEST_ADDOPTS=--cov-append
        tox

- - Other
  - ::

        PYTEST_ADDOPTS=--cov-append tox

Changelog

2.0.1 (2017-04-01) 2.0.0 (2016-02-03)

  • Switch to configparser2 (the Python 3.5 backport)
  • Drop Python 2.6 support.

1.3.1 (2015-04-15)

  • Fix the samefile check on windows.

1.3.0 (2015-04-15)

  • Added an optional [cli] extra (use pip install matrix[cli]) that enables a matrix-render command. The new command loads configuration and passes the generated matrix to the given Jinja2 templates.

1.2.0 (2015-04-03)

  • Fix handling when having aliased entries that have empty ("-") values.

1.1.0 (2015-02-12)

  • Add support for empty inclusions/exclusions.

1.0.0 (2014-08-09)

  • Fix Python 2.6 support.
  • Add support for really empty entries (leave completely empty instead of "-")

0.5.0 (2014-08-09)

  • Fix Python 3 support.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts