Metadata-Version: 1.1
Name: stalker
Version: 0.1.1.a9
Summary: A Production Asset Management (ProdAM) System
Home-page: http://code.google.com/p/stalker/
Author: Erkan Ozgur Yilmaz
Author-email: eoyilmaz@gmail.com
License: http://www.opensource.org/licenses/bsd-license.php
Description: About
        =====
        
        Stalker is a Production Asset Management (ProdAM) System designed specifically
        for Animation and VFX Studios and licensed under BSD License.
        
        Features:
         * Platform independent
         * Flexible design
         * Designed for animation and vfx studios
         * Default installation handles nearly all the asset management needs of an
           animation and vfx studio
         * Customisable with configuration scripts
         * Customisable object model (Stalker Object Model - SOM)
         * Integrated messaging system
         * Integrated production planing and tracking tools
         * PySide user interfaces
         * Can be used with any kind of databases supported by SQLAlchemy
         * Can be connected to all the major 3d animation packages like Maya, Houdini,
           Nuke, XSI, Vue, Blender etc. and any application that has a Python API
         * Can work as a stand-alone application
        
        Stalker is build over these other OpenSource projects:
         * Python
         * SQLAlchemy
         * Jinja2
         * Beaker
         * PySide
         * Pyramid
        
        Source
        ======
        
        The latest development version is available in `Google Project page of
        Stalker`_ or can be directly cloned with the following command if you already
        have mercurial installed::
        
          hg clone https://stalker.googlecode.com/hg/ stalker
        
        .. _Google Project page of Stalker: http://code.google.com/p/stalker/
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 :: 1 - Planning
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: beaker
Requires: jinja2
Requires: sqlalchemy
