https://github.com/ionelmc/python-matrix
https://github.com/ionelmc/python-matrix
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ionelmc/python-matrix
- Owner: ionelmc
- License: bsd-2-clause
- Created: 2014-06-08T14:35:20.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-04-12T11:47:05.000Z (over 3 years ago)
- Last Synced: 2025-03-25T06:41:37.102Z (7 months ago)
- Language: Python
- Size: 80.1 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
========
Overview
========.. start-badges
.. list-table::
:stub-columns: 1* - docs
- |docs|
* - tests
- | |github-actions| |requires|
| |coveralls| |codecov|
* - package
- | |version| |wheel| |supported-versions| |supported-implementations|
| |commits-since|
.. |docs| image:: https://readthedocs.org/projects/python-matrix/badge/?style=flat
:target: https://python-matrix.readthedocs.io/
:alt: Documentation Status.. |github-actions| image:: https://github.com/ionelmc/python-matrix/actions/workflows/github-actions.yml/badge.svg
:alt: GitHub Actions Build Status
:target: https://github.com/ionelmc/python-matrix/actions.. |requires| image:: https://requires.io/github/ionelmc/python-matrix/requirements.svg?branch=main
:alt: Requirements Status
:target: https://requires.io/github/ionelmc/python-matrix/requirements/?branch=main.. |coveralls| image:: https://coveralls.io/repos/ionelmc/python-matrix/badge.svg?branch=main&service=github
:alt: Coverage Status
:target: https://coveralls.io/r/ionelmc/python-matrix.. |codecov| image:: https://codecov.io/gh/ionelmc/python-matrix/branch/main/graphs/badge.svg?branch=main
:alt: Coverage Status
:target: https://codecov.io/github/ionelmc/python-matrix.. |version| image:: https://img.shields.io/pypi/v/matrix.svg
:alt: PyPI Package latest release
:target: https://pypi.org/project/matrix.. |wheel| image:: https://img.shields.io/pypi/wheel/matrix.svg
:alt: PyPI Wheel
:target: https://pypi.org/project/matrix.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/matrix.svg
:alt: Supported versions
:target: https://pypi.org/project/matrix.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/matrix.svg
:alt: Supported implementations
:target: https://pypi.org/project/matrix.. |commits-since| image:: https://img.shields.io/github/commits-since/ionelmc/python-matrix/v3.0.0.svg
:alt: Commits since latest release
:target: https://github.com/ionelmc/python-matrix/compare/v3.0.0...main.. end-badges
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