Metadata-Version: 2.1
Name: linearmath
Version: 0.1.0
Summary: The python toolkit for Linear Algebra.
Author-email: Ahmed abdulellah Haidar Shayea <solomonsh@gmail.com>
Maintainer-email: Ahmed abdulellah Haidar Shayea <solomonsh@gmail.com>
License: GNU General Public License v3
Project-URL: bugs, https://github.com/shayea-colla/linearpy/issues
Project-URL: changelog, https://github.com/shayea-colla/linearpy/blob/master/changelog.md
Project-URL: homepage, https://github.com/shayea-colla/linearpy
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS.rst
Provides-Extra: dev
Requires-Dist: coverage ; extra == 'dev'
Requires-Dist: mypy ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: ruff ; extra == 'dev'

========
linearpy
========


.. image:: https://img.shields.io/pypi/v/linearpy.svg
        :target: https://pypi.python.org/pypi/linearpy

.. image:: https://img.shields.io/travis/shayea-colla/linearpy.svg
        :target: https://travis-ci.com/shayea-colla/linearpy

.. image:: https://readthedocs.org/projects/linearpy/badge/?version=latest
        :target: https://linearpy.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status


.. image:: https://pyup.io/repos/github/shayea-colla/linearpy/shield.svg
     :target: https://pyup.io/repos/github/shayea-colla/linearpy/
     :alt: Updates



The python toolkit for Linear Algebra.


* Free software: GNU General Public License v3
* Documentation: https://linearpy.readthedocs.io.


Features
--------

TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
