Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rennancockles/lojaintegrada_scripts
Scripts de Relatório para Loja Integrada
https://github.com/rennancockles/lojaintegrada_scripts
Last synced: 15 days ago
JSON representation
Scripts de Relatório para Loja Integrada
- Host: GitHub
- URL: https://github.com/rennancockles/lojaintegrada_scripts
- Owner: rennancockles
- Created: 2021-04-06T15:05:45.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-12T03:35:33.000Z (about 2 years ago)
- Last Synced: 2024-11-08T13:21:03.459Z (about 2 months ago)
- Language: Python
- Size: 139 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Loja Integrada Scripts
============Scripts de Relatório para Loja Integrada.
Development
-----------```console
git clone https://github.com/rennancockles/LojaIntegrada_Scripts.git
cd LojaIntegrada_Scripts
python -m venv .venv
source .venv/Scripts/activate
pip install -r requirements.txt
```Usage
-----```console
python lojaintegrada_scripts --script SCRIPT [--data DATA] [--range RANGE RANGE]
[--mail_to MAIL_TO [MAIL_TO ...]]
[--log {debug,info,warning,error,critical}]
```