Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unistra/bilan_carbone
https://github.com/unistra/bilan_carbone
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/unistra/bilan_carbone
- Owner: unistra
- License: gpl-3.0
- Created: 2023-10-03T06:45:08.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-03T06:59:08.000Z (about 1 year ago)
- Last Synced: 2024-04-16T02:00:01.892Z (7 months ago)
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bilan carbone
## Pré-requis
Python 3.6+
## Installation
`pip install -r requirements.txt`
Documentation d'installation de pyrfc : https://github.com/SAP/PyRFC#download-and-installation
## Utilisation
En paramètre un fichier texte avec deux colonnes séparées par une virgule contiendra la liste des employés et missions.
* Colonne 1 : N° employé
* Colonne 2 : Numéro de missionExemple :
```csv
EMPLOYEENUMBER,TRIPNUMBER
12,58717
12,59152
18,56885
18,57005
18,57874
```Commande :
```
usage: bilan_carbone.py [-h] [-a AHOST] [-s SYSNR] [-c CLIENT] [-u USER]
[-p PASSWORD]
input_file
```