Skip to content

Repositório destinado a interface CLI do projeto MeasureSoftGram para as disciplinas de EPS e MDS

License

Notifications You must be signed in to change notification settings

fga-eps-mds/MeasureSoftGram-CLI

Repository files navigation

2023-2 MeasureSoftGram-CLI

Badges

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

PyPI

What is the MeasureSoftGram-CLI?

The CLI is a command-line interface to the software.

How to use CLI

-How to use

How to run only CLI

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

How to run tests

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

License

AGPL-3.0 License

Documentation

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

Contribute

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

Another informations

Our services are available on Docker Hub:

Wiki

For more informations, you can see our wiki:

About

Repositório destinado a interface CLI do projeto MeasureSoftGram para as disciplinas de EPS e MDS

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages