Metadata-Version: 1.1
Name: titantools
Version: 0.2.0
Summary: Support tools for Titan
Home-page: https://github.com/mikemackintosh/titan-tools
Author: Mike Mackintosh
Author-email: m@zyp.io
License: LICENSE.txt
Description: # Titan Tools for Python
        
        ## Installing
        
        ### With Rock
        
            rock build
            
        ***If you have modified***
        
            rock buildpkg
        
            rock install
        
        ### Without Rock
        
            sudo easy_install pip
            sudo pip install setuptools
            sudo python setup.py sdist # To build if modified
            sudo python setup.py install
        
Keywords: Titan,Mac,OSX,IDS
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
