Metadata-Version: 1.1
Name: master-sake
Version: 0.7.6
Summary: A self-documenting build automation tool
Home-page: http://tonyfischetti.github.io/sake
Author: Tony Fischetti
Author-email: tony.fischetti@gmail.com
License: MIT
Description: 
              Sake is a way to easily design, share, build, and visualize
              workflows with intricate interdependencies. Sake is self-documenting
              because the instructions for building a project also serve as the
              documentation of the project's workflow. The first time it's run,
              sake will build the whole project in an order that automatically
              satisfies all dependencies. For all subsequent runs, sake will only
              rebuild the parts of the project that depend on changed files. This
              cuts down on unnecessary re-building and let's you concentrate on
              your work rather than memorizing the order in which commands have to
              be run.
        
              For more information and documentation, check out this project's
              website: http://tonyfischetti.github.io/sake/
              
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Utilities
Classifier: Topic :: Software Development
Classifier: Topic :: Documentation
Requires: networkx (>=1.8)
Requires: PyYAML (>=3.0)
