Metadata-Version: 1.2
Name: dippykit
Version: 2.0.2
Summary: A Python Package for Digital Image Processing Education
Home-page: https://github.com/dippykit/dippykit
Author: Brighton Ancelin
Author-email: bancelin3@gatech.edu
License: UNKNOWN
Description-Content-Type: txt/x-rst
Description: dippykit - A Digital Image Processing Library
        
        Authors: Brighton Ancelin, Motaz Alfarraj, Ghassan AlRegib
        
        This library was developed for the Georgia Tech graduate course **ECE 6258: Digital Image Processing** with Professor
        Ghassan AlRegib.
        
        Versioning Scheme: Semantic Versioning 2.0.0
        
        This package is intended for use by Digital Image Processing students. It serves as an educational resource.
        The general methodology for the package is that each module contains functions pertinent to a specific concept or field.
        For convenience to the user, all functions are available directly through the package itself. In other words, users are
        not tasked with specifying modules to access specific members. The organization of modules is a logical "under-the-hood"
        aspect in this regard.
        
        This code is maintained under the Semantic Versioning 2.0.0 versioning scheme, further defined
        `here. <https://semver.org/>`_ In essence, the version is represented as MAJOR.MINOR.PATCH and each increments by the
        following rules:
        
        * Increment MAJOR when incompatible API changes are made
        * Increment MINOR when backwards-compatible functionality is added
        * Increment PATCH when backwards-compatible bug fixes are made
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Education
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Requires-Python: >=3.5.2
