Metadata-Version: 2.0
Name: lsys
Version: 0.1.0
Summary: Create and visualize Lindenmayer systems
Home-page: https://github.com/austinorr/lsys
Author: Austin Orr
Author-email: austinmartinorr@gmail.com
License: BSD license
Keywords: l-systems,lindenmayer,fractal
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: matplotlib
Requires-Dist: numpy
Provides-Extra: testing
Requires-Dist: pytest (>=3.1); extra == 'testing'
Requires-Dist: pytest-mpl (>=0.8); extra == 'testing'

===============================
lsys
===============================


.. image:: https://img.shields.io/pypi/v/lsys.svg
        :target: https://pypi.python.org/pypi/lsys

.. image:: https://img.shields.io/travis/austinorr/lsys.svg
        :target: https://travis-ci.org/austinorr/lsys

.. image:: https://codecov.io/gh/austinorr/lsys/branch/master/graph/badge.svg
        :target: https://codecov.io/gh/austinorr/lsys
        :alt: Code Coverage


Create and visualize lindenmayer systems.


* Free software: BSD license
* Documentation: https://austinorr.github.io/lsys/


Features
--------

* TODO


