Metadata-Version: 2.4
Name: turtle-dragon
Version: 0.1.0
Summary: Draw a dragon curve using Python turtle graphics
Project-URL: Homepage, https://devel.ringlet.net/games/turtle-dragon/
Project-URL: Changes, https://devel.ringlet.net/games/turtle-dragon/changes/
Project-URL: Issue Tracker, https://gitlab.com/ppentchev/turtle-dragon/-/issues
Project-URL: Source Code, https://gitlab.com/ppentchev/turtle-dragon
Author-email: Peter Pentchev <roam@ringlet.net>
License-Expression: BSD-2-Clause
License-File: LICENSES/BSD-2-Clause.txt
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: X11 Applications
Classifier: Intended Audience :: End Users/Desktop
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Multimedia :: Graphics
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: click<9,>=8
Description-Content-Type: text/markdown

<!--
SPDX-FileCopyrightText: Peter Pentchev <roam@ringlet.net>
SPDX-License-Identifier: BSD-2-Clause
-->

# turtle-dragon - draw a dragon curve using Python turtle graphics

\[[Home][ringlet-home] | [GitLab][gitlab] | [PyPI][pypi] | [Python API][ringlet-api] | [ReadTheDocs][readthedocs]\]

## Overview

The `turtle-dragon` library provides a means to calculate the turns of
[a dragon curve][mathworld-dragon].
It also provides the `turtle-dragon` command-line tool that has three subcommands:

- `calc`: calculate the direction of a specified turn
- `run`: draw a dragon curve using Python turtle graphics
- `turns`: display the directions of the first specified number of turns

## Contact

The `turtle-dragon` library was written by [Peter Pentchev][roam].
It is developed in [a GitLab repository][gitlab].
This documentation is hosted at [Ringlet][ringlet-home] with a copy at [ReadTheDocs][readthedocs].

[roam]: mailto:roam@ringlet.net "Peter Pentchev"
[gitlab]: https://gitlab.com/ppentchev/turtle-dragon "The turtle-dragon GitLab repository"
[mathworld-dragon]: https://mathworld.wolfram.com/DragonCurve.html "The dragon curve article at Wolfram Mathworld"
[pypi]: https://pypi.org/project/turtle-dragon/ "The turtle-dragon Python Package Index page"
[readthedocs]: https://turtle-dragon.readthedocs.io/ "The turtle-dragon ReadTheDocs page"
[ringlet-api]: https://devel.ringlet.net/games/turtle-dragon/api/ "The turtle-dragon Python API at Ringlet"
[ringlet-home]: https://devel.ringlet.net/games/turtle-dragon/ "The Ringlet turtle-dragon homepage"
