{ "info": { "author": "Mike Lyons", "author_email": "mdl0394@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# Complicated\n\n## What is Complicated?\n\nComplicated is a simple app that lets you update your Apple Watch face \ncomplications with WebHooks. You can also use IFTTT and Zapier to update the WebHooks.\n\n[![Complicated Watch Your Text Here](https://mikelyons.org/images/complicated/watch_your_message_250.png)](https://mikelyons.org/complicated?utm_source=github-python)\n\n[https://mikelyons.org/complicated](https://mikelyons.org/complicated?utm_source=github-python)\n\n[![Complicated Download App](https://mikelyons.org/images/complicated/download.png)](https://itunes.apple.com/us/app/complicated/id1444561091?ls=1&mt=8)\n\n## How to install `complicated-python`\n\n```\npip install complicated\n```\n\n## How to use the Complicated CLI tool\n\nIt's easy to update your Apple Watch Complications using the command line. The\ncommand is just `complicated`, and you pass in API key, Complication type and\nyour new value in parenthesis\n\n```\nUsage: complicated \"\"\nExample:\ncomplciated abcd1234 modularLarge \"Hello World\\nCan you see me\"\n```\n\nArguments:\n - `API Key`: You can get this from the settings page in the Complicated app\n - `Complication Type`: The complication that you want to update to the new value.\nHere is a list of the available types: [ circularSmall, extraLarge, graphicBezel, graphicCorner, graphicRectangular, modularLarge, modularSmall, utilitarianLarge, utilitarianSmall ]\n - `New Value`: The new value to change the complciation to. Surround it with quotes if you want to include spaces. Use \\n for new lines.\n\n\n## How to use the Python Library\n\nThe python library is also dirt simple to use:\n\n```python\nfrom complicated import changeComplication\n\n# Usage: changeComplication( '', '', '' )\nchangeComplication( 'abcd1234', 'utilitarianSmall', 'new value' )\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/frenchie4111/complicated-python", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "complicated", "package_url": "https://pypi.org/project/complicated/", "platform": "", "project_url": "https://pypi.org/project/complicated/", "project_urls": { "Homepage": "https://github.com/frenchie4111/complicated-python" }, "release_url": "https://pypi.org/project/complicated/1.1.0/", "requires_dist": null, "requires_python": "", "summary": "Complicated python api. Control Apple Watch Complications with WebHooks", "version": "1.1.0" }, "last_serial": 5660200, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "7a3f3f02de5946dd55161392506c0020", "sha256": "6f27e7297a7274baba7d5603ec71a26ebfb386b8d9aab9366c47fbf45d785602" }, "downloads": -1, "filename": "complicated-1.0.0-py2-none-any.whl", "has_sig": false, "md5_digest": "7a3f3f02de5946dd55161392506c0020", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 3456, "upload_time": "2019-03-13T04:38:27", "url": "https://files.pythonhosted.org/packages/2f/a6/a4b78984b21efcf3bc86e4bf568396a3dd09a02d044a353adc4dbc9dedf4/complicated-1.0.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7cfe6f2c611153ecd6b087a7ca71e91d", "sha256": "95de8bd1c39bc398a96ee57a98afe33b605c498d9a1b98ecb5f64fb38944bddb" }, "downloads": -1, "filename": "complicated-1.0.0.tar.gz", "has_sig": false, "md5_digest": "7cfe6f2c611153ecd6b087a7ca71e91d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2579, "upload_time": "2019-03-13T04:38:29", "url": "https://files.pythonhosted.org/packages/5f/fa/91fe312cc5652ca9b78ce8b15b180cb9f22a193cd57b3eadd2577ac95838/complicated-1.0.0.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "2643a3b032e8927399988209c0eea6a6", "sha256": "ef05c327f3234b021424239ed097dc9847a2e97b6db55df6b6725f936cf68325" }, "downloads": -1, "filename": "complicated-1.1.0.tar.gz", "has_sig": false, "md5_digest": "2643a3b032e8927399988209c0eea6a6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5100, "upload_time": "2019-08-10T19:49:53", "url": "https://files.pythonhosted.org/packages/53/f3/cce20cf66563b827d04692d263c56419ef642233b03d951d4d89670a486e/complicated-1.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2643a3b032e8927399988209c0eea6a6", "sha256": "ef05c327f3234b021424239ed097dc9847a2e97b6db55df6b6725f936cf68325" }, "downloads": -1, "filename": "complicated-1.1.0.tar.gz", "has_sig": false, "md5_digest": "2643a3b032e8927399988209c0eea6a6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5100, "upload_time": "2019-08-10T19:49:53", "url": "https://files.pythonhosted.org/packages/53/f3/cce20cf66563b827d04692d263c56419ef642233b03d951d4d89670a486e/complicated-1.1.0.tar.gz" } ] }