{ "info": { "author": "Joe Paul", "author_email": "joeirimpan@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": "=================\nZammad API Client\n=================\n\n\n.. image:: https://img.shields.io/pypi/v/zammad_py.svg\n :target: https://pypi.python.org/pypi/zammad_py\n\n.. image:: https://img.shields.io/travis/joeirimpan/zammad_py.svg\n :target: https://travis-ci.org/joeirimpan/zammad_py\n\n.. image:: https://readthedocs.org/projects/zammad-py/badge/?version=latest\n :target: https://zammad-py.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n\n.. image:: https://pyup.io/repos/github/joeirimpan/zammad_py/shield.svg\n :target: https://pyup.io/repos/github/joeirimpan/zammad_py/\n :alt: Updates\n\n\nPython API client for zammad\n\n* Free software: MIT license\n* Documentation: https://zammad-py.readthedocs.io.\n\n\nQuickstart\n----------\n\n.. code-block:: python\n\n from zammad_py import ZammadAPI\n client = ZammadAPI(username='', password='', host='', is_secure=False)\n print client.user.me()\n\n\nUser Resource\n-------------\n\n.. code-block:: python\n\n from zammad_py import ZammadAPI\n client = ZammadAPI(username='', password='', host='', is_secure=False)\n\n print client.user.me()\n # all return a paginated response\n this_page = client.user.all()\n next_page = this_page.next_page()\n prev_page = this_page.prev_page()\n # Iterate through page object\n for user in this_page:\n print user\n print client.user.search({'firstname': 'Joe'})\n print client.user.find(3)\n print client.user.create({'firstname': 'Joe'})\n print client.user.update(3, {'firstname': 'Paul'})\n print client.user.destroy(3)\n\n\nCredits\n---------\n\nThis package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n\n\n\n=======\nHistory\n=======\n\n0.1.0 (2017-10-24)\n------------------\n\n* First release on PyPI.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/joeirimpan/zammad_py", "keywords": "zammad_py", "license": "MIT license", "maintainer": "", "maintainer_email": "", "name": "zammad-py", "package_url": "https://pypi.org/project/zammad-py/", "platform": "", "project_url": "https://pypi.org/project/zammad-py/", "project_urls": { "Homepage": "https://github.com/joeirimpan/zammad_py" }, "release_url": "https://pypi.org/project/zammad-py/0.1.7/", "requires_dist": null, "requires_python": "", "summary": "Python API client for zammad", "version": "0.1.7" }, "last_serial": 5187052, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "c8c6b5da1cb6b978280cb1cf9430db13", "sha256": "45c381953b67492bf9b2d3034e23ee855ae0e7fb33916a52a0192969aa38eccc" }, "downloads": -1, "filename": "zammad_py-0.1.0.tar.gz", "has_sig": false, "md5_digest": "c8c6b5da1cb6b978280cb1cf9430db13", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14129, "upload_time": "2017-10-24T10:23:00", "url": "https://files.pythonhosted.org/packages/8e/f7/31022efa6ae7cd6f464910bbdb743080cc637f46619d2f9df7da1dece8f8/zammad_py-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "bc1b6ad63b3031fc2fcfbb9444188283", "sha256": "14c098e4a3e97bc56396f10141fc0e0b0aa485b987d51e9d832a56e57cacd38c" }, "downloads": -1, "filename": "zammad_py-0.1.1.tar.gz", "has_sig": false, "md5_digest": "bc1b6ad63b3031fc2fcfbb9444188283", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18256, "upload_time": "2017-10-25T05:52:23", "url": "https://files.pythonhosted.org/packages/e5/85/f489a7399ac912cead015f6594ee1e70eae147eb9fa836dd54082e2ba5ac/zammad_py-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "14a5a07c9cdeb30bdf56e405d1b57934", "sha256": "a4e78ba51989dda0435aa07bbbfb1147bc7c83f6a9a53826abd7cc1b9a099cb2" }, "downloads": -1, "filename": "zammad_py-0.1.2.tar.gz", "has_sig": false, "md5_digest": "14a5a07c9cdeb30bdf56e405d1b57934", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26108, "upload_time": "2017-10-26T06:59:47", "url": "https://files.pythonhosted.org/packages/ab/ab/89bb5be474ed4f602ae9ad41930220be46d1080ee7bf57f8ff68bcb73651/zammad_py-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "36d90aa2df38a508cc6393c49b23cfe4", "sha256": "2affe58f9adf5bdce6fa466756cc59d59d521cfe2f4a310f33ef25d8d024729b" }, "downloads": -1, "filename": "zammad_py-0.1.3.tar.gz", "has_sig": false, "md5_digest": "36d90aa2df38a508cc6393c49b23cfe4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29694, "upload_time": "2017-11-13T08:28:50", "url": "https://files.pythonhosted.org/packages/d0/71/82447d074dac8d9b43b931e007d9a1f0966beb1f3e7b8ddc5184bfd60441/zammad_py-0.1.3.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "b68f7852e7836631138de3de96210d2b", "sha256": "bdf4ea49a7762d9bbe05142376926dd411639f01c4e4b8a5466a55a48a2c69c4" }, "downloads": -1, "filename": "zammad_py-0.1.5.tar.gz", "has_sig": false, "md5_digest": "b68f7852e7836631138de3de96210d2b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38008, "upload_time": "2018-05-11T10:59:07", "url": "https://files.pythonhosted.org/packages/53/90/5f335ece4ed22dd8b90ea6862f693b4a52334614b3e09615cca54df61b49/zammad_py-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "022a675f65bb5ea90708da1d26073d09", "sha256": "07cb850001fb108d64edd5ec2fbf90c8c660d7dbea14ab9bbf6d8a7173370398" }, "downloads": -1, "filename": "zammad_py-0.1.6.tar.gz", "has_sig": false, "md5_digest": "022a675f65bb5ea90708da1d26073d09", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38647, "upload_time": "2019-04-11T12:17:31", "url": "https://files.pythonhosted.org/packages/ea/86/c1783832726448ea135f9d1ae8b295fe7e58608fabb6db6c5281727324a5/zammad_py-0.1.6.tar.gz" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "68c04cf1b956aa9432b0e7adc655af16", "sha256": "d131faedd7556f2ee2ffc9745933c0254f559ed3d790bf5801e4ed773e216d4c" }, "downloads": -1, "filename": "zammad_py-0.1.7.tar.gz", "has_sig": false, "md5_digest": "68c04cf1b956aa9432b0e7adc655af16", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38663, "upload_time": "2019-04-25T09:40:42", "url": "https://files.pythonhosted.org/packages/b7/34/6507cbad1a8281657fab67a7b0f7a7f7067b1b0913517d26c9986001255a/zammad_py-0.1.7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "68c04cf1b956aa9432b0e7adc655af16", "sha256": "d131faedd7556f2ee2ffc9745933c0254f559ed3d790bf5801e4ed773e216d4c" }, "downloads": -1, "filename": "zammad_py-0.1.7.tar.gz", "has_sig": false, "md5_digest": "68c04cf1b956aa9432b0e7adc655af16", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38663, "upload_time": "2019-04-25T09:40:42", "url": "https://files.pythonhosted.org/packages/b7/34/6507cbad1a8281657fab67a7b0f7a7f7067b1b0913517d26c9986001255a/zammad_py-0.1.7.tar.gz" } ] }