Metadata-Version: 2.1 Name: Fugue-generator Version: 0.9a1 Summary: UNKNOWN Home-page: https://github.com/brown-university-library/fugue Author: Adam Bradley Author-email: adam_bradley@brown.edu License: UNKNOWN Platform: UNKNOWN Classifier: Programming Language :: Python :: 3 Classifier: License :: OSI Approved :: MIT License Classifier: Operating System :: OS Independent Classifier: Development Status :: 5 - Production/Stable Classifier: Environment :: Console Classifier: Topic :: Text Processing :: Markup :: HTML Classifier: Topic :: Text Processing :: Markup :: XML Requires-Python: >=3.6 Description-Content-Type: text/markdown Requires-Dist: certifi (>=2018.8.24) Requires-Dist: Click (>=7.0) Requires-Dist: lxml (>=4.1.0) Requires-Dist: markdown2 (==2.3.8) Requires-Dist: pytidylib (>=0.3.2) Requires-Dist: PyYAML (>=5.1) Requires-Dist: urllib3 (>=1.25.3) _Fugue_ is a Python-based static site generator that uses XSLT as its template language, somewhat inspired by the [Symphony CMS](https://www.getsymphony.com/). The target use case is website creation from a collection of XML documents (e.g. a book written in [DocBook](https://docbook.org/whatis) or [TEI](https://tei-c.org/), or a collection of EAD or EAC-CPF finding aids). It was developed at Brown University Library for the [Furnace and Fugue](https://library.brown.edu/create/digitalpublications/current-projects/furnace-and-fugue/) project.