https://github.com/fga-eps-mds/measuresoftgram-cli
Repositório destinado a interface CLI do projeto MeasureSoftGram para as disciplinas de EPS e MDS
https://github.com/fga-eps-mds/measuresoftgram-cli
cli python
Last synced: 11 months ago
JSON representation
Repositório destinado a interface CLI do projeto MeasureSoftGram para as disciplinas de EPS e MDS
- Host: GitHub
- URL: https://github.com/fga-eps-mds/measuresoftgram-cli
- Owner: fga-eps-mds
- License: agpl-3.0
- Created: 2022-02-27T16:28:15.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2024-03-27T01:27:43.000Z (over 2 years ago)
- Last Synced: 2024-06-06T01:36:53.234Z (about 2 years ago)
- Topics: cli, python
- Language: Python
- Homepage:
- Size: 702 KB
- Stars: 3
- Watchers: 10
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.MD
- License: LICENSE
- Code of conduct: code_of_conduct.md
Awesome Lists containing this project
README
# 2023-2 MeasureSoftGram-CLI
## Badges
[](https://sonarcloud.io/summary/new_code?id=fga-eps-mds_2023-1-MeasureSoftGram-CLI)
[](https://sonarcloud.io/summary/new_code?id=fga-eps-mds_2023-1-MeasureSoftGram-CLI)
[](https://sonarcloud.io/summary/new_code?id=fga-eps-mds_2023-1-MeasureSoftGram-CLI)
[](https://sonarcloud.io/summary/new_code?id=fga-eps-mds_2023-1-MeasureSoftGram-CLI)
[](https://sonarcloud.io/summary/new_code?id=fga-eps-mds_2023-1-MeasureSoftGram-CLI)
[](https://sonarcloud.io/summary/new_code?id=fga-eps-mds_2023-1-MeasureSoftGram-CLI)
[](https://sonarcloud.io/summary/new_code?id=fga-eps-mds_2023-1-MeasureSoftGram-CLI)
[](https://sonarcloud.io/summary/new_code?id=fga-eps-mds_2023-1-MeasureSoftGram-CLI)
[](https://sonarcloud.io/summary/new_code?id=fga-eps-mds_2023-1-MeasureSoftGram-CLI)
[](https://sonarcloud.io/summary/new_code?id=fga-eps-mds_2023-1-MeasureSoftGram-CLI)
[](https://sonarcloud.io/summary/new_code?id=fga-eps-mds_2023-1-MeasureSoftGram-CLI)
[](https://pepy.tech/project/msgram)
[](https://pepy.tech/project/msgram)
[](https://pepy.tech/project/msgram)
[](https://pypi.python.org/pypi/msgram/)
## What is the MeasureSoftGram-CLI?
The CLI is a command-line interface to the software.
## How to use CLI
-[How to use](https://fga-eps-mds.github.io/2021-2-MeasureSoftGram-Doc/docs/artifact/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
```
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](https://github.com/fga-eps-mds/2023-1-MeasureSoftGram-Doc).
## Contribute
Do you want to contribute with our project? Access our [contribution guide](https://github.com/fga-eps-mds/2022-2-MeasureSoftGram-Doc/blob/main/docs/politicas/contribuindo.md) where we explain how you do it.
## Another informations
Our services are available on [Docker Hub](https://hub.docker.com/):
- [Core](https://hub.docker.com/r/measuresoftgram/core)
- [Service](https://hub.docker.com/r/measuresoftgram/service)
### Wiki
For more informations, you can see our wiki:
- [Wiki](https://fga-eps-mds.github.io/2023-1-MeasureSoftGram-Doc/)
### Demais repositórios do produto
- [Core](https://github.com/fga-eps-mds/MeasureSoftGram-Core)
- [Service](https://github.com/fga-eps-mds/MeasureSoftGram-Service)
- [Front Web](https://github.com/fga-eps-mds/MeasureSoftGram-Front)
- [Action](https://github.com/fga-eps-mds/MeasureSoftGram-Action)
- [Parser](https://github.com/fga-eps-mds/MeasureSoftGram-Parser)