{ "info": { "author": "Exonet B.V.", "author_email": "dev@exonet.nl", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.6", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Exonet API python package\n=========================\n\n.. image:: https://img.shields.io/pypi/v/exonetapi.svg?style=flat-square\n.. image:: https://img.shields.io/pypi/pyversions/exonetapi.svg?style=flat-square\n.. image:: https://img.shields.io/pypi/l/exonetapi.svg?style=flat-square\n\nPython 3 library for the Exonet API.\n\nConventions\n-----------\n\n- Code style guide: PEP 8.\n- Docstring conventions: PEP 257 and reStructuredText.\n\nInstall\n-------\nInstall using pip::\n\n pip install exonetapi\n\nUsage\n-----\nExample to get the user details of the authorised user::\n\n from exonetapi import Client\n\n # Create a new Client.\n client = Client('https://api.exonet.nl')\n\n # Authorize with a personal access token.\n client.authenticator.set_token('')\n\n # Make an API call. Get details of the authorized user.\n user_details = client.resource('me').get()\n\n # Print user's name.\n print('Autorized as: {name}'.format(\n name=user_details.attribute('name')\n ))\n\nSee the `/docs` directory for complete documentation and additional code snippets.\n\nExamples\n--------\n\nThe `/examples` directory contains ready to use scripts to help you get started. These examples can be executed with your personal access token. One of them gets a ticket with it's emails and prints the details::\n\n $ python examples/ticket_details.py \n\nThis should make two API calls and print the ticket and email details for one of your tickets.\n\nTesting\n-------\n\nRun unit tests and coverage::\n\n coverage run -m unittest discover tests -v && coverage html\n\nChange log\n----------\n\nPlease see `CHANGELOG `_ for more information on what has changed recently.\n\nSecurity\n--------\n\nIf you discover any security related issues please email `support@exonet.nl `_ instead of using the issue tracker.\n\nCredits\n-------\n\n- `Exonet `_\n- `All Contributors `_\n\nLicense\n-------\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/exonet/exonet-api-python", "keywords": "Exonet API", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "exonetapi", "package_url": "https://pypi.org/project/exonetapi/", "platform": "", "project_url": "https://pypi.org/project/exonetapi/", "project_urls": { "Homepage": "https://github.com/exonet/exonet-api-python" }, "release_url": "https://pypi.org/project/exonetapi/2.0.0/", "requires_dist": null, "requires_python": "~=3.4", "summary": "Library to interact with the Exonet API.", "version": "2.0.0" }, "last_serial": 5855305, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "9f6461b720f0250d0453e4155dfcb7d5", "sha256": "81a8a1b638d51a1934198f6c27981d05417ad94211eaa2c8177db22c45370b7b" }, "downloads": -1, "filename": "exonetapi-0.0.1.tar.gz", "has_sig": false, "md5_digest": "9f6461b720f0250d0453e4155dfcb7d5", "packagetype": "sdist", "python_version": "source", "requires_python": "~=3.4", "size": 8978, "upload_time": "2018-03-23T15:20:00", "url": "https://files.pythonhosted.org/packages/f6/f2/5d618d5f653823dac95834efa80668c0ca1fff0e24243af621d8194fabdc/exonetapi-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "f5e7cc59b286e377e7de3ea568970eda", "sha256": "2c7ef049efde1f1ac274677c937d8e6df1fd5bc9dc16d13946448af43aee8671" }, "downloads": -1, "filename": "exonetapi-0.0.2.tar.gz", "has_sig": false, "md5_digest": "f5e7cc59b286e377e7de3ea568970eda", "packagetype": "sdist", "python_version": "source", "requires_python": "~=3.4", "size": 9050, "upload_time": "2018-05-23T10:12:11", "url": "https://files.pythonhosted.org/packages/3e/62/25ef57d2243db6d613a90c5191cbbbdf49a6c1454379e9660bf485bd6b92/exonetapi-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "e937c91afe5c379391ecffe1c31838a9", "sha256": "48c1d236860cfea938881c56933532df723b8e9090e6aad67c9f7753827fa483" }, "downloads": -1, "filename": "exonetapi-0.0.3.tar.gz", "has_sig": false, "md5_digest": "e937c91afe5c379391ecffe1c31838a9", "packagetype": "sdist", "python_version": "source", "requires_python": "~=3.4", "size": 9664, "upload_time": "2018-06-26T09:55:17", "url": "https://files.pythonhosted.org/packages/06/fa/e3eaecd989c4f08c22389a88aaecb8ab280c6e47e50f878818c1d61535c4/exonetapi-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "52077dabf8885ba8eae17aa0c22ecc88", "sha256": "18763f9e6770a35bf0f5d6c298ec605146b4511f9ebb7cd8ceacac751f176b35" }, "downloads": -1, "filename": "exonetapi-0.0.4.tar.gz", "has_sig": false, "md5_digest": "52077dabf8885ba8eae17aa0c22ecc88", "packagetype": "sdist", "python_version": "source", "requires_python": "~=3.4", "size": 9921, "upload_time": "2018-11-20T13:48:16", "url": "https://files.pythonhosted.org/packages/6d/14/aeb3b707eff3c82947b667126cb1f79982ca3743c9b5274c046f19736399/exonetapi-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "3fd901945fe05d1b3130ca8004b874db", "sha256": "486201fc1997da4dcaef074fd7a74849a22f4f8057c1a18ca740045ce023dc58" }, "downloads": -1, "filename": "exonetapi-0.0.5.tar.gz", "has_sig": false, "md5_digest": "3fd901945fe05d1b3130ca8004b874db", "packagetype": "sdist", "python_version": "source", "requires_python": "~=3.4", "size": 9353, "upload_time": "2019-04-29T12:54:28", "url": "https://files.pythonhosted.org/packages/df/42/815697e1979b2b0453073540b5a18144d9542189da91724dd3d2b41aa086/exonetapi-0.0.5.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "ff9346879b2a05cff0ab4d645c3ca333", "sha256": "f33aaf44806ad76af01567364b6c6500f9987b72d02a6c5bd66b995d4718fe86" }, "downloads": -1, "filename": "exonetapi-1.0.0.tar.gz", "has_sig": false, "md5_digest": "ff9346879b2a05cff0ab4d645c3ca333", "packagetype": "sdist", "python_version": "source", "requires_python": "~=3.4", "size": 11658, "upload_time": "2019-08-14T08:40:05", "url": "https://files.pythonhosted.org/packages/e5/92/be9e5e0a5410ef9e313682133a7c5951a1afa90136ce5825024247beb616/exonetapi-1.0.0.tar.gz" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "f10a36891e657f35c4439d2ea040c9c9", "sha256": "29da71fc28c1508eb525461bb10a2e7081ad12ac2bb7cf0878050e43f54e318a" }, "downloads": -1, "filename": "exonetapi-2.0.0.tar.gz", "has_sig": false, "md5_digest": "f10a36891e657f35c4439d2ea040c9c9", "packagetype": "sdist", "python_version": "source", "requires_python": "~=3.4", "size": 13052, "upload_time": "2019-09-19T09:58:22", "url": "https://files.pythonhosted.org/packages/0e/3f/9e4615f2733bd0db06438907d2fea380ff746497a4ad2fb7c1fe0d6932ba/exonetapi-2.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f10a36891e657f35c4439d2ea040c9c9", "sha256": "29da71fc28c1508eb525461bb10a2e7081ad12ac2bb7cf0878050e43f54e318a" }, "downloads": -1, "filename": "exonetapi-2.0.0.tar.gz", "has_sig": false, "md5_digest": "f10a36891e657f35c4439d2ea040c9c9", "packagetype": "sdist", "python_version": "source", "requires_python": "~=3.4", "size": 13052, "upload_time": "2019-09-19T09:58:22", "url": "https://files.pythonhosted.org/packages/0e/3f/9e4615f2733bd0db06438907d2fea380ff746497a4ad2fb7c1fe0d6932ba/exonetapi-2.0.0.tar.gz" } ] }