Metadata-Version: 1.1
Name: ovhspams
Version: 0.0.4
Summary: Gestion des SAPMS avec les API OVH
Home-page: UNKNOWN
Author: Frédéric KIEBER
Author-email: contact@frkb.fr
License: GNU GPLv3
Description-Content-Type: UNKNOWN
Description: Gestion des SAPMS
        =================
        
        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.
        
Keywords: web pyramid pylons spams ovh
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: Framework :: Pyramid
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
