Metadata-Version: 2.4
Name: digiplot
Version: 0.1.6
Summary: A tkinter code that helps users digitize curves from plot images.
Home-page: http://digiplot.readthedocs.org/en/latest/
Download-URL: https://github.com/sonofeft/DigiPlot
Author: Charlie Taylor
Author-email: cet@appliedpython.com
License: GPL-3
Keywords: digiplot setuptools development
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: LICENSE.txt
License-File: AUTHORS.rst
Requires-Dist: future
Requires-Dist: Pillow
Requires-Dist: numpy
Requires-Dist: scipy
Provides-Extra: dev
Requires-Dist: check-manifest; extra == "dev"
Provides-Extra: test
Requires-Dist: coverage; extra == "test"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: download-url
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: platform
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary



.. image:: https://img.shields.io/pypi/v/DigiPlot.svg

        
.. image:: https://img.shields.io/badge/python-3.10|3.11|3.12|3.13|3.14-blue


.. image:: https://img.shields.io/pypi/l/DigiPlot.svg


A Tkinter Code That Helps Users Digitize Curves From Plot Images.
=================================================================

See the Code at: `<https://github.com/sonofeft/DigiPlot>`_

See the Docs at: `<http://digiplot.readthedocs.org/en/latest/>`_

See PyPI page at: `<https://pypi.python.org/pypi/digiplot>`_

If a 2D plot is available only on paper or an image file, 
but the user needs the x,y data pairs in digital form, 
DigiPlot will help to create those x,y data pairs.
