{ "info": { "author": "Earthport", "author_email": "support@earthport.com", "bugtrack_url": null, "classifiers": [], "description": "EarthportRestApiClient\n=================\n\n\nThis SDK uses the Requests library and will work for Python ```2 >=2.7.9``` and Python ```3 >=3.4```.\n\nHow to configure:\n=================\nThe generated code might need to be configured with your API credentials. \nTo do that, open the file \"Configuration.py\" and edit its contents.\n\nHow to resolve dependencies: \n===========================\nThe generated code uses Python packages named requests, jsonpickle and dateutil.\nYou can resolve these dependencies using pip ( https://pip.pypa.io/en/stable/ ).\n\n 1. From terminal/cmd navigate to the root directory of the SDK.\n 2. Invoke ```pip install -r requirements.txt```\n\nNote: You will need internet access for this step.\n\nHow to use:\n===========\nAfter having resolved the dependencies, you can easily use the SDK following these steps.\n\n 1. Create a \"earthport-rest-api-client_test.py\" file in the root directory.\n 2. Use any controller as follows:\n```python\nfrom __future__ import print_function\nfrom earthport-rest-api-client.earthport_rest_api_client_client import EarthportRestApiClientClient\n\napi_client = EarthportRestApiClientClient()\ncontroller = api_client.quotes\nresponse = controller.create_bulk_fx_quote()\n\nprint(response.fx_ticket_id)\n\n# Or you can print more information\nprint(vars(response))\n```", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://www.earthport.com", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "earthport-rest-api-client", "package_url": "https://pypi.org/project/earthport-rest-api-client/", "platform": "", "project_url": "https://pypi.org/project/earthport-rest-api-client/", "project_urls": { "Homepage": "https://www.earthport.com" }, "release_url": "https://pypi.org/project/earthport-rest-api-client/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "This API supports all services required to make cross border payments using Earthport's network.", "version": "1.0.0" }, "last_serial": 4466139, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "fafd336492c1c87ef909c6b74935befc", "sha256": "e043ce356438cd62d32178bceaabbaa7d5b0904917a9ee5cb929181489597cfc" }, "downloads": -1, "filename": "earthport-rest-api-client-1.0.0.tar.gz", "has_sig": false, "md5_digest": "fafd336492c1c87ef909c6b74935befc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 60140, "upload_time": "2018-11-08T15:48:05", "url": "https://files.pythonhosted.org/packages/83/6a/2238c8f08901f6b6eb8615fd6174fd342482d9eed4e0da4ed25ae9330b2b/earthport-rest-api-client-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fafd336492c1c87ef909c6b74935befc", "sha256": "e043ce356438cd62d32178bceaabbaa7d5b0904917a9ee5cb929181489597cfc" }, "downloads": -1, "filename": "earthport-rest-api-client-1.0.0.tar.gz", "has_sig": false, "md5_digest": "fafd336492c1c87ef909c6b74935befc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 60140, "upload_time": "2018-11-08T15:48:05", "url": "https://files.pythonhosted.org/packages/83/6a/2238c8f08901f6b6eb8615fd6174fd342482d9eed4e0da4ed25ae9330b2b/earthport-rest-api-client-1.0.0.tar.gz" } ] }