Get current French West Indies weather awareness level (Vigilance Meteo)
Project description
# Vigimeteo CLI
This module provides module and command line tool to retrieve official current
weathe awareness level (*vigilance météo*) for French West Indies areas
(Guadeloupe, Martinique, Saint Martin/Saint Barth and french Guyana) scraping
meteofrance.gp web site.
## Install
### From PIP
```bash
pip install vigimeteo-cli
```
### From source
```bash
git clone https://work.ipeos.com/gitlab/vigimeteo/vigimeteo-cli.git vigimeteo-cli
cd vigimeteo-cli
python setup.py install
```
## Usage
### Command Line Tool
```
Vigilance Meteo : French West Indies weather awareness level
Usage:
vigimeteo AREA [--datastore=FILE_PATH] [--quiet] [--verbose]
vigimeteo (-h |--help)
vigimeteo (-v |--version)
Arguments:
AREA geographic area
(gp=Guadeloupe, mq=Martinique, gf=Guyane, idn=Iles du Nord)
Options:
-h --help Shows this help message and exit
-v --version Shows version number and exit
--datastore=FILE_PATH Datastore json file path (no datastore = no save)
--quiet print less text
--verbose print more text
```
#### Examples
Get current level for GP
```bash
$ vigimeteo gp
vert
```
Get current level, verbose mode
```bash
$ vigimeteo gp --verbose
Guadeloupe
vert
Pas de vigilance particulière
Département en vigilance verte.Pas de vigilance particulière.
```
Get current level, and store the record
```bash
$ vigimeteo gp --quiet --datastore=/data/vigimeteo.gp.json
```
### Python module
``` py
>>> from vigimeteo_cli import meteoGP
>>> vigilance = meteoGP(area='gp', datastore='/data/vigimeteo.gp.json')
>>> vigilance.scrap()
>>> print(vigilance.bulletin['vigilance'])
>>> vigilance.save()
```
## Licence
This project is distributed under the [GPL V3 licence](LICENSE.md)
This module provides module and command line tool to retrieve official current
weathe awareness level (*vigilance météo*) for French West Indies areas
(Guadeloupe, Martinique, Saint Martin/Saint Barth and french Guyana) scraping
meteofrance.gp web site.
## Install
### From PIP
```bash
pip install vigimeteo-cli
```
### From source
```bash
git clone https://work.ipeos.com/gitlab/vigimeteo/vigimeteo-cli.git vigimeteo-cli
cd vigimeteo-cli
python setup.py install
```
## Usage
### Command Line Tool
```
Vigilance Meteo : French West Indies weather awareness level
Usage:
vigimeteo AREA [--datastore=FILE_PATH] [--quiet] [--verbose]
vigimeteo (-h |--help)
vigimeteo (-v |--version)
Arguments:
AREA geographic area
(gp=Guadeloupe, mq=Martinique, gf=Guyane, idn=Iles du Nord)
Options:
-h --help Shows this help message and exit
-v --version Shows version number and exit
--datastore=FILE_PATH Datastore json file path (no datastore = no save)
--quiet print less text
--verbose print more text
```
#### Examples
Get current level for GP
```bash
$ vigimeteo gp
vert
```
Get current level, verbose mode
```bash
$ vigimeteo gp --verbose
Guadeloupe
vert
Pas de vigilance particulière
Département en vigilance verte.Pas de vigilance particulière.
```
Get current level, and store the record
```bash
$ vigimeteo gp --quiet --datastore=/data/vigimeteo.gp.json
```
### Python module
``` py
>>> from vigimeteo_cli import meteoGP
>>> vigilance = meteoGP(area='gp', datastore='/data/vigimeteo.gp.json')
>>> vigilance.scrap()
>>> print(vigilance.bulletin['vigilance'])
>>> vigilance.save()
```
## Licence
This project is distributed under the [GPL V3 licence](LICENSE.md)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
vigimeteo_cli-0.5.0.tar.gz
(18.3 kB
view details)
Built Distribution
File details
Details for the file vigimeteo_cli-0.5.0.tar.gz
.
File metadata
- Download URL: vigimeteo_cli-0.5.0.tar.gz
- Upload date:
- Size: 18.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
afd3b7f7faa638a5ff1c6094174f6466d75cc2975a737fc292a3c5d98d142a9f
|
|
MD5 |
20bd8f4fa2ac89a30af37582304c3672
|
|
BLAKE2b-256 |
e572f69f13d9cbe4016436f7b0f453ed3bcbf9f3003aee9563238a2dee962dcf
|
File details
Details for the file vigimeteo_cli-0.5.0-py3-none-any.whl
.
File metadata
- Download URL: vigimeteo_cli-0.5.0-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
f7a0a5d7e30798a3acef61da26b327b26eaf9ffa32814f335a2f2a6c33d6750f
|
|
MD5 |
58c9703452068bd22773e81bf878c254
|
|
BLAKE2b-256 |
fafcb36be473c4cf54d69e69f740a96e99833126aab4671fc9735b50e235c939
|