{ "info": { "author": "Frederik Hagelund", "author_email": "frederik.hagelund@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# dawa-python\n===================\n#### Python - Dawa API\n\n**dawa-python** is a simple client for dawa api. It uses [Dawa Web API](https://dawa.aws.dk/dok/api).\n\n## Installation\n```\npip install dawa\n```\n\n## Using\n```python\nfrom dawa import API\napi = API()\n```\n\n## References\n```python\n# Get current txid\ntxid = api.txid()\n\n# Get initial replication\nvejstykke = api.get('vejstykke')\n\n# Get latest changes\ntxid = api.txid()\nvejstykke = api.get('vejstykke', txid='3340338')\n\n```\n\n\n\n## Contributing\n[https://github.com/Fredehagelund92/dawa-python](https://github.com/Fredehagelund92/dawa-python)\n\n## Dawa Web API\n[Dawa Web API Doc](https://dawa.aws.dk/dok/api)", "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/Fredehagelund92/dawa-python", "keywords": "dawa,api,python", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "dawa-sdk", "package_url": "https://pypi.org/project/dawa-sdk/", "platform": "", "project_url": "https://pypi.org/project/dawa-sdk/", "project_urls": { "Homepage": "https://github.com/Fredehagelund92/dawa-python" }, "release_url": "https://pypi.org/project/dawa-sdk/0.0.2/", "requires_dist": null, "requires_python": "", "summary": "Python Dawa API", "version": "0.0.2" }, "last_serial": 5378260, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "fd60599d5ebd84d740306a939f45f3f8", "sha256": "74039009522193139d014b38e64c03c4352fdbda511d5e76488b7e16e2cb3209" }, "downloads": -1, "filename": "dawa-sdk-0.0.2.tar.gz", "has_sig": false, "md5_digest": "fd60599d5ebd84d740306a939f45f3f8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2593, "upload_time": "2019-06-09T17:32:57", "url": "https://files.pythonhosted.org/packages/8e/43/88c804ec8446cadb2e3ed8e465a370b3f8a28bb04d1c67c265b91efc7b8d/dawa-sdk-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fd60599d5ebd84d740306a939f45f3f8", "sha256": "74039009522193139d014b38e64c03c4352fdbda511d5e76488b7e16e2cb3209" }, "downloads": -1, "filename": "dawa-sdk-0.0.2.tar.gz", "has_sig": false, "md5_digest": "fd60599d5ebd84d740306a939f45f3f8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2593, "upload_time": "2019-06-09T17:32:57", "url": "https://files.pythonhosted.org/packages/8e/43/88c804ec8446cadb2e3ed8e465a370b3f8a28bb04d1c67c265b91efc7b8d/dawa-sdk-0.0.2.tar.gz" } ] }