{ "info": { "author": "Othniel Dona Monote", "author_email": "othnieldona@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# planefigures\n`planefigures` is a python package based on the [turtle library](https://docs.python.org/3.5/library/turtle.html). It takes the pain out of drawing plain shapes.\n\n## Installation\n```bash\npip install planefigures\n```\nPython 3 is supported.\n\n## Example\nTry out this little peace of code and be amazed.\n```python\nimport planefigures as figures\nimport turtle\n\nfigures.color('red','yellow')\n\nfigures.begin_fill()\n\nfor n in range(8):\n figures.polygon(8, 80)\n turtle.right(360/8)\n\nfigures.end_fill()\n```\n\nOr better still ...\n```python\npython -m planefigures.example\n```\nand enjoy.\n\n## Road map\nAt this stage, only [regular polygons](https://en.wikipedia.org/wiki/Regular_polygon) are supported. The aim however, is to support regular as well as irregular shapes.\n\n- [x] Circle\n- [ ] Scalene triangle\n- [ ] Isosceles triangle\n- [x] Right triangle\n- [ ] Obtuse triangle\n- [x] Rectangle\n- [x] Parallelogram\n- [ ] Trapezium\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/OthnielDona/planefigures", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "planefigures", "package_url": "https://pypi.org/project/planefigures/", "platform": "", "project_url": "https://pypi.org/project/planefigures/", "project_urls": { "Homepage": "https://github.com/OthnielDona/planefigures" }, "release_url": "https://pypi.org/project/planefigures/0.3.0/", "requires_dist": null, "requires_python": "", "summary": "A turtle based package that makes drawing common geometric plane shapes a breeze.", "version": "0.3.0" }, "last_serial": 5658353, "releases": { "0.1.2": [ { "comment_text": "", "digests": { "md5": "5d80258549c092450bef48bd4346eed9", "sha256": "f50763970de80cee7e2f4058530a7142b0b237787d13d0eb0b2d350d6b2a8fcd" }, "downloads": -1, "filename": "planefigures-0.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "5d80258549c092450bef48bd4346eed9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3520, "upload_time": "2019-07-27T11:23:28", "url": "https://files.pythonhosted.org/packages/18/df/aedc9288bcec5f8a3b31c2d9f44390d38802d040e21d2bd05da89a584ba5/planefigures-0.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4a60e7ec3762b4c87cef86ddc880f445", "sha256": "f5e3fe62d6bc658ec13c13ecd91052a70fc1b52a280d8699dd15ac0ce05f493a" }, "downloads": -1, "filename": "planefigures-0.1.2.tar.gz", "has_sig": false, "md5_digest": "4a60e7ec3762b4c87cef86ddc880f445", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2243, "upload_time": "2019-07-27T11:23:30", "url": "https://files.pythonhosted.org/packages/62/b5/5f3e4ffc3faf38ca78e4c25b138e51154a2f7f791b84670838d0ea6e68e9/planefigures-0.1.2.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "740e1cc013a0dc20800d46c3f739239a", "sha256": "8c03d6972946d0de346899718525dac13c10b036585de9fd2eb57a6fb38fae5a" }, "downloads": -1, "filename": "planefigures-0.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "740e1cc013a0dc20800d46c3f739239a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3630, "upload_time": "2019-07-27T20:42:57", "url": "https://files.pythonhosted.org/packages/cc/fc/9b08eecda5f97c8854e5e9ff7384869f5d827e804b3221c578f4c9bfbe08/planefigures-0.2.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "00d9fab9554c19c575475af2c3b10600", "sha256": "8d8b8a2b1781b077b8fc4412b4be121d8db5b92e38ec58bad6debfb3c43dbf34" }, "downloads": -1, "filename": "planefigures-0.2.0.tar.gz", "has_sig": false, "md5_digest": "00d9fab9554c19c575475af2c3b10600", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2327, "upload_time": "2019-07-27T20:42:59", "url": "https://files.pythonhosted.org/packages/37/df/bb4177fe3d05c6fd375e90fa88c034e7b92f2f5ea72610454f0badea6a00/planefigures-0.2.0.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "55fe05ab805dd15c3c54eabb6b5dd45c", "sha256": "fd0b23b9fdd06fa2b68b0720412927c6f17137bef7fb40d81d306361ba5df5c1" }, "downloads": -1, "filename": "planefigures-0.3.0-py3-none-any.whl", "has_sig": false, "md5_digest": "55fe05ab805dd15c3c54eabb6b5dd45c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4917, "upload_time": "2019-08-10T01:59:43", "url": "https://files.pythonhosted.org/packages/c0/c4/748fe4667e6bced1018c204db28324a7a6ac13a7092366d79d4f45628ef8/planefigures-0.3.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a333c9c429725e0fb021283251e0c9a3", "sha256": "1b66830308bbc21637b3432511c400860854e258b90ff04cc683c8f21f8cff87" }, "downloads": -1, "filename": "planefigures-0.3.0.tar.gz", "has_sig": false, "md5_digest": "a333c9c429725e0fb021283251e0c9a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3445, "upload_time": "2019-08-10T01:59:45", "url": "https://files.pythonhosted.org/packages/85/52/55d107adcdd27df179503c9615425124a8341620edf98fb6c8998ae6c04e/planefigures-0.3.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "55fe05ab805dd15c3c54eabb6b5dd45c", "sha256": "fd0b23b9fdd06fa2b68b0720412927c6f17137bef7fb40d81d306361ba5df5c1" }, "downloads": -1, "filename": "planefigures-0.3.0-py3-none-any.whl", "has_sig": false, "md5_digest": "55fe05ab805dd15c3c54eabb6b5dd45c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4917, "upload_time": "2019-08-10T01:59:43", "url": "https://files.pythonhosted.org/packages/c0/c4/748fe4667e6bced1018c204db28324a7a6ac13a7092366d79d4f45628ef8/planefigures-0.3.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a333c9c429725e0fb021283251e0c9a3", "sha256": "1b66830308bbc21637b3432511c400860854e258b90ff04cc683c8f21f8cff87" }, "downloads": -1, "filename": "planefigures-0.3.0.tar.gz", "has_sig": false, "md5_digest": "a333c9c429725e0fb021283251e0c9a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3445, "upload_time": "2019-08-10T01:59:45", "url": "https://files.pythonhosted.org/packages/85/52/55d107adcdd27df179503c9615425124a8341620edf98fb6c8998ae6c04e/planefigures-0.3.0.tar.gz" } ] }