Metadata-Version: 1.1
Name: python-postnl-checkout
Version: 0.9
Summary: PostNL checkout support for Django.
Home-page: https://github.com/dokterbob/python-postnl-checkout/
Author: Mathijs de Bruin
Author-email: mathijs@mathijsfietst.nl
License: AGPL
Description: ######################
        python-postnl-checkout
        ######################
        
        .. image:: https://img.shields.io/pypi/v/python-postnl-checkout.svg
            :target: https://pypi.python.org/pypi/python-postnl-checkout
        
        .. image:: https://img.shields.io/travis/dokterbob/python-postnl-checkout/master.svg
            :target: http://travis-ci.org/dokterbob/python-postnl-checkout
        
        .. image:: https://coveralls.io/repos/dokterbob/python-postnl-checkout/badge.svg?branch=master&service=github
            :target: https://coveralls.io/github/dokterbob/python-postnl-checkout?branch=master
        
        .. image:: https://landscape.io/github/dokterbob/python-postnl-checkout/master/landscape.svg?style=flat
           :target: https://landscape.io/github/dokterbob/python-postnl-checkout/master
           :alt: Code Health
        
        
        What is it?
        ===========
        PostNL checkout support for Python and Django.
        
        Status
        ======
        Stable and being used in production.
        
        Compatibility
        =============
        Tested to work with Django 1.8 and 1.9 under Python 2.7.
        
        Requirements
        ============
        Please refer to `requirements.txt <http://github.com/dokterbob/python-postnl-checkout/blob/master/requirements.txt>`_ for an updated list of required packages.
        
        Django
        ======
        
        Installation
        ------------
        1. ``pip install -e git+https://github.com/dokterbob/python-postnl-checkout.git#egg=python-postnl-checkout``
        2. Add ``postnl_checkout.contrib.django_postnl_checkout`` to ``INSTALLED_APPS``.
        3. Setup required settings ``POSTNL_CHECKOUT_USERNAME``, ``POSTNL_CHECKOUT_PASSWORD`` and ``POSTNL_CHECKOUT_WEBSHOP_ID`` settings.
        
        Settings
        --------
        
        * ``POSTNL_CHECKOUT_USERNAME``
        * ``POSTNL_CHECKOUT_PASSWORD``
        * ``POSTNL_CHECKOUT_WEBSHOP_ID``
        * ``POSTNL_CHECKOUT_ENVIRONMENT``
        * ``POSTNL_CHECKOUT_TIMEOUT``
        
        Tests
        =====
        Tests for pull req's and the master branch are automatically run through
        `Travis CI <http://travis-ci.org/dokterbob/python-postnl-checkout>`_.
        
        License
        =======
        This application is released
        under the GNU Affero General Public License version 3.
        
        
        Changes
        =======
        
        0.9 (6-5-2016)
        --------------
        - Support (only) Django 1.8 and 1.9.
        - Reorganize test infrastructure.
        - Stable release after a year of internal production use.
        
        0.1
        ---
        - Initial version.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Utilities
