Metadata-Version: 1.1
Name: Wanderer
Version: 0.1.2
Summary: A roaming CG project.
Home-page: http://github.com/danbradham/wanderer.git
Author: Dan Bradham
Author-email: danielbradham@gmail.com
License: 0.1.2
Description: .. image:: https://travis-ci.org/danbradham/wanderer.svg
          :target: https://travis-ci.org/danbradham/wanderer
          :alt: Build Status
        
        
        .. image:: https://coveralls.io/repos/danbradham/wanderer/badge.png
          :target: https://coveralls.io/r/danbradham/wanderer
          :alt: Coverage Status
        
        .. image:: https://img.shields.io/badge/pypi-0.1.0-brightgreen.svg
            :target: https://testpypi.python.org/pypi/wanderer/
            :alt: Latest Version
        
        ========
        Wanderer
        ========
        Roaming CG Production
        
        Bootstrap a full cg production pipeline that remains completely relative to its root directory. Making Wanderer the perfect choice for offsite/distributed production.
        
        
        Planned Features
        ================
        
        * API for managing your project
        
          * :class:`Wanderer` : Main application object manages everything
          * :class:`Context` : Information about the current situation
            e.g.(Maya>Project>Sequence>Shot>Animation)
        
          * :class:`Event` : Emitted by in a context
          * :class:`Action` : Handles an event emitted in select contexts
        
        * User Interface
        
          * Cross-application user interface to control Wanderer project
          * Makes used of :class:`Wanderer` to browse and modify a project.
        
        * Command Line Interface
        
          * *bootstrap: create a new project from a simple configuration file*
          * *launch: launch an application in a context*
          * configure: pops up a PySide UI for modifying your Wanderer base config or a Wanderer project config.
          * pip: Deploy python packages to individual projects
          * *docs: takes you directly to this documentation*
          * *filetools: create/modify/delete sequences of files*
        
        
        Get Wanderer
        ============
        
        PyPa
        ----
        Wanderer is available through the python package index as **wanderer**.
        
        ::
        
            pip install wanderer
        
        Distutils/Setuptools
        --------------------
        
        ::
        
            git clone git@github.com:danbradham/wanderer.git
            cd wanderer
            python setup.py install
        
        
        Documentation
        =============
        
        For more information visit the `docs <http://wanderer.readthedocs.org>`_.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
