Metadata-Version: 2.1
Name: zou
Version: 0.9.15
Summary: Zou is an API to store and manage the data of your CG production.
Home-page: https://zou.cg-wire.com
Author: CG Wire
Author-email: frank@cg-wire.com
License: GNU Affero General Public License v3
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 :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Multimedia :: Graphics
Requires-Dist: flask (==0.12.2)
Requires-Dist: click (==6.7)
Requires-Dist: flask-restful (==0.3.5)
Requires-Dist: flask-fixtures (==0.3.7)
Requires-Dist: flask-sqlalchemy (==2.3.2)
Requires-Dist: flask-bcrypt (==0.7.1)
Requires-Dist: flask-jwt-extended (==3.3.0)
Requires-Dist: flask-migrate
Requires-Dist: flask-socketio (==3.1.2)
Requires-Dist: python-engineio (==3.2.3)
Requires-Dist: flask-principal
Requires-Dist: flask-caching
Requires-Dist: flask-mail
Requires-Dist: flask-fs
Requires-Dist: redis (==2.10.6)
Requires-Dist: ldap3 (==2.5)
Requires-Dist: email-validator (==1.0.2)
Requires-Dist: sqlalchemy (==1.2.0)
Requires-Dist: sqlalchemy-utils (==0.32.21)
Requires-Dist: psycopg2 (==2.7.6)
Requires-Dist: python-slugify (==1.2.4)
Requires-Dist: pillow (==4.0.0)
Requires-Dist: pytz (==2014.10)
Requires-Dist: babel (==2.4.0)
Requires-Dist: isoweek (==1.3.3)
Requires-Dist: python-swiftclient
Requires-Dist: python-keystoneclient
Requires-Dist: ffmpeg-python (==0.1.17)
Requires-Dist: requests (==2.20.1)
Requires-Dist: rq (==0.10.0)
Requires-Dist: six (==1.12.0)
Requires-Dist: gunicorn (==19.9.0)
Requires-Dist: gevent (==1.4.0)
Requires-Dist: gevent-websocket (==0.10.1)
Provides-Extra: dev
Requires-Dist: wheel ; extra == 'dev'
Provides-Extra: prod
Requires-Dist: gunicorn ; extra == 'prod'
Requires-Dist: gevent ; extra == 'prod'
Provides-Extra: test
Requires-Dist: mixer (==5.6.6) ; extra == 'test'
Requires-Dist: pytest (==3.0.7) ; extra == 'test'
Requires-Dist: pytest-cov (==2.5.1) ; extra == 'test'
Requires-Dist: fakeredis ; extra == 'test'

.. 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 pertaining to CG
production, while also enabling synchronization via pipelining of tools. 

A dedicated Python client, `Gazu <https://gazu.cg-wire.com>`_, allows users to integrate Zou into the tools. 

|Build badge|

|Gitter 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|

About authors
~~~~~~~~~~~~~

Zou is written by CG Wire, a company based in France. We help small to
midsize CG studios to manage their production and build pipeline
efficiently.

We apply software craftsmanship principles as much as possible. We love
coding and consider strong qualities and good developer experience to
matter a lot. Through our diverse experiences, we enable studios to produce quality
software, so that 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
.. |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
.. |NKI Image Logo| image:: https://www.cg-wire.com/images/logo-nki.png
   :target: https://www.nki.tv


