Metadata-Version: 2.1
Name: doretta
Version: 1.0.1
Summary: A simple dot detector with a complete deployment
Author: Nishant Bhattacharya
Author-email: nishantb21@gmail.com
Keywords: computer vision
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.10, <4
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy (==1.24.0)
Requires-Dist: opencv-python (==4.6.0.66)
Provides-Extra: dev
Requires-Dist: matplotlib ; extra == 'dev'
Provides-Extra: test
Requires-Dist: matplotlib ; extra == 'test'

