Command line project to MeasureSoftGram
The CLI is a command-line interface to the software.
Install this packages
pip install .
pip install -r requirements.txt
To show all MeasureSoftGram commands If do you want to see all commands use:
pip install .
then use this command to see the commands:
msgram -h
or if you don´t want to run the pip install . , use:
python3 main.py
Then put the command that do you want
Install this dependencies
pip install .
pip install -r requirements.txt
We are using tox for the tests, so it is good to install the tox:
pip install tox
Then you can run the tests using
tox
if you want to especify the file use:
tox <PACKAGE OR FILE>
If it does not work, you can try to run before:
pip install pytest-mock
AGPL-3.0 License
The documentation of this project can be accessed at this website: Documentation.
Do you want to contribute with our project? Access our contribution guide where we explain how you do it.
Our services are available on Docker Hub:
For more informations, you can see our wiki: