Metadata-Version: 2.0
Name: matrix
Version: 1.0.0
Summary: Generic matrix generator.
Home-page: https://github.com/ionelmc/python-matrix
Author: Ionel Cristian Mărieș
Author-email: contact@ionelmc.ro
License: BSD
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Utilities

===============================
matrix
===============================

.. image:: http://img.shields.io/travis/ionelmc/python-matrix/master.png
    :alt: Travis-CI Build Status
    :target: https://travis-ci.org/ionelmc/python-matrix

.. See: http://www.appveyor.com/docs/status-badges

.. image:: https://ci.appveyor.com/api/projects/status/<security-token>/branch/master
    :alt: AppVeyor Build Status
    :target: https://ci.appveyor.com/project/ionelmc/python-matrix

.. image:: http://img.shields.io/coveralls/ionelmc/python-matrix/master.png
    :alt: Coverage Status
    :target: https://coveralls.io/r/ionelmc/python-matrix

.. image:: http://img.shields.io/pypi/v/matrix.png
    :alt: PYPI Package
    :target: https://pypi.python.org/pypi/matrix

.. image:: http://img.shields.io/pypi/dm/matrix.png
    :alt: PYPI Package
    :target: https://pypi.python.org/pypi/matrix

Generic matrix generator.

* Free software: BSD license

Installation
============

::

    pip install matrix

Documentation
=============

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

Development
===========

To run the all tests run::

    tox

Changelog
=========


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.


