epages-provisioning


Nameepages-provisioning JSON
Version 1.1.2 PyPI version JSON
download
home_pagehttps://github.com/tswfi/epages_provisioning
SummaryPython library for calling ePages provisioning services
upload_time2024-04-30 08:41:01
maintainerNone
docs_urlNone
authorTatu Wikman
requires_pythonNone
licenseMIT license
keywords epages_provisioning
VCS
bugtrack_url
requirements zeep
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ===================
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.1.2 (2024-04-30)
------------------
* add the xml file to release..

1.1.1 (2024-04-30)
------------------
* bump version to get a proper release done after fixing publish workflow

1.1.0 (2024-04-30)
------------------

* Sync all zeep requirements to 4.2.1
* Fix `test_010_create_mindata` to send `WebServerScriptNamePart` which is required now
* Allow defining shoptype as env variable for tests
* up Pipenv python version to 3.8
* refactor zeep utils to own file
* use local copy of soap-encodings as the server is not stable
  * see: https://github.com/mvantellingen/python-zeep/issues/1417

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.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/tswfi/epages_provisioning",
    "name": "epages-provisioning",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "epages_provisioning",
    "author": "Tatu Wikman",
    "author_email": "tatu.wikman@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/30/c6/7abdd87940d1a895ccf51f1c32d0457623e4eea1c8f35b807a1dbb330486/epages_provisioning-1.1.2.tar.gz",
    "platform": null,
    "description": "===================\nePages provisioning\n===================\n\n.. image:: https://img.shields.io/pypi/v/epages_provisioning.svg\n   :target: https://pypi.python.org/pypi/epages_provisioning\n   :alt: PyPi page\n\n.. image:: https://readthedocs.org/projects/epages-provisioning/badge/?version=latest\n   :target: https://epages-provisioning.readthedocs.io/en/latest/?badge=latest\n   :alt: Documentation Status\n\n.. image:: https://pyup.io/repos/github/tswfi/epages_provisioning/shield.svg\n   :target: https://pyup.io/repos/github/tswfi/epages_provisioning/\n   :alt: Updates status\n\n.. image:: https://coveralls.io/repos/github/tswfi/epages_provisioning/badge.svg?branch=master\n   :target: https://coveralls.io/github/tswfi/epages_provisioning?branch=master\n   :alt: Coveralls status\n\n\nPython library for calling ePages provisioning services\n\n* Free software: MIT license\n* Documentation: https://epages-provisioning.readthedocs.io.\n\nFeatures\n--------\n\n* ePages SimpleProvisioningService for easy shop creation, modifying and deletion\n\nCredits\n---------\n\nThis package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n\n[ ~ Dependencies scanned by PyUp.io ~ ]\n\n\n=======\nHistory\n=======\n\n1.1.2 (2024-04-30)\n------------------\n* add the xml file to release..\n\n1.1.1 (2024-04-30)\n------------------\n* bump version to get a proper release done after fixing publish workflow\n\n1.1.0 (2024-04-30)\n------------------\n\n* Sync all zeep requirements to 4.2.1\n* Fix `test_010_create_mindata` to send `WebServerScriptNamePart` which is required now\n* Allow defining shoptype as env variable for tests\n* up Pipenv python version to 3.8\n* refactor zeep utils to own file\n* use local copy of soap-encodings as the server is not stable\n  * see: https://github.com/mvantellingen/python-zeep/issues/1417\n\n1.0.2 (2021-01-04)\n------------------\n\n* remove last remrants of travis from docs\n* fix readme in built package\n* retest deploy process\n\n1.0.1 (2021-01-04)\n------------------\n\n* drop travis and switch to github actions for pypi publish\n* fix pypi and docs build\n\n1.0.0 (2021-01-04)\n------------------\n\n* drop support for python 2.7\n* update zeep to 4.0.0\n\n0.5.0 (2018-10-02)\n------------------\n\n* added two new methods get_shop_attribute and set_shop_attribute to shop class\n* fixed some documentation typos\n* fixed some code comments\n* updated dev requirements via pyup\n\n0.4.0 (2018-09-10)\n------------------\n\n* update zeep to 3.1.0\n* added coveralls to testsuite\n* ShopAddress attributes to shop class\n* update to ShopConfigService12, getAllInfo is now fixed\n\n0.3.0 (2017-12-22)\n------------------\n\n* added \"shop\" class which is a pythonic wrapper over the shopconfigservice\n\n0.2.1 (2017-12-19)\n------------------\n\n* fixed AddtionalAttributes and SecondaryDomains\n* restructuring\n\n0.2.0 (2017-12-08)\n------------------\n\n* First \"working\" release\n\n0.1.2 through 0.1.7 (2017-12-08)\n--------------------------------\n\n* Travis deployment tests\n\n0.1.0 (2017-12-05)\n------------------\n\n* First release on PyPI.\n",
    "bugtrack_url": null,
    "license": "MIT license",
    "summary": "Python library for calling ePages provisioning services",
    "version": "1.1.2",
    "project_urls": {
        "Homepage": "https://github.com/tswfi/epages_provisioning"
    },
    "split_keywords": [
        "epages_provisioning"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "03da5170f6d588b7c73f77cddd5eabe686313fff4028bb885bbb341e9c397fe4",
                "md5": "76461a57e3cae834ec2dad928026eeec",
                "sha256": "fe5b978548699820e62d3a3810d748a95505deb1c6619fea21d065e357db12f9"
            },
            "downloads": -1,
            "filename": "epages_provisioning-1.1.2-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "76461a57e3cae834ec2dad928026eeec",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 14598,
            "upload_time": "2024-04-30T08:40:59",
            "upload_time_iso_8601": "2024-04-30T08:40:59.823005Z",
            "url": "https://files.pythonhosted.org/packages/03/da/5170f6d588b7c73f77cddd5eabe686313fff4028bb885bbb341e9c397fe4/epages_provisioning-1.1.2-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "30c67abdd87940d1a895ccf51f1c32d0457623e4eea1c8f35b807a1dbb330486",
                "md5": "99d2b5285873d5efe5e499882d064f63",
                "sha256": "6e764b795e5287f2bf64cf666c34eae9954736adba934b904f27da767044bfc1"
            },
            "downloads": -1,
            "filename": "epages_provisioning-1.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "99d2b5285873d5efe5e499882d064f63",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 26828,
            "upload_time": "2024-04-30T08:41:01",
            "upload_time_iso_8601": "2024-04-30T08:41:01.986729Z",
            "url": "https://files.pythonhosted.org/packages/30/c6/7abdd87940d1a895ccf51f1c32d0457623e4eea1c8f35b807a1dbb330486/epages_provisioning-1.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-30 08:41:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tswfi",
    "github_project": "epages_provisioning",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "zeep",
            "specs": [
                [
                    "==",
                    "4.2.1"
                ]
            ]
        }
    ],
    "tox": true,
    "lcname": "epages-provisioning"
}
        
Elapsed time: 0.31653s