Metadata-Version: 2.1
Name: kalmus
Version: 1.3.9
Summary: kalmus film color analysis tool
Home-page: https://github.com/KALMUS-Color-Toolkit/KALMUS
Author: Yida Chen, Eric Faden, Nathan Ryan
Author-email: yc015@bucknell.edu
License: MIT
Description: [![Project Status](https://img.shields.io/pypi/status/kalmus.svg)](https://pypi.org/project/kalmus/)
        [![Python Version](https://img.shields.io/pypi/pyversions/kalmus.svg)](https://pypi.org/project/kalmus/)
        [![PyPI Version](https://img.shields.io/pypi/v/kalmus.svg)](https://pypi.org/project/kalmus/)
        [![codecov](https://codecov.io/gh/KALMUS-Color-Toolkit/KALMUS/branch/master/graph/badge.svg)](https://codecov.io/gh/KALMUS-Color-Toolkit/KALMUS)
        [![License](https://img.shields.io/pypi/l/kalmus.svg)](https://pypi.org/project/kalmus/)
        [![status](https://joss.theoj.org/papers/f7a87aac389fc3cd02807d5fad6ebf50/status.svg)](https://joss.theoj.org/papers/f7a87aac389fc3cd02807d5fad6ebf50)
        
        # KALMUS
        
        KALMUS is a Python package for the computational analysis of colors in films. 
        It provides quantitative tools to study and compare the use of film color. 
        This package serves two purposes: (1) various ways to measure, calculate and compare a film's colors 
        and (2) various ways to visualize a film's color. We have named the software KALMUS in homage to 
        Natalie Kalmus (1882 - 1965), a Technicolor Director who oversaw the color palettes of nearly 300 
        Hollywood feature films.
        
        KALMUS utilizes the movie barcode as a visualization of the film's color. It has a modularized pipeline for the
         generation of barcodes using different measures of color and region of interest in each film frame. KALMUS provides
         a low-level API, high-level command line, and Graphic user interface for audience from all backgrounds to take
         advantage of its functionality. 
        
        - What is a Movie Barcode: [KALMUS: tools for color analysis of films](https://joss.theoj.org/papers/10.21105/joss.03156). *Journal of Open Source Software*, 6(61), 3156. [https://doi.org/10.21105/joss.03156]( https://doi.org/10.21105/joss.03156)      
        - How do I install the KALMUS: [KALMUS Installation Guide](https://kalmus-color-toolkit.github.io/KALMUS/install.html)
        - How do I use the KALMUS: [Notebook Tutorials for KALMUS's API, GUI, and CLI](https://github.com/KALMUS-Color-Toolkit/KALMUS/tree/master/notebooks)
        - How do I contribute to the KALMUS: [KALMUS Contribution Guidelines](https://github.com/KALMUS-Color-Toolkit/KALMUS/blob/master/CONTRIBUTING.md)
        
        # API Documentation
        
        The KALMUS API reference is now available on 
        [https://kalmus-color-toolkit.github.io/KALMUS/kalmus.html](https://kalmus-color-toolkit.github.io/KALMUS/kalmus.html).
        
        # Update Log
        
        The full update log (from [v1.3.0](https://pypi.org/project/kalmus/1.3.0/) to [v1.3.9](https://pypi.org/project/kalmus/)) 
        is now available on [https://kalmus-color-toolkit.github.io/KALMUS/update_log.html](https://kalmus-color-toolkit.github.io/KALMUS/update_log.html)
        
Keywords: film,color analysis,data visualization
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Topic :: Multimedia :: Video
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: User Interfaces
Requires-Python: >=3.7
Description-Content-Type: text/markdown
