Metadata-Version: 2.1
Name: epages-provisioning
Version: 1.0.2
Summary: Python library for calling ePages provisioning services
Home-page: https://github.com/tswfi/epages_provisioning
Author: Tatu Wikman
Author-email: tatu.wikman@gmail.com
License: MIT license
Description: ===================
        ePages provisioning
        ===================
        
        .. image:: https://img.shields.io/pypi/v/epages_provisioning.svg
           :target: https://pypi.python.org/pypi/epages_provisioning
           :alt: PyPi page
        
        .. image:: https://readthedocs.org/projects/epages-provisioning/badge/?version=latest
           :target: https://epages-provisioning.readthedocs.io/en/latest/?badge=latest
           :alt: Documentation Status
        
        .. image:: https://pyup.io/repos/github/tswfi/epages_provisioning/shield.svg
           :target: https://pyup.io/repos/github/tswfi/epages_provisioning/
           :alt: Updates status
        
        .. image:: https://coveralls.io/repos/github/tswfi/epages_provisioning/badge.svg?branch=master
           :target: https://coveralls.io/github/tswfi/epages_provisioning?branch=master
           :alt: Coveralls status
        
        
        Python library for calling ePages provisioning services
        
        * Free software: MIT license
        * Documentation: https://epages-provisioning.readthedocs.io.
        
        Features
        --------
        
        * ePages SimpleProvisioningService for easy shop creation, modifying and deletion
        
        Credits
        ---------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        [ ~ Dependencies scanned by PyUp.io ~ ]
        
        
        =======
        History
        =======
        
        1.0.2 (2021-01-04)
        ------------------
        
        * remove last remrants of travis from docs
        * fix readme in built package
        * retest deploy process
        
        1.0.1 (2021-01-04)
        ------------------
        
        * drop travis and switch to github actions for pypi publish
        * fix pypi and docs build
        
        1.0.0 (2021-01-04)
        ------------------
        
        * drop support for python 2.7
        * update zeep to 4.0.0
        
        0.5.0 (2018-10-02)
        ------------------
        
        * added two new methods get_shop_attribute and set_shop_attribute to shop class
        * fixed some documentation typos
        * fixed some code comments
        * updated dev requirements via pyup
        
        0.4.0 (2018-09-10)
        ------------------
        
        * update zeep to 3.1.0
        * added coveralls to testsuite
        * ShopAddress attributes to shop class
        * update to ShopConfigService12, getAllInfo is now fixed
        
        0.3.0 (2017-12-22)
        ------------------
        
        * added "shop" class which is a pythonic wrapper over the shopconfigservice
        
        0.2.1 (2017-12-19)
        ------------------
        
        * fixed AddtionalAttributes and SecondaryDomains
        * restructuring
        
        0.2.0 (2017-12-08)
        ------------------
        
        * First "working" release
        
        0.1.2 through 0.1.7 (2017-12-08)
        --------------------------------
        
        * Travis deployment tests
        
        0.1.0 (2017-12-05)
        ------------------
        
        * First release on PyPI.
        
Keywords: epages_provisioning
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/x-rst
