py-soap


Namepy-soap JSON
Version 2020.3.2 PyPI version JSON
download
home_pagehttps://github.com/PurplShip/py-soap
SummarySOAP Schemas Python Data Types library
upload_time2021-01-29 06:16:22
maintainer
docs_urlNone
authorDan Kobina
requires_python>=3.6,<4.0
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # python-soap

SOAP Python Data Structure generated from [SOAP Envelope](http://schemas.xmlsoap.org/soap/envelope/) .xml file with [generateDS](http://www.davekuhlman.org/generateDS.html)

## Installation

```bash
pip install py-soap
```


```python
from pysoap.envelope import Envelope, Header, Body
```

*This package is used by the [Purplship Multi-carrier Shipping SDK](https://github.com/PurplShip/purplship)*

## License

This project is licensed under the terms of the `MIT` license.
Please see [LICENSE.md](/LICENSE) for licensing details.


## Authors

- **Daniel K.** | [@DanHK91](https://twitter.com/DanHK91) | [danielk.xyz](https://danielk.xyz/)
- **Purplship Team** | hello@purplship.com | [purplship.com](https://purplship.com)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/PurplShip/py-soap",
    "name": "py-soap",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Dan Kobina",
    "author_email": "danielkobina@gmail.com",
    "download_url": "",
    "platform": "",
    "description": "# python-soap\n\nSOAP Python Data Structure generated from [SOAP Envelope](http://schemas.xmlsoap.org/soap/envelope/) .xml file with [generateDS](http://www.davekuhlman.org/generateDS.html)\n\n## Installation\n\n```bash\npip install py-soap\n```\n\n\n```python\nfrom pysoap.envelope import Envelope, Header, Body\n```\n\n*This package is used by the [Purplship Multi-carrier Shipping SDK](https://github.com/PurplShip/purplship)*\n\n## License\n\nThis project is licensed under the terms of the `MIT` license.\nPlease see [LICENSE.md](/LICENSE) for licensing details.\n\n\n## Authors\n\n- **Daniel K.** | [@DanHK91](https://twitter.com/DanHK91) | [danielk.xyz](https://danielk.xyz/)\n- **Purplship Team** | hello@purplship.com | [purplship.com](https://purplship.com)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "SOAP Schemas Python Data Types library",
    "version": "2020.3.2",
    "project_urls": {
        "Homepage": "https://github.com/PurplShip/py-soap",
        "Repository": "https://github.com/PurplShip/py-soap"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5898a8d386fdb9733a49e58978c52f0b59ea08ed68ff5031009db828dd911141",
                "md5": "dc7926f5790fc373921a3e0ae424f499",
                "sha256": "61e2ec956d349bdd9d4c6248a2ae3c4cc4b0a2a5cf6b439b6de480a3bc2766a1"
            },
            "downloads": -1,
            "filename": "py_soap-2020.3.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "dc7926f5790fc373921a3e0ae424f499",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6,<4.0",
            "size": 13274,
            "upload_time": "2021-01-29T06:16:22",
            "upload_time_iso_8601": "2021-01-29T06:16:22.310995Z",
            "url": "https://files.pythonhosted.org/packages/58/98/a8d386fdb9733a49e58978c52f0b59ea08ed68ff5031009db828dd911141/py_soap-2020.3.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2021-01-29 06:16:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "PurplShip",
    "github_project": "py-soap",
    "github_not_found": true,
    "lcname": "py-soap"
}
        
Elapsed time: 2.61478s