{ "info": { "author": "Billy Glasbey", "author_email": "help@eazycollect.co.uk", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# EazySDK - Python client\nWelcome to the **EazySDK** repository. EazySDK is an integration of the \n[Eazy Collect API version 3](https://eazycollectservices.github.io/EazyCollectAPIv3/) built in Python. Its core purpose is to provide a framework for developers already working with Eazy Collect to integrate Eazy Customer Manager into their platform. The framework provides functions designed to speed up the integration process between a developers Customer Relationship Manager and Eazy Collect. Getting started is as simple as providing user specific settings, and making your first call to Eazy Customer Manager should take less than a minute.\n\n## Requirements\n - python (3.5 >=)\n - requests (2.21.0 >=)\n\n## Integrating EazySDK into your application\nThe integration process is simple, and involves importing EazySDK into your \n virtual environment and configuring some settings. The most basic \nconfiguration can be seen below.\n\n >> pip install eazysdk\n\n import eazysdk\n\n client = eazysdk.EazySDK()\n\n client.settings.current_environment['env'] = 'sandbox' \n client.settings.sandbox_client_details['client_code'] = '{client_code}' \n client.settings.sandbox_client_details['api_key'] = '{api_key}'\n\n response = client.get.customers()\n print(response)\n\n## Documentation\nAll functions in EazySDK possess their own documentation, and can be fetched by calling `help(function)`. The documentation can also be [found on GitHub](https://github.com/EazyCollectServices/EazyCollectSDK-Python/tree/local/docs), or in the /docs directory of the package.\n\n## Issues\nIf you find any issues with EazySDK, please [raise an issue on GitHub](https://github.com/EazyCollectServices/EazyCollectSDK-Python/issues/new) detailing the issue. If this is not possible, alternatively email help@eazycollect.co.uk with as much information as you are able to provide.\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/EazyCollectServices/EazyCollectSDK-Python", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "eazysdk", "package_url": "https://pypi.org/project/eazysdk/", "platform": "", "project_url": "https://pypi.org/project/eazysdk/", "project_urls": { "Homepage": "https://github.com/EazyCollectServices/EazyCollectSDK-Python" }, "release_url": "https://pypi.org/project/eazysdk/1.0.0/", "requires_dist": [ "requests" ], "requires_python": "", "summary": "A Python SDK client to interact with EazyCustomerManager", "version": "1.0.0" }, "last_serial": 5358101, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "214e1d4dc75e8848d0d77b5ea141b10c", "sha256": "e50e52aca2a45e22627b2717fcb5f1cb34c84c3c633b8da29b4a5f4c96625929" }, "downloads": -1, "filename": "eazysdk-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "214e1d4dc75e8848d0d77b5ea141b10c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 42526, "upload_time": "2019-06-04T15:00:27", "url": "https://files.pythonhosted.org/packages/a0/0a/d646395cf7a1452704f8cf806ff658b1ebf13ed895d7aefbfb0bbdd29250/eazysdk-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "30ed517d40756cbc27e3c88951639460", "sha256": "9ddde2fe6b081a877d1b1b3fec8472fd531919beed5f13dbf8bca023f22762c1" }, "downloads": -1, "filename": "eazysdk-1.0.0.tar.gz", "has_sig": false, "md5_digest": "30ed517d40756cbc27e3c88951639460", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27969, "upload_time": "2019-06-04T15:00:29", "url": "https://files.pythonhosted.org/packages/ec/f4/d47a1bbaf3961cf09b92cbd73c759b58d3cbc2631b567688f741b662d030/eazysdk-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "214e1d4dc75e8848d0d77b5ea141b10c", "sha256": "e50e52aca2a45e22627b2717fcb5f1cb34c84c3c633b8da29b4a5f4c96625929" }, "downloads": -1, "filename": "eazysdk-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "214e1d4dc75e8848d0d77b5ea141b10c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 42526, "upload_time": "2019-06-04T15:00:27", "url": "https://files.pythonhosted.org/packages/a0/0a/d646395cf7a1452704f8cf806ff658b1ebf13ed895d7aefbfb0bbdd29250/eazysdk-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "30ed517d40756cbc27e3c88951639460", "sha256": "9ddde2fe6b081a877d1b1b3fec8472fd531919beed5f13dbf8bca023f22762c1" }, "downloads": -1, "filename": "eazysdk-1.0.0.tar.gz", "has_sig": false, "md5_digest": "30ed517d40756cbc27e3c88951639460", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27969, "upload_time": "2019-06-04T15:00:29", "url": "https://files.pythonhosted.org/packages/ec/f4/d47a1bbaf3961cf09b92cbd73c759b58d3cbc2631b567688f741b662d030/eazysdk-1.0.0.tar.gz" } ] }