{ "info": { "author": "Krzysztof Voss", "author_email": "k.voss@usask.ca", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Programming Language :: Python :: 2.7" ], "description": "lsystem\n=======\n\nA Python module for L-systems\n\nExample use:\n\n >>> from lsystem import LSystem\n\n >>> algae = LSystem(axiom='a', rules={'a':'ab', 'b':'a'})\n >>> print algae[5]\n abaababaabaab\n\nAnother example is given as a script `example-plant.py`.\nRunning the script \n\n python example-plant.py\n\nresults in the following picture: ![plant image](imgs/plant6.png)\n", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/kvoss/lsystem", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/kvoss/lsystem", "keywords": "LSystem,turtle,fractals,rewrite", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "lsystems", "package_url": "https://pypi.org/project/lsystems/", "platform": "POSIX", "project_url": "https://pypi.org/project/lsystems/", "project_urls": { "Download": "https://github.com/kvoss/lsystem", "Homepage": "https://github.com/kvoss/lsystem" }, "release_url": "https://pypi.org/project/lsystems/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Implementation of L-Systems", "version": "0.1.0" }, "last_serial": 1188228, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "0dc8110346e62539e563a5fe2c970eed", "sha256": "e1360029921662e27dae1549f292db2706076f717ae94691faa96e1dd15861e5" }, "downloads": -1, "filename": "lsystems-0.1.0.tar.gz", "has_sig": false, "md5_digest": "0dc8110346e62539e563a5fe2c970eed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2503, "upload_time": "2014-08-12T19:52:37", "url": "https://files.pythonhosted.org/packages/ed/00/e5a7e3fe068f51abdd74069fcd74f82972e4639f7c9299e87581caa1eb01/lsystems-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0dc8110346e62539e563a5fe2c970eed", "sha256": "e1360029921662e27dae1549f292db2706076f717ae94691faa96e1dd15861e5" }, "downloads": -1, "filename": "lsystems-0.1.0.tar.gz", "has_sig": false, "md5_digest": "0dc8110346e62539e563a5fe2c970eed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2503, "upload_time": "2014-08-12T19:52:37", "url": "https://files.pythonhosted.org/packages/ed/00/e5a7e3fe068f51abdd74069fcd74f82972e4639f7c9299e87581caa1eb01/lsystems-0.1.0.tar.gz" } ] }