Metadata-Version: 2.4
Name: master-sake
Version: 1.3
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
Classifier: Development Status :: 5 - Production/Stable
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
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
License-File: LICENSE
License-File: AUTHORS
Requires-Dist: networkx>=1.0
Requires-Dist: PyYAML>=3.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary


      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 all
      of the components of a 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 lets the user concentrate on their 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/
      
