Metadata-Version: 2.1
Name: mrmath
Version: 0.1.0
Summary: Python Library for Mathematic Calculation
Home-page: https://anatas_ch.gitlab.io/pyl_mrmath/
Author: Michael Rippstein
Author-email: info@anatas.ch
License: AGPL-3.0
Project-URL: Documentation, https://mrmath.readthedocs.io/
Project-URL: Bug Tracker, https://gitlab.com/anatas_ch/pyl_mrmath/-/issues
Project-URL: Source Code, https://gitlab.com/anatas_ch/pyl_mrmath
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Operating System :: OS Independent
Classifier: Typing :: Typed
Requires-Python: >=3.9
Description-Content-Type: text/x-rst

mrmath - Python Library for Mathematic Calculation
==================================================

Usage
-----

License
-------
GNU AFFERO GENERAL PUBLIC LICENSE Version 3

Developer guide
---------------

Upgrade your setup tools and pip.
They are needed for development and testing only:

.. code:: bash

    pip install --upgrade setuptools pip wheel

Development steps for code changes

.. code:: bash

    git clone https://gitlab.com/anatas_ch/pyl_mrtinydb.git
    pip install -e pyl_mrtinydb
    cd pya_bibref

Then install relevant development requirements:

.. code:: bash

    pip install -r requirements_rnd.txt
    pip install -r tests/requirements.txt

Once you have finished your changes, please provide test case(s) and relevant
documentation.

=========
Changelog
=========

All notable changes to this project will be documented in this file.

The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`__,
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`__.


[Unreleased]
============

Added
-----


Changed
-------


Fixed
-----



[0.1.0] - 2021-xx-yy
====================

Added
-----
- first public release.


