{ "info": { "author": "Vitek Pliska", "author_email": "vitek@creatiweb.cz", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Utilities" ], "description": "# merk-api-py\n\nMerk API Python client\n\n[![PyPI version](https://badge.fury.io/py/merk-api.svg)](https://badge.fury.io/py/merk-api)\n[![Build Status](https://travis-ci.org/impercz/merk-api-py.svg?branch=master)](https://travis-ci.org/impercz/merk-api-py)\n\n## Installation\n\n pip install merk-api\n\n## Usage\n\n```python\nfrom merkapi import Api\n\n# by default client uses messagepack, but you can use less efficient json\na = Api('your_authentication_token', content_type='application/msgpack')\n\n# get your subscriptions info (cz, sk)\nr = a.subscriptions\n\n# print returned dict\nprint(r.encdata)\n\n# you can also access standard urllib3 response\nprint(r.data, r.status)\n\n# implemented API calls\n\n# suggest by 'regno', 'email' or 'name'\na.suggest(query, by, country_code)\n\n# get full company data by regno\na.company(regno, country_code)\n\n# multi get full company data\na.companies(regnos, country_code)\n\n# get and cache enums\na.get_enums(country_code)\n```\n\n## Run tests\n\nClient is tested in python 2.7 and 3.5. You can run tests in your environment:\n\n cd project/root\n py.test\n\nor via tox:\n\n cd project/root\n tox\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://api.merk.cz/docs/", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "merk-api", "package_url": "https://pypi.org/project/merk-api/", "platform": "", "project_url": "https://pypi.org/project/merk-api/", "project_urls": { "Homepage": "https://api.merk.cz/docs/" }, "release_url": "https://pypi.org/project/merk-api/0.0.6/", "requires_dist": null, "requires_python": "", "summary": "Merk API Python client", "version": "0.0.6" }, "last_serial": 2464341, "releases": { "0.0.4": [ { "comment_text": "", "digests": { "md5": "e19116e5fb8c32b63bc2a5bc870ef3d0", "sha256": "00ef15130055074e4d198f4a3f4bf6437d5923c937316f1e6b37151ea7162369" }, "downloads": -1, "filename": "merk_api-0.0.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e19116e5fb8c32b63bc2a5bc870ef3d0", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 6362, "upload_time": "2016-06-06T13:01:50", "url": "https://files.pythonhosted.org/packages/7c/0a/5147435483e3bd4da13d88de93dcca126d5f8fea4ee454b9ad1075d01f0b/merk_api-0.0.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0fc1434037e70f320be56a2f3ec187fc", "sha256": "7a6ae6197b573b21b97742d631b3ed1e341d9f4fce6e7a7040b62914128920f0" }, "downloads": -1, "filename": "merk-api-0.0.4.tar.gz", "has_sig": false, "md5_digest": "0fc1434037e70f320be56a2f3ec187fc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4768, "upload_time": "2016-06-06T13:01:45", "url": "https://files.pythonhosted.org/packages/9f/86/fcc3281fb65dcea6a2d35182d2bdec0602c92005f1b73479e993d38c33db/merk-api-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "3d8e2a32a1f0e22ad1507e40ef947b6f", "sha256": "a8d7e439d7865370d773d5403621adbf7e13dcaa21e0d37a322368cbc65e0058" }, "downloads": -1, "filename": "merk_api-0.0.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3d8e2a32a1f0e22ad1507e40ef947b6f", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 6607, "upload_time": "2016-08-16T12:59:11", "url": "https://files.pythonhosted.org/packages/6f/48/5d117b1e61e32f4b6863b567f6858c5f9e057e6e39b03e9aa779dda5735a/merk_api-0.0.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "42d45aa66ba88f9303dd1652753f9e82", "sha256": "7650564574b7703605398570dd6b03604fbe88382346a54268af1d10629e110f" }, "downloads": -1, "filename": "merk-api-0.0.5.tar.gz", "has_sig": false, "md5_digest": "42d45aa66ba88f9303dd1652753f9e82", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4906, "upload_time": "2016-08-16T12:59:08", "url": "https://files.pythonhosted.org/packages/96/bf/f20685a45ca76f2accd254f65ea04969e488b6760ddfa4657e30f1c0c6f9/merk-api-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "9b7eee98a66749c6b2e46f6feb850936", "sha256": "474fd5d8bc92c9fcadd3bbad37628192d0f4e214a603e56f929df5faf1664616" }, "downloads": -1, "filename": "merk_api-0.0.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9b7eee98a66749c6b2e46f6feb850936", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 6637, "upload_time": "2016-11-16T14:58:28", "url": "https://files.pythonhosted.org/packages/f5/c0/d1b70d29f7ed6ce276145a08495efb69152952f9ee6c801b53436ef811ce/merk_api-0.0.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5916bb06c7b082cf349ce4e2e072e3ec", "sha256": "4c33ade80d28af157a7c8d23b63eb02a8dd1521ff9db1981493591377ba3320b" }, "downloads": -1, "filename": "merk-api-0.0.6.tar.gz", "has_sig": false, "md5_digest": "5916bb06c7b082cf349ce4e2e072e3ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4939, "upload_time": "2016-11-16T14:58:17", "url": "https://files.pythonhosted.org/packages/81/78/8087f22e4423bd66fcde32b8bfbc252a95d5ded2f616ed0225d7686eb1f7/merk-api-0.0.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9b7eee98a66749c6b2e46f6feb850936", "sha256": "474fd5d8bc92c9fcadd3bbad37628192d0f4e214a603e56f929df5faf1664616" }, "downloads": -1, "filename": "merk_api-0.0.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9b7eee98a66749c6b2e46f6feb850936", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 6637, "upload_time": "2016-11-16T14:58:28", "url": "https://files.pythonhosted.org/packages/f5/c0/d1b70d29f7ed6ce276145a08495efb69152952f9ee6c801b53436ef811ce/merk_api-0.0.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5916bb06c7b082cf349ce4e2e072e3ec", "sha256": "4c33ade80d28af157a7c8d23b63eb02a8dd1521ff9db1981493591377ba3320b" }, "downloads": -1, "filename": "merk-api-0.0.6.tar.gz", "has_sig": false, "md5_digest": "5916bb06c7b082cf349ce4e2e072e3ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4939, "upload_time": "2016-11-16T14:58:17", "url": "https://files.pythonhosted.org/packages/81/78/8087f22e4423bd66fcde32b8bfbc252a95d5ded2f616ed0225d7686eb1f7/merk-api-0.0.6.tar.gz" } ] }