Metadata-Version: 1.1
Name: oyProjectManager
Version: 0.2.5.3
Summary: A Simple Asset Management System for Animation and VFX Studios
Home-page: http://code.google.com/p/oyprojectmanager/
Author: Erkan Ozgur Yilmaz
Author-email: eoyilmaz@gmail.com
License: http://www.opensource.org/licenses/bsd-license.php
Description: About
        =====
        
        The oyProjectManager is an Asset Manager for small to medium sized Animation or
        VFX studios and licensed under BSD 2 License.
        
        The system works with any animation and composition packages supporting Python
        (ex. Maya, Nuke, Houdini etc.).
        
        The system lets the user to freely create template files which are rendered
        to create the file placements and predefined directory structure.
        
        It also makes the whole asset creation and storing process somewhat a
        scriptable and manageable process.
        
        The system uses a central database to store related data. Depending on to the
        setup it can be an SQLite3 database or a proper database server.
        
        For more detail please see the documentation.
        
        
Keywords: production,asset,management,vfx,animation,mayahoudini,nuke,xsi,blender,vue
Platform: any
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Database
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Classifier: Topic :: Office/Business :: Scheduling
Requires: sqlalchemy
Requires: jinja2
