Metadata-Version: 2.1
Name: evariste
Version: 1.0.1
Summary: Publish annoted and compiled directory tree.
Home-page: http://framagit.org/spalax/evariste
Author: Louis Paternault
Author-email: spalax@gresille.org
License: AGPLv3 or any later version
Project-URL: Documentation, http://evariste.readthedocs.io
Project-URL: Source, https://framagit.org/spalax/evariste
Project-URL: Tracker, https://framagit.org/spalax/evariste/issues
Keywords: compilation vcs publish html
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: X11 Applications
Classifier: Intended Audience :: End Users/Desktop
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3
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
Classifier: Topic :: Software Development :: Build Tools
Requires-Python: <4,>=3.7
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS

Évariste 🍼 Recursively compile and publish a directory tree
============================================================

  On s'empressera de publier ses moindres observations pour peu qu'elles
  soient nouvelles et on ajoutera : « Je ne sais pas le reste. »

  -- Évariste Galois, 1831

Example
-------

I use this program to convert `this <https://framagit.org/lpaternault/cours-2-math>`__ (a repository of several hundreds of .tex files, with a few LibreOffice documents) to `that <https://lpaternault.frama.io/cours-2-math/>`__ (a web page representing the same directory structures, with the same files, along with their compiled (pdf) version, and some comments).

What's new?
-----------

See `changelog <https://framagit.org/spalax/evariste/blob/main/CHANGELOG.md>`_.

Download and install
--------------------

See https://evariste.readthedocs.io/en/latest/install/

Documentation
-------------

* The compiled documentation is available on `readthedocs <http://evariste.readthedocs.io>`_

* To compile it from source, download and run::

      cd doc && make html


