Gestion des SAPMS avec les API OVH
Project description
Getting Started
Change directory into your newly created project:
cd ovhspams
Create a Python virtual environment:
python3 -m venv env
Upgrade packaging tools:
env/bin/pip install --upgrade pip setuptools
Install the project in editable mode with its testing requirements:
env/bin/pip install -e ".[testing]"
Run your project’s tests:
env/bin/pytest
Download ini files:
wget http://static.frkb.fr/ovhspams/development.ini wget http://static.frkb.fr/ovhspams/production.ini
- Adapt domaines entry in [app:main] section from ini file
- see on https://api.ovh.com/ how to obtain keys.
Or go directly to https://api.ovh.com/createToken/index.cgi
Run your project:
env/bin/pserve development.ini or env/bin/pserve production.ini
Acces your project:
Change log
0.0.5 2017/11/01
Déplacement de la configuration des domaines et de leurs clés chez OVH dans les fichier .ini
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ovhspams-0.0.6.tar.gz.
File metadata
- Download URL: ovhspams-0.0.6.tar.gz
- Upload date:
- Size: 35.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
55579c6f51bf083a7694f88169be3fd98004433c301da64f80b5ffe2e553fbcd
|
|
| MD5 |
ba1a503368c3ae7372dfad1013778341
|
|
| BLAKE2b-256 |
ff817a3ea58ed412cccf8cb76ccbbc29cbfad7ea79456c5ac43ba85c195d2f78
|
File details
Details for the file ovhspams-0.0.6-py3-none-any.whl.
File metadata
- Download URL: ovhspams-0.0.6-py3-none-any.whl
- Upload date:
- Size: 23.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f646756824cc12a0d00cd15e7cd456a95fe7bbb68e31e98e43e9d5e9011a8a01
|
|
| MD5 |
911fc53a72db1a7205ae8e77b4449c8a
|
|
| BLAKE2b-256 |
d6b1e24cbb5478f87d651cfdd0f5a8df81ad9af4c122915daab587740d997f6b
|