Metadata-Version: 2.1
Name: dccutils
Version: 0.1.7
Summary: Classes to abstract DCC functions and make your code DCC work agnostic
Home-page: https://github.com/cgwire/dcc-utils
Author: CGWire
Author-email: contact@cg-wire.com
License: MIT
Keywords: cg,vfx,pipeline,production,asset manager
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Multimedia :: Graphics
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: wheel ; extra == 'dev'
Provides-Extra: test
Requires-Dist: pre-commit (<=2.20.0) ; extra == 'test'
Requires-Dist: black (<=22.8.0) ; (python_version >= "3.5") and extra == 'test'

DCC Utils
---------

This library offers a series of classes to abstract the most common features 
available in Digital Content Creation tools.

It currently supports Blender, Maya and Houdini.


How to use it
-------------

Install the library:

.. code-block:: bash

    pip install dccutils


Then in your code (let's say you are working in Blender):

.. code-block:: python

    from dccutils import BlenderContext

    dcc_software_manager.blender = BlenderContext()
    print(dcc_software_manager.get_cameras())


Contributions
-------------

All contributions are welcome as long as they respect the `C4
contract <https://rfc.zeromq.org/spec:42/C4>`__.

Code must follow the pep8 convention.


About authors
-------------

Gazu is written by CG Wire, a company based in France. We help indie creative 
studios to manage 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 status| image:: https://api.travis-ci.org/cgwire/gazu.svg?branch=master
   :target: https://travis-ci.org/cgwire/gazu
.. |CGWire Logo| image:: https://zou.cg-wire.com/cgwire.png
   :target: https://cg-wire.com


