Metadata-Version: 2.1
Name: eaxum-zou
Version: 0.0.6
Summary: Zou is an API to store and manage the data of your CG production.
Home-page: https://eaxum.com
Author: Aderemi Adesada
Author-email: adesadaaderemi@gmail.com
License: GNU Affero General Public License v3
Description: .. figure:: https://zou.cg-wire.com/zou.png
           :alt: Zou Logo
        
        Zou is the memory of your CG production
        ---------------------------------------
        
        Zou is an API that stores and manages data related to Animation productions. It allows you to centralize 
        and access to all your data. Your tools connect to it and query the data from your production. Your 
        Artists manage their files and their tasks more efficiently. It helps them to spend more time on the 
        artistic side. 
        
        A dedicated Python client, `Gazu <https://gazu.cg-wire.com>`_, allows users to integrate Zou into the tools. 
        
        |Build badge|
        
        Features
        ~~~~~~~~
        
        Zou can:
        
        -  Store production data, such as projects, shots, assets, tasks, metadata files,
           and validations.
        -  Provide folder and file paths for any task.
        -  Import data from Shotgun or CSV files.
        -  Export main data to CSV files.
        -  Provide helpers to manage workflow tasks (start, publish, retake).
        -  Listen to events to plug external modules on it.
        
        Installation and documentation
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        Installation of Zou requires the setup of third-party tools such as a database instance, so it is recommended
        to the follow the documentation:
        
        `https://zou.cg-wire.com/ <https://zou.cg-wire.com>`__
        
        Contributing
        ------------
        
        Contributions are welcomed so long as the `C4
        contract <https://rfc.zeromq.org/spec:42/C4>`__ is respected.
        
        Zou is based on Python and the `Flask <http://flask.pocoo.org/>`__
        framework.
        
        Instructions for setting up a development environment are available in
        `the documentation <https://zou.cg-wire.com/development/>`__
        
        
        Sponsors
        ~~~~~~~~
        
        |Unit Image Logo|
        |Les Fées Spéciales Logo|
        |NKI Logo|
        |Solidanim Logo|
        
        Contributors
        ------------
        
        * @aboellinger
        * @BigRoy (Colorbleed)
        * @flablog (Les Fées Spéciales)
        * @frankrousseau (CGWire) - *maintainer*
        * @g-Lul (TNZPV)
        * @pcharmoille (Unit Image)
        
        About authors
        ~~~~~~~~~~~~~
        
        Gazu is written by CG Wire, a company based in France. We help indie creative studios to build their pipeline and workflow efficiently.
        
        We apply software craftmanship principles as much as possible. We love coding and consider that strong quality and good developer experience matter a lot. Our extensive knowledge allows studios to get better at managing production and doing software. They can focus more on the artistic work.
        
        Visit `cg-wire.com <https://cg-wire.com>`__ for more information.
        
        |CGWire Logo|
        
        .. |Build badge| image:: https://travis-ci.org/cgwire/zou.svg?branch=master
           :target: https://travis-ci.org/cgwire/zou
        .. |Gitter badge| image:: https://badges.gitter.im/cgwire/Lobby.png
           :target: https://gitter.im/cgwire/Lobby
        .. |CGWire Logo| image:: https://zou.cg-wire.com/cgwire.png
           :target: https://cgwire.com
        .. |Unit Image Logo| image:: https://www.cg-wire.com/images/logo-unit-image.png
           :target: https://www.unit-image.fr
           :width: 100
        .. |Les Fées Spéciales Logo| image:: https://www.cg-wire.com/images/logo-les-fees-speciales.png
           :target: https://www.les-fees-speciales.coop
           :width: 100
        .. |NKI Logo| image:: https://www.cg-wire.com/images/logo-nki.png
           :target: https://www.nki.tv
           :width: 100
        .. |Solidanim Logo| image:: https://www.cg-wire.com/images/logo-solidanim.png
           :target: https://www.solidanim.com
           :width: 100
        
Keywords: cg,asset,shto,api,cg production,asset management
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Flask
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Multimedia :: Graphics
Provides-Extra: dev
Provides-Extra: prod
Provides-Extra: test
