{ "info": { "author": "Erik Max Francis", "author_email": "software@alcyone.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Scientific/Engineering :: Mathematics", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "A simple implementation of Lindenmayer systems (also called\r\n L-systems, substitution systems) is provided. In basic form, a\r\n Lindenmayer system consists of a starting string of symbols from\r\n an alphabet, and has repeated transitions applied to it, specified\r\n by a list of transition search-and-replace rules.\r\n\r\n In addition to the standard formulation, two alternative\r\n implementations are included: sequential systems, in which at most\r\n one rule is applied; and tag systems, in which the transition only\r\n takes place at the beginning and end of the string.", "description_content_type": null, "docs_url": null, "download_url": "http://www.alcyone.com/software/lsystem/lsystem-latest.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.alcyone.com/software/lsystem/", "keywords": "Lindenmayer systems, Lindemeyer systems, L-systems, fractals, algorithmic beauty of plants, artificial life", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "LSystem", "package_url": "https://pypi.org/project/LSystem/", "platform": "any", "project_url": "https://pypi.org/project/LSystem/", "project_urls": { "Download": "http://www.alcyone.com/software/lsystem/lsystem-latest.tar.gz", "Homepage": "http://www.alcyone.com/software/lsystem/" }, "release_url": "https://pypi.org/project/LSystem/1.0/", "requires_dist": null, "requires_python": null, "summary": "A Lindenmayer system explorer module", "version": "1.0" }, "last_serial": 944155, "releases": { "1.0": [] }, "urls": [] }