Metadata-Version: 1.1
Name: DrawTurksHead
Version: 0.3.5
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: .. GENI: intro
        .. GENERATED SECTION, MANUAL EDITS WILL BE LOST
        
        *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.
        
        .. END OF GENERATED SECTION
        
        .. GENI: info
        .. GENERATED SECTION, MANUAL EDITS WILL BE LOST
        
        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.
        
        .. END OF GENERATED SECTION
        
        .. GENI: badges
        .. GENERATED SECTION, MANUAL EDITS WILL BE LOST
        
        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://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
        
        .. END OF GENERATED SECTION
        
        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`_)
        =======================================
        
        .. image:: http://dyn.vincent-jacques.net/turkshead?leads=4&bights=7&line_width=20&inner_radius=25&width=400&height=400
        
        .. image:: http://dyn.vincent-jacques.net/turkshead?leads=6&bights=9&line_width=10&inner_radius=90&width=400&height=400
        
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 :: Only
Classifier: Programming Language :: Python :: 2.7
