{ "info": { "author": "Uiza", "author_email": "developer@uiza.io", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "# Python Client for Uiza platform\n\n## Introduction\n\nThe Uiza API is organized around RESTful standard. Our API has predictable, resource-oriented URLs, and uses HTTP response codes to indicate API errors. JSON is returned by all API responses, including errors, although our API libraries convert responses to appropriate language-specific objects.\n\n## Documentation\n\nSee the [.Uiza API docs v4](https://docs.uiza.io/v4).\n\n## Installation\n\n### Supported Python Versions\n\n- Python 2.7.x. Python 2.7 support will be removed on January 1, 2020.\n- Python 3.x\n- Tested with Python 2.7.11, 3.4, 3.6.8\n\n### Install uiza package via pip\n\nSuggestion install this library using pip with [virtualenv](https://virtualenv.pypa.io/en/latest/). Because with virtualenv, it is possible to install this library without:\n\n- Needing system install permission.\n- Clashing with the installed system dependencies.\n\nOn Mac/Linux\n\n```bash\npip install virtualenv\nvirtualenv \nsource /bin/activate\n/bin/pip install uiza\n```\n\nOn Windows\n\n```bash\npip install virtualenv\nvirtualenv \n\\Scripts\\activate\n\\Scripts\\pip.exe install uiza\n```\n\n## Usage\n\nThe first, needing create Uiza connection using `app_id` and `authorization`:\n\n```python\nimport uiza\n\nuiza.authorization = \"your-authorization\"\nuiza.app_id = \"your-app-id\"\n\n``` \n\nAfter connection created, this is example search Entity:\n\n```python\nimport uiza\nfrom uiza.api_resources.entity import Entity\nfrom uiza.exceptions import ServerException\n\nuiza.authorization = \"your-authorization\"\nuiza.app_id = \"your-app-id\"\n\ntry:\n entity_data, _ = Entity().search(keyword='Sample')\nexcept ServerException as e:\n raise e\nexcept Exception as e:\n raise e\n\n...\n\n```\n\nNext steps, reading the [Client Library Documentation]() to see other available methods on the client.\n\n- [Entity](https://github.com/uizaio/api-wrapper-python/blob/master/docs/entity.md)\n- [Category](https://github.com/uizaio/api-wrapper-python/blob/master/docs/category.md)\n- [Storage](https://github.com/uizaio/api-wrapper-python/blob/master/docs/storage.md)\n- [Live Streaming](https://github.com/uizaio/api-wrapper-python/blob/master/docs/live.md)\n- [Callback](https://github.com/uizaio/api-wrapper-python/blob/master/docs/callback.md)\n- [User](https://github.com/uizaio/api-wrapper-python/blob/master/docs/user.md)\n\n## Unittest\n\nThe first, you need install dependencies:\n\n```bash\npip install -r requirements.txt\n```\n\nRun unittest:\n\n```bash\npython -m unittest discover tests\n```\n\nCoverage code:\n\n```bash\ncoverage run -m unittest discover tests\ncoverage report\n``` \n\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at [https://github.com/uizaio/api-wrapper-python](https://github.com/uizaio/api-wrapper-python).\n\n## License\n\nThe package is available as open source under the terms of the [MIT License](https://choosealicense.com/licenses/mit/).\n\n\n", "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/uizaio/api-wrapper-python", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "uiza", "package_url": "https://pypi.org/project/uiza/", "platform": "", "project_url": "https://pypi.org/project/uiza/", "project_urls": { "Homepage": "https://github.com/uizaio/api-wrapper-python" }, "release_url": "https://pypi.org/project/uiza/1.2.0/", "requires_dist": null, "requires_python": "", "summary": "Uiza SDK tool", "version": "1.2.0" }, "last_serial": 4995699, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "73bf3839e0e7adf3908926c07faa5c0c", "sha256": "e2355ea523740000b81221263c3a2adb6ecba1273485ce36889cecdec8e1b30e" }, "downloads": -1, "filename": "uiza-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "73bf3839e0e7adf3908926c07faa5c0c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 28122, "upload_time": "2019-02-25T08:56:39", "url": "https://files.pythonhosted.org/packages/21/d9/7de2154c9b16ffc4d568f39052dddac6e14d3c3bbe8a4869f01cc98b9880/uiza-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "57c0e9dfc93c8fcfab5a307b772d08bf", "sha256": "31ceda5fb22a7d6befa520e604a723d2f2c77b1fd03e66269c45fd28a40fb75b" }, "downloads": -1, "filename": "uiza-1.0.0.tar.gz", "has_sig": false, "md5_digest": "57c0e9dfc93c8fcfab5a307b772d08bf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20213, "upload_time": "2019-02-25T08:56:42", "url": "https://files.pythonhosted.org/packages/8c/6b/832cb9c0c12eb4d76cd6f7dc994d24eeaf916de6b42f93d3aba912693b48/uiza-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "0641e725e5cff6c2e23aa9e7a7374513", "sha256": "3e5650b04a03fac5e6c161b16ba10f86ed206e51f4c5fd41159c8b88d999261c" }, "downloads": -1, "filename": "uiza-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "0641e725e5cff6c2e23aa9e7a7374513", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 31595, "upload_time": "2019-02-27T03:08:15", "url": "https://files.pythonhosted.org/packages/64/6d/4d692016d956b48475ebfbe0565a21d8a69d712a705783b877a6e51bf53d/uiza-1.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e969d04ace2a056c4384795df37aad6d", "sha256": "1c2d0d75db58db52e55914085f5cd6170adcc61ff9f26cb2687dd067bd5c6880" }, "downloads": -1, "filename": "uiza-1.0.1.tar.gz", "has_sig": false, "md5_digest": "e969d04ace2a056c4384795df37aad6d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20212, "upload_time": "2019-02-27T03:08:18", "url": "https://files.pythonhosted.org/packages/5c/a6/717922d90214177e381cd135ea8c56ea664b353cceee207e9666a7806664/uiza-1.0.1.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "3c6f6792cbac4f2ae04f3709a0602ad0", "sha256": "c0a020f7821b7a7d6abfaaf7a384d1813d96f1ccf5cc4fba8de51071571fd0b2" }, "downloads": -1, "filename": "uiza-1.1.0-py2-none-any.whl", "has_sig": false, "md5_digest": "3c6f6792cbac4f2ae04f3709a0602ad0", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 31643, "upload_time": "2019-03-12T11:02:16", "url": "https://files.pythonhosted.org/packages/11/6b/060d480445f3438ca896f7da49ecde32c5db5d08f1fac38d595781f6c903/uiza-1.1.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "49cea666798dd4f2580003fcf23328ce", "sha256": "f3628fe0bbe57543c884b51f91f9b8c481443620e556bbbd4bc834f3a486cd99" }, "downloads": -1, "filename": "uiza-1.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "49cea666798dd4f2580003fcf23328ce", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 31636, "upload_time": "2019-03-06T10:01:16", "url": "https://files.pythonhosted.org/packages/e8/76/bdd3e8aabf0ca4088640a6b5a511b4a76eaa1dae97a4f10c85cfae40e721/uiza-1.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d57c377529d48e72413e484519379619", "sha256": "884e54f1825d5c9b4d025785e0c9c9e3144943e22d34f65e5c425d57385967ae" }, "downloads": -1, "filename": "uiza-1.1.0.tar.gz", "has_sig": false, "md5_digest": "d57c377529d48e72413e484519379619", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18063, "upload_time": "2019-03-06T10:01:19", "url": "https://files.pythonhosted.org/packages/ea/98/cf90e8ae7dc5585cfce8455b1885738eb98bd61628de4de45e3d56036625/uiza-1.1.0.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "59325789c7c3b8cabb14e319eb4a09fb", "sha256": "ae61cda2ef5fa2f86ee6110753913da39373cc8ca06a5e16f5f4a4a1025353b3" }, "downloads": -1, "filename": "uiza-1.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "59325789c7c3b8cabb14e319eb4a09fb", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 31642, "upload_time": "2019-03-15T07:07:01", "url": "https://files.pythonhosted.org/packages/17/db/f6ead8ff0ddbbff113cdd01625b03990d7e0109ea4f0c9fb3d011add1ba3/uiza-1.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8d3b7841244754c65d6d5be66d0fd5c0", "sha256": "a0657278da614cc59806023c21b2e984bc4e5f7a23f4834d3cc39be9bf0145d5" }, "downloads": -1, "filename": "uiza-1.1.1.tar.gz", "has_sig": false, "md5_digest": "8d3b7841244754c65d6d5be66d0fd5c0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17779, "upload_time": "2019-03-15T07:10:46", "url": "https://files.pythonhosted.org/packages/90/5f/d99d90ecc68ab8847296c3a97a6042fb6b2d9e30f2958e8fff321023fde8/uiza-1.1.1.tar.gz" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "8b21f82e4b68c23e4841a48b2a03a3a5", "sha256": "a244dd7d2ae0c6128765027a1c755160193b7980dfef2de207e6a4265126ad60" }, "downloads": -1, "filename": "uiza-1.1.2-py2-none-any.whl", "has_sig": false, "md5_digest": "8b21f82e4b68c23e4841a48b2a03a3a5", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 31647, "upload_time": "2019-03-25T07:09:01", "url": "https://files.pythonhosted.org/packages/8e/01/0c09b306bd0456c61a9b6342fb8fb4465acd0e3f58ba4e985814ae95beeb/uiza-1.1.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "74c966ffdef137b3406947a57a82e306", "sha256": "d754b519697d21a7b6c0b807b214c9c32d0fc2ed7aee29e43dd3b20df56b39e8" }, "downloads": -1, "filename": "uiza-1.1.2.tar.gz", "has_sig": false, "md5_digest": "74c966ffdef137b3406947a57a82e306", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17801, "upload_time": "2019-03-25T07:09:03", "url": "https://files.pythonhosted.org/packages/02/e0/53ed7722f99dfad049f7063548e6a25867e2cb271d96b907eb0a43e0ff80/uiza-1.1.2.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "330f4da5c75be4973093c0a1aa989148", "sha256": "e3338bde018bad7775d4c5929a236e9e8ccb89396d5b1685818fd101c9a9a2ed" }, "downloads": -1, "filename": "uiza-1.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "330f4da5c75be4973093c0a1aa989148", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 32355, "upload_time": "2019-03-28T02:22:53", "url": "https://files.pythonhosted.org/packages/f4/76/801061c011d008792a1db18585de6113457e473c6190af95cd123be5ba25/uiza-1.2.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fdcf222e459bd13c07d60334a646e0e7", "sha256": "4a26b9d2cdf45487d17726d96df727a6e3ae0c3baf7c57e641347c1af88228d8" }, "downloads": -1, "filename": "uiza-1.2.0.tar.gz", "has_sig": false, "md5_digest": "fdcf222e459bd13c07d60334a646e0e7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17566, "upload_time": "2019-03-28T02:22:55", "url": "https://files.pythonhosted.org/packages/47/9a/cd272a00fa786cbfb2a1fd3d0ae90003ee3a8e124e519a4994c842d2f10c/uiza-1.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "330f4da5c75be4973093c0a1aa989148", "sha256": "e3338bde018bad7775d4c5929a236e9e8ccb89396d5b1685818fd101c9a9a2ed" }, "downloads": -1, "filename": "uiza-1.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "330f4da5c75be4973093c0a1aa989148", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 32355, "upload_time": "2019-03-28T02:22:53", "url": "https://files.pythonhosted.org/packages/f4/76/801061c011d008792a1db18585de6113457e473c6190af95cd123be5ba25/uiza-1.2.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fdcf222e459bd13c07d60334a646e0e7", "sha256": "4a26b9d2cdf45487d17726d96df727a6e3ae0c3baf7c57e641347c1af88228d8" }, "downloads": -1, "filename": "uiza-1.2.0.tar.gz", "has_sig": false, "md5_digest": "fdcf222e459bd13c07d60334a646e0e7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17566, "upload_time": "2019-03-28T02:22:55", "url": "https://files.pythonhosted.org/packages/47/9a/cd272a00fa786cbfb2a1fd3d0ae90003ee3a8e124e519a4994c842d2f10c/uiza-1.2.0.tar.gz" } ] }