Metadata-Version: 1.1
Name: Wanderer
Version: 0.2.3
Summary: A roaming CG project.
Home-page: http://github.com/danbradham/wanderer.git
Author: Dan Bradham
Author-email: danielbradham@gmail.com
License: MIT
Description: .. image:: https://travis-ci.org/danbradham/Wanderer.svg?branch=master
            :target: https://travis-ci.org/danbradham/Wanderer
            :alt: Build Status
        
        .. image:: https://pypip.in/version/wanderer/badge.svg
            :target: https://pypi.python.org/pypi/wanderer/
            :alt: Latest Version
        
        ========
        Wanderer
        ========
        Roaming CG Production
        
        Project Management and Asset Tracking are complicated. Especially when you're production is distributed between separate studios and offsite artists. Wanderer is being developed with these challenges in mind. Wanderer projects, assets, and sequences are atomic, making it easy to share a project or a section of a project with a custom toolset and configuration.
        
        
        Features
        ========
        
        * Per-project Configurations
        
          * Platform agnostic
          * Shareable
          * Replaceable
        
        * Powerful Command Line Interface
        
          * bootstrap: create a new project from a configuration
          * launch: launch applications in project specific environments
          * install/uninstall: use pip to install/uninstall packages per project
          * docs: opens documentation in your web browser
          * filetools: create/modify/delete sequences of files
        
        * Python API
        
          * ``Wanderer`` : Main application object manages everything
          * ``Context`` : Information about the current situation
            e.g.(Maya>Project>Sequence>Shot>Animation)
        
        
        Planned Features
        ================
        
        * Python API
        
          * ``Event`` : Emitted by an app in a context
          * ``Action`` : Handles an event emitted in select contexts
        
        * User Interface
        
          * User interface to control a Wanderer project
        
        * Command Line Interface
        
          * config: get and set values in your configuration
        
        
        Get Wanderer
        ============
        
        PyPi
        ----
        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
