Skip to main content

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

  • Run your project.

    env/bin/pserve development.ini or env/bin/pserve production.ini

  • Acces your project

    http://localhost:6543

0.0

  • Initial version.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ovhspams-0.0.4.tar.gz (34.9 kB view hashes)

Uploaded Source

Built Distribution

ovhspams-0.0.4-py3-none-any.whl (22.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page