Metadata-Version: 1.0
Name: magical
Version: 1.0
Summary: Easy managing for building your source code apps and projects.
Home-page: http://travisjeffery.github.com/magic/
Author: Travis Jeffery
Author-email: travisjeffery@gmail.com
License: MIT
Description: This is a nifty script I whipped up which when called will run whatever
        sequence you use to update your application(s).
        
        For example a very typical sequence many of us use is: `./configure && make &&
        sudo make install`, so instead of having to type that over and over again you
        could just type `magic`.
        
        magic will check to see if a sequence has been defined for the current working
        directory, if yes then it will run that sequence and carry on, if no it will
        then ask for the sequence, save that sequence and then run it and carry on.
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Utilities
