Metadata-Version: 2.1
Name: GOUDA
Version: 0.5.2
Summary: Good Old Utilities for Data Analysis!
Home-page: https://github.com/mullans/GOUDA
Author: Sean Mullan
Author-email: sean-mullan@uiowa.edu
License: mit
Project-URL: Documentation, https://github.com/mullans/GOUDA
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Requires-Python: >=3.6
Description-Content-Type: text/x-rst; charset=UTF-8
Requires-Dist: numpy
Requires-Dist: colorama
Requires-Dist: matplotlib
Provides-Extra: image
Requires-Dist: opencv-python ; extra == 'image'
Provides-Extra: testing
Requires-Dist: pytest ; extra == 'testing'
Requires-Dist: pytest-cov ; extra == 'testing'

=====
GOUDA
=====


Good Old Utilities for Data Analysis


Description
===========

These are a bunch of miscellaneous data/image utilities that have been made as needed. Full documentation on its way.

Installation
============

For pip: pip install gouda

For conda: conda install gouda -c smullan


