Metadata-Version: 1.1
Name: DrawTurksHead
Version: 0.3.4
Summary: Draw... Turk's head knots!
Home-page: http://jacquev6.github.io/DrawTurksHead/
Author: Vincent Jacques
Author-email: vincent@vincent-jacques.net
License: MIT
Description: DrawTurksHead is a Python (2.7) library to draw `Turk's head knots <http://en.wikipedia.org/wiki/Turk%27s_head_knot>`_.
        An `interactive demo <http://jacquev6.github.io/DrawTurksHead/demo.html>`__ is available.
        
        It's licensed under the `MIT license <http://choosealicense.com/licenses/mit/>`__.
        It's available on the `Python package index <http://pypi.python.org/pypi/DrawTurksHead>`__,
        its `documentation <http://jacquev6.github.io/DrawTurksHead>`__
        and its `source code <https://github.com/jacquev6/DrawTurksHead>`__ are on GitHub.
        
        Questions? Remarks? Bugs? Want to contribute? `Open an issue <https://github.com/jacquev6/DrawTurksHead/issues>`__!
        
        .. image:: https://img.shields.io/travis/jacquev6/DrawTurksHead/master.svg
            :target: https://travis-ci.org/jacquev6/DrawTurksHead
        
        .. image:: https://img.shields.io/coveralls/jacquev6/DrawTurksHead/master.svg
            :target: https://coveralls.io/r/jacquev6/DrawTurksHead
        
        .. image:: https://img.shields.io/codeclimate/github/jacquev6/DrawTurksHead.svg
            :target: https://codeclimate.com/github/jacquev6/DrawTurksHead
        
        .. image:: https://img.shields.io/scrutinizer/g/jacquev6/DrawTurksHead.svg
            :target: https://scrutinizer-ci.com/g/jacquev6/DrawTurksHead
        
        .. image:: https://img.shields.io/pypi/dm/DrawTurksHead.svg
            :target: https://pypi.python.org/pypi/DrawTurksHead
        
        .. image:: https://img.shields.io/pypi/l/DrawTurksHead.svg
            :target: https://pypi.python.org/pypi/DrawTurksHead
        
        .. image:: https://img.shields.io/pypi/v/DrawTurksHead.svg
            :target: https://pypi.python.org/pypi/DrawTurksHead
        
        .. image:: https://img.shields.io/pypi/pyversions/DrawTurksHead.svg
            :target: https://pypi.python.org/pypi/DrawTurksHead
        
        .. image:: https://img.shields.io/pypi/status/DrawTurksHead.svg
            :target: https://pypi.python.org/pypi/DrawTurksHead
        
        .. image:: https://img.shields.io/github/issues/jacquev6/DrawTurksHead.svg
            :target: https://github.com/jacquev6/DrawTurksHead/issues
        
        .. image:: https://badge.waffle.io/jacquev6/DrawTurksHead.png?label=ready&title=ready
            :target: https://waffle.io/jacquev6/DrawTurksHead
        
        .. image:: https://img.shields.io/github/forks/jacquev6/DrawTurksHead.svg
            :target: https://github.com/jacquev6/DrawTurksHead/network
        
        .. image:: https://img.shields.io/github/stars/jacquev6/DrawTurksHead.svg
            :target: https://github.com/jacquev6/DrawTurksHead/stargazers
        
        Quick start
        ===========
        
        Install from PyPI::
        
            $ pip install DrawTurksHead
        
        Are you're good to go::
        
            $ python -m DrawTurksHead
        
        (This will create a ``turkshead.png`` file in the current directory)
        
        Examples (from the `interactive demo <http://jacquev6.github.io/DrawTurksHead/demo.html>`__)
        ============================================================================================
        
        .. image:: http://dyn.vincent-jacques.net/turkshead?leads=4&bights=7&line_width=20&inner_radius=25&width=270&height=270
        
        .. image:: http://dyn.vincent-jacques.net/turkshead?leads=6&bights=9&line_width=10&inner_radius=70&width=270&height=270
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
