Metadata-Version: 1.0
Name: openprovider.py
Version: 0.5.1
Summary: An unofficial library for the OpenProvider API
Home-page: http://pypi.python.org/pypi/openprovider.py/
Author: Antagonist B.V.
Author-email: info@antagonist.nl
License: LICENSE.rst
Description: ===============
        openprovider.py
        ===============
        
        This is an unofficial Python library for the Openprovider API. Use it to buy
        domains, order SSL certificates and more from
        `Openprovider <http://openprovider.com>`_.
        
        Setting up the testing environment
        ----------------------------------
        
        The testing environment uses environment variables to run. For example:
        
        .. code:: shell
        
            export OPENPROVIDER_TEST_USERNAME="test"
            export OPENPROVIDER_TEST_PASSWORD="test"
            export OPENPROVIDER_URL="https://api.cte.openprovider.eu"
        
        When using virtualenvwrapper, you can place this in $VIRTUAL_ENV/bin/postactivate.
        
        Now you can run the tests:
        
        .. code:: shell
        
            python setup.py nosetests
        
        Building the docs
        -----------------
        
        Be sure to install sphinx. If you are in a virtualenv, it may be needed to
        install sphinx in the virtualenv as well since it tries to import.
        
        .. code:: shell
        
            make -C docs html
        
Platform: UNKNOWN
