Metadata-Version: 2.1
Name: zinglplotter
Version: 0.0.2
Summary: Zingl Path Plotting
Home-page: https://github.com/meerk40t/zinglplotter
Author: Tatarize
Author-email: tatarize@gmail.com
License: MIT
Description: # zinglplotter
        Zingl-Bresenham plotting algorithms.
        
        The Zingl-Bresenham plotting algorithms are from Alois Zingl's "The Beauty of Bresenham's Algorithm" ( http://members.chello.at/easyfilter/bresenham.html ). They are all MIT Licensed and this library is also MIT licensed. In the case of Zingl's work this isn't explicit from his website, however from personal correspondence "'Free and open source' means you can do anything with it like the MIT licence[sic]."
        
        While the core functions do not require `svgelements`, the initial usage divides this from the svgelements functionality and maintaining that functionality in the process requires it plot the correct elements without issue. So this coupling will be maintained initially with some intent to remove it in the future. 
        
Keywords: svg,path,elements,matrix,vector,parser
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
