Metadata-Version: 2.1
Name: libreflow.thesiren
Version: 0.1.0
Summary: A Kabaret flow tailor-made for the production of a feature film
Home-page: https://gitlab.com/lfs.coop/libreflow
Author: Flavio Perez
Author-email: flavio@lfs.coop
License: LGPLv3+
Description: # The Siren Flow
        ### Description
        This project is part of the wider asset management project [Libre Flow](https://gitlab.com/lfs.coop/libreflow) based on [Kabaret Studio](https://gitlab.com/kabaretstudio/kabaret) framework and its *flow* paradigm. The latter consists in describing the structure of a fabrication pipeline and the data circulating on it.
        *The Siren* flow is aimed at supporting the fabrication of the feature film *The Siren*.
        
        ### Dependencies
        
        * Python (>= 3.7)
        * Kabaret
        * Libreflow
        
        ### Installation
        
        Coming soon...
        
        # Changelog
        
        All notable changes to this project will be documented in this file.
        
        The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
        and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)[^1].
        
        <!---
        Types of changes
        
        - Added for new features.
        - Changed for changes in existing functionality.
        - Deprecated for soon-to-be removed features.
        - Removed for now removed features.
        - Fixed for any bug fixes.
        - Security in case of vulnerabilities.
        
        -->
        
        ## [Unreleased]
        
        ## [0.1.0] - 2021-02-08
        
        ### Added
        
        - Added a films map at project's root to allow project flow and test flow on a test movie
        - Added the right asset library description with a asset family 
        - Added many basic departements for the library and the shots
        - Added a Custom Home for this project, so far it's the same as libreflow.examples.majorque's but will be tuned soon.
        - Added a custom GUI, allowing to call the new custom Home
        - Added a custom Style, allowing us to fix issues with released style, and make tweaks for this project.
        - AI and WAV file formats made available for the production
        - Custom TrackedFolder injection to handle the new lib filenames righ
        
        ### Changed
        
        - The home page has been changed
        - Minimum libreflow requiered version is now 1.2.0
        
        ## [0.0.4] - 2021-02-05
        
        ### Fixed
        
        Rename source folder in accordance to PyPI package name
        
        ## [0.0.3] - 2021-02-05
        
        Configuration for auto deployment
        
        ## [0.0.1] - 2021-02-04
        
        Initial public commit and PyPI setup. This version is an early version of libreflow.the_siren. It defines a flow derived from Libre Flow's baseflow, and designed to support the workflow and dataflow involved in an animation feature film project.
        
        ### Fixed
        
        libreflow.the_siren is now ready for use as a pip package
        
Keywords: kabaret cgwire kitsu gazu animation pipeline libreflow
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
