2026.1 MeasureSoftGram-Core

July 11, 2026 ยท View on GitHub

Code Smells Maintainability Rating Security Rating Bugs Vulnerabilities Duplicated Lines (%) Reliability Rating Quality Gate Status Technical Debt Coverage Lines of Code

What is it?

The MeasureSoftGram-Core is a software system for continuous quality of product observation and multidimensional use in continuous design engineering software, and is where the innovative mathematical models for software analysis live.

How to use MeasureSoftGram Core

How to use

Core is a Python library (msgram-core on PyPI), consumed in-process by the Service and the CLI. There is no server to run: install it and import the analysis functions.

pip install msgram-core
from resources.analysis import calculate_measures

How to run tests

Install dependencies:

pip install -r requirements.txt

We use tox for tests:

pip install tox
tox

To run a specific package or file:

tox <PACKAGE OR FILE>

If it doesn't work, try first:

pip install pytest-mock

Contribute

Do you want to contribute with our project? Access our contribution guide where we explain how you do it.

Code of Conduct

We follow a Code of Conduct โ€” please read it before contributing.

License

GNU AGPL-3.0 License

Documentation

The documentation of this project can be accessed at: Documentation.

Another informations

Our services are available on Docker Hub:

Wiki

For more information, see our wiki.