.. tiamat documentation master file, created by sphinx-quickstart on Wed Dec 11 20:20:33 2019. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. ================================== Welcome to Tiamat's documentation! ================================== Tiamat is the single binary builder for Python-based projects that use pop. Pop is the implementation of the Plugin Oriented Programming software development paradigm. For more information about Plugin Oriented Programming and how to develop in pop, see `The Intro to Plugin Oriented Programming `_. .. Note:: While Tiamat is written with the intent of supporting pop projects it can be used with any Python project. Tiamat can be used to define a build without altering the target application's source tree, which can be useful when building third party applications. All that needs to be done is to define a ``run.py`` as the entry script and then to create a ``requirements.txt`` file that will include the target application. Content ======= .. toctree:: :maxdepth: 2 :caption: Contents: .. toctree:: :maxdepth: 2 topics/tiamat topics/quickstart releases/index .. toctree:: :caption: Get involved :maxdepth: 2 :glob: topics/contributing topics/license