{ "info": { "author": "Jan Noehles (bolZer)", "author_email": "noehles@easybill.de", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.6" ], "description": "# easybill_rest (py-ebrest)\n[![Generic badge](https://img.shields.io/badge/Version-0.1.5-important.svg)]()\n[![Generic badge](https://img.shields.io/badge/coverage-97%25-success.svg)]()\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/py-ebrest.svg)\n![GitHub](https://img.shields.io/github/license/bolZer/py-ebrest.svg)\n![PyPI - Wheel](https://img.shields.io/pypi/wheel/py-ebrest.svg)\n\n`easybill_rest` is a library to work with the easybill REST API (https://www.easybill.de/api/) written in Python.\n\nAll Resources except are available.\n\nThe library supports only the `Bearer` Authentication and calls the API only\nthrough `HTTPS`.\n\n```bash\npip install easybill_rest\n```\n\n\n## Usage\n\n```Python\nfrom easybill_rest import Client\n\n\nclient = Client(\"API-KEY\")\nresult = client.documents().get_document(\"2\")\n\n# Returns the document model. Therefore a field \"title\" is included in the dict.\nprint(result['title'])\n\n```", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/BolZer/py-ebrest", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "easybill_rest", "package_url": "https://pypi.org/project/easybill_rest/", "platform": "", "project_url": "https://pypi.org/project/easybill_rest/", "project_urls": { "Homepage": "https://github.com/BolZer/py-ebrest" }, "release_url": "https://pypi.org/project/easybill_rest/0.1.5/", "requires_dist": null, "requires_python": "", "summary": "easybill_rest is a library to work with the easybill REST API (https://www.easybill.de/api/)", "version": "0.1.5" }, "last_serial": 4943674, "releases": { "0.1.5": [ { "comment_text": "", "digests": { "md5": "73265fe863c26ec1179c4c64d7b2fe91", "sha256": "ee17ece05d5ae459de996da418ce8ea3291b01bbb5189250d8d4fbe898819d5e" }, "downloads": -1, "filename": "easybill_rest-0.1.5.tar.gz", "has_sig": false, "md5_digest": "73265fe863c26ec1179c4c64d7b2fe91", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4078, "upload_time": "2019-03-15T11:05:24", "url": "https://files.pythonhosted.org/packages/f3/a8/9b9dfbe4336395610ac2d2499cfc6cf48779567bc60d44ed8674a82d4424/easybill_rest-0.1.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "73265fe863c26ec1179c4c64d7b2fe91", "sha256": "ee17ece05d5ae459de996da418ce8ea3291b01bbb5189250d8d4fbe898819d5e" }, "downloads": -1, "filename": "easybill_rest-0.1.5.tar.gz", "has_sig": false, "md5_digest": "73265fe863c26ec1179c4c64d7b2fe91", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4078, "upload_time": "2019-03-15T11:05:24", "url": "https://files.pythonhosted.org/packages/f3/a8/9b9dfbe4336395610ac2d2499cfc6cf48779567bc60d44ed8674a82d4424/easybill_rest-0.1.5.tar.gz" } ] }