# [Metrix++](https://github.com/metrixplusplus/metrixplusplus) ![Metrix++ Tests](https://github.com/metrixplusplus/metrixplusplus/workflows/Metrix++%20Tests/badge.svg) ![Upload Python Package](https://github.com/metrixplusplus/metrixplusplus/workflows/Upload%20Python%20Package/badge.svg) Metrix++ is an extendable tool for code metrics collection and analysis. Check projects documentation for additional information: * [https://metrixplusplus.github.io/](https://metrixplusplus.github.io/) Thank you for using the tool! ## Installation Metrix++ is published on [PyPi](https://pypi.org/project/metrixpp/) as `metrixpp` and can be installed using pip: ``` pip install metrixpp ``` Alternatively you can [download the archive](https://github.com/metrixplusplus/metrixplusplus/releases) with the latest stable version and unpack it to some folder. The first run of the tool will trigger the installation within the folder, where it was launched. For more installation options, please, check [this documentation](https://metrixplusplus.github.io/home.html#download_section) ## Issue tracker and feedback Have got a bug or a feature request or any feedback? [Please submit a ticket](https://github.com/metrixplusplus/metrixplusplus/issues/new). Be aware of some [limitations](https://github.com/metrixplusplus/metrixplusplus/blob/master/LIMITATIONS.md). ## Copyright and license [MIT](https://github.com/metrixplusplus/metrixplusplus/blob/master/LICENSE)