{ "info": { "author": "Lucas Langholf", "author_email": "lucas@elpunkt.eu", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: Unix", "Programming Language :: Python :: 3" ], "description": "# wittyPy\n#### A Python Wrapper for the [WittyPi 2](http://www.uugear.com/product/wittypi2/) Realtime Clock for the RaspberryPi.\n\n## Example\n```python\n import wittyPy\n\n witty = wittyPy.WittyPy('path/to/wittyPi/Software')\n\n print(witty.next_start)\n witty.set_startup(10,9,8,7)\n print(witty.next_start)\n witty.reset('startup')\n print(witty.next_start)\n```\nOutput:\n```\n >>> WittyTime(type=\"boot\", day=\"unset\", hour=\"unset\", minute=\"unset\", second=\"unset\", as_date=\"unset\")\n >>> WittyTime(type=\"boot\", day=10, hour=9, minute=8, second=7, as_date=\"2018-08-10 09:08:07\")\n >>> WittyTime(type=\"boot\", day=\"unset\", hour=\"unset\", minute=\"unset\", second=\"unset\", as_date=\"unset\")\n```\n\n## Installation\n\nTo install wittyPy, simply use pip:\n```\n pip install wittyPy\n```\n\n## Documentation\n\nYou can find the documentation on [docs.elpunkt.eu](http://docs.elpunkt.eu/wittyPy/).\n\n\n## How to contribute:\n1. Test wittyPy and open an issue to report a bug or discuss a feature idea.\n2. Give general feedback on the code and the package structure.\n3. Fork the repository and make your changes.\n\n\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/elpunkt/wittyPy", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "wittyPy", "package_url": "https://pypi.org/project/wittyPy/", "platform": "", "project_url": "https://pypi.org/project/wittyPy/", "project_urls": { "Homepage": "https://github.com/elpunkt/wittyPy" }, "release_url": "https://pypi.org/project/wittyPy/0.1/", "requires_dist": null, "requires_python": "", "summary": "A Wrapper for the WittyPi2 Realtime Clock for the RaspberryPi", "version": "0.1" }, "last_serial": 4176126, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "a6eec18c1eb45f126bb1f9d5378867c3", "sha256": "b19e392be08d05b7f0d349d191b8a29c1546cc465cb7f4b2b00274a34ca402d4" }, "downloads": -1, "filename": "wittyPy-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "a6eec18c1eb45f126bb1f9d5378867c3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4795, "upload_time": "2018-08-16T10:20:37", "url": "https://files.pythonhosted.org/packages/78/e7/9dbdd74a4aed2dfe17f92622c1706ca24a8ea86c6489efa28d53d1b33569/wittyPy-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "86709bfefd9f54b29c86d2645872cff3", "sha256": "4fdb4de35db21459271fef4ca6b1e820a34a8f7f08b72bfdde45b6151e70ba00" }, "downloads": -1, "filename": "wittyPy-0.1.tar.gz", "has_sig": false, "md5_digest": "86709bfefd9f54b29c86d2645872cff3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4521, "upload_time": "2018-08-16T10:20:38", "url": "https://files.pythonhosted.org/packages/47/3d/4c6646342585d3093770379d33f685c816b35a0f0881302e196a8d0d71e0/wittyPy-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a6eec18c1eb45f126bb1f9d5378867c3", "sha256": "b19e392be08d05b7f0d349d191b8a29c1546cc465cb7f4b2b00274a34ca402d4" }, "downloads": -1, "filename": "wittyPy-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "a6eec18c1eb45f126bb1f9d5378867c3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4795, "upload_time": "2018-08-16T10:20:37", "url": "https://files.pythonhosted.org/packages/78/e7/9dbdd74a4aed2dfe17f92622c1706ca24a8ea86c6489efa28d53d1b33569/wittyPy-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "86709bfefd9f54b29c86d2645872cff3", "sha256": "4fdb4de35db21459271fef4ca6b1e820a34a8f7f08b72bfdde45b6151e70ba00" }, "downloads": -1, "filename": "wittyPy-0.1.tar.gz", "has_sig": false, "md5_digest": "86709bfefd9f54b29c86d2645872cff3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4521, "upload_time": "2018-08-16T10:20:38", "url": "https://files.pythonhosted.org/packages/47/3d/4c6646342585d3093770379d33f685c816b35a0f0881302e196a8d0d71e0/wittyPy-0.1.tar.gz" } ] }