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
2019-01-02 10:40:18 -07:00
.circleci Add circle & documentation 2018-12-31 13:35:39 -07:00
docs Updated documentation 2019-01-01 17:27:00 -07:00
src/synthale Support unit parameters 2019-01-02 10:40:18 -07:00
tests Support unit parameters 2019-01-02 10:40:18 -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 Use correct license in README 2019-01-01 13:18:44 -07:00
setup.cfg Add ability to parse recipes 2018-12-22 16:50:30 -07:00
setup.py Use the correct license disclaimer 2019-01-01 13:17:52 -07:00
test-requirements.txt Add ability to parse recipes 2018-12-22 16:50:30 -07:00

.. image:: https://circleci.com/gh/shouptech/synthale.svg?style=shield
  :target: https://circleci.com/gh/shouptech/synthale

.. image:: https://codecov.io/gh/shouptech/synthale/branch/master/graph/badge.svg
  :target: https://codecov.io/gh/shouptech/synthale


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

::

  Copyright (C) 2019 Mike Shoup

  This program is free software: you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation, either version 3 of the License, or
  (at your option) any later version.

  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.

  You should have received a copy of the GNU General Public License
  along with this program.  If not, see <https://www.gnu.org/licenses/>.