README.rst
.. image:: ./docs/static/magic-logo-prototype-1.png
:align: center
:height: 200
:alt: So Magic
*Self-Organising Map inference, data encoding, high performance, easy to use*
.. start-badges
| |circleci| |travis| |codecov| |docs|
| |release_version| |wheel| |supported_versions| |commits_since|
| |better_code_hub| |codacy| |maintainability| |codeclimate_tech_debt| |scrutinizer_code_quality|
|
| **Documentation:** https://so-magic.readthedocs.io/en/master
| **Source Code:** https://github.com/boromir674/so-magic
|
So Magic is a Python package (`import so_magic`) that can infer *Self-Organising Map* models, out of structured data.
.. |circleci| image:: https://img.shields.io/circleci/build/github/boromir674/so-magic/master?logo=circleci
:alt: CircleCI
:target: https://circleci.com/gh/boromir674/so-magic/tree/master
.. |travis| image:: https://travis-ci.org/boromir674/so-magic.svg?branch=master
:alt: Travis-CI Build Status
:target: https://travis-ci.org/boromir674/so-magic
.. |codecov| image:: https://img.shields.io/codecov/c/github/boromir674/so-magic/master?logo=codecov
:alt: Codecov
:target: https://codecov.io/gh/boromir674/so-magic
.. |docs| image:: https://readthedocs.org/projects/so-magic/badge/?version=master
:alt: Documentation Status
:target: https://so-magic.readthedocs.io/en/latest/?badge=master
.. |release_version| image:: https://img.shields.io/pypi/v/so-magic
:target: https://pypi.org/project/so-magic/
:alt: Production Version
.. |wheel| image:: https://img.shields.io/pypi/wheel/so-magic.svg
:alt: Python Wheel
:target: https://pypi.org/project/so-magic
.. |supported_versions| image:: https://img.shields.io/pypi/pyversions/so-magic.svg
:alt: Supported Python versions
:target: https://pypi.org/project/so-magic
.. |commits_since| image:: https://img.shields.io/github/commits-since/boromir674/so-magic/v0.7.1/master?logo=github
:alt: GitHub commits on branch, since tagged version
:target: https://github.com/boromir674/so-magic/compare/v0.7.1..master
.. |better_code_hub| image:: https://bettercodehub.com/edge/badge/boromir674/so-magic?branch=master
:alt: Better Code Hub
:target: https://bettercodehub.com/
.. |codacy| image:: https://app.codacy.com/project/badge/Grade/319e57e2ec484dce9b953c608f88455d
:alt: Codacy
:target: https://www.codacy.com/gh/boromir674/so-magic/dashboard?utm_source=github.com&utm_medium=referral&utm_content=boromir674/so-magic&utm_campaign=Badge_Grade
.. |maintainability| image:: https://img.shields.io/codeclimate/maintainability-percentage/boromir674/so-magic?logo=code-climate
:alt: Maintainability
:target: https://codeclimate.com/github/boromir674/so-magic/maintainability
.. |codeclimate_tech_debt| image:: https://img.shields.io/codeclimate/tech-debt/boromir674/so-magic?logo=code%20climate
:alt: Code Climate technical debt
:target: https://codeclimate.com/github/boromir674/so-magic/trends/technical_debt
.. |scrutinizer_code_quality| image:: https://img.shields.io/scrutinizer/quality/g/boromir674/so-magic/master?logo=scrutinizer-ci
:alt: Scrutinizer code quality
:target: https://scrutinizer-ci.com/g/boromir674/so-magic/?branch=master
To read more about the library (installation guide, features, how-to-use, etc)
please read further in the So Magic `documentation <https://so-magic.readthedocs.io/en/master/>`_.