1
0
Fork 0
mirror of https://github.com/shouptech/synthale.git synced 2026-02-03 07:29:42 +00:00
No description
Find a file
2018-12-31 13:20:27 -07:00
src/synthale Add zero length mash & misc ingredients. 2018-12-31 11:30:22 -07:00
tests Add zero length mash & misc ingredients. 2018-12-31 11:30:22 -07:00
.gitignore initial commit 2018-12-22 08:04:18 -07:00
LICENSE Add ability to parse recipes 2018-12-22 16:50:30 -07:00
README.rst Add README.rst 2018-12-31 13:20:27 -07:00
setup.cfg Add ability to parse recipes 2018-12-22 16:50:30 -07:00
setup.py Require pybeerxml >= 1.0.6 2018-12-27 15:28:54 -07:00
test-requirements.txt Add ability to parse recipes 2018-12-22 16:50:30 -07:00

Synthale
========

A python application to convert valid BeerXML_ files into Markdown files. You
can then use those Markdown files in your favorite static website generator.

.. _BeerXML: http://www.beerxml.com/


Installation
------------

Synthale requires Python 3. Install Synthale from PyPi:

```
pip3 install Synthale
```


Usage
-----

```
$ synthale --help
Usage: synthale [OPTIONS] INPUT_PATH OUTPUT_PATH

  Generate markdown files from BeerXML files.

  INPUT_PATH is either a directory containing XML files, or an individual
  XML file. OUTPUT_PATH is the directory to write the markdown files to.

Options:
  --help  Show this message and exit.
```


License
-------

Synthale is released under the GPLv3_ license.

.. _GPLv3: LICENSE