1
0
Fork 0
mirror of https://github.com/shouptech/humulus.git synced 2026-02-03 13:59:43 +00:00
No description
Find a file
2019-08-06 14:44:05 -06:00
docs Add description for running commands in Docker 2019-08-06 13:41:26 -06:00
src/humulus Bump version to 0.1.0.dev (to reflect work on 0.1) 2019-07-24 13:36:27 -06:00
tests Add version number (#41) 2019-07-24 12:31:29 -06:00
.dockerignore Add docker build files 2019-06-24 12:28:12 -06:00
.drone.yml Add configuration for doc8 2019-08-06 14:44:05 -06:00
.gitignore Add documentation skeleton 2019-07-24 14:39:27 -06:00
.pre-commit-config.yaml Add pre-commit hooks, and add black to linting (#40) 2019-07-22 13:27:16 -06:00
.readthedocs.yml Updates 2019-07-24 15:02:07 -06:00
Dockerfile Use uwsgi for docker container 2019-07-01 18:53:33 -06:00
LICENSE fix / add license notice 2019-06-22 16:54:20 -06:00
MANIFEST.in Add design documents during building of couch. 2019-06-27 21:13:07 -06:00
pyproject.toml Add pre-commit hooks, and add black to linting (#40) 2019-07-22 13:27:16 -06:00
README.rst Add configuration for doc8 2019-08-06 14:44:05 -06:00
requirements-dev.txt Add doc8 linting 2019-07-26 08:31:39 -06:00
setup.cfg Add configuration for doc8 2019-08-06 14:44:05 -06:00
setup.py Add drone and classifiers (#43) 2019-07-24 13:14:58 -06:00

.. image:: https://drone.shoup.io/api/badges/shouptech/humulus/status.svg
  :target: https://drone.shoup.io/shouptech/humulus
  :alt: Drone build status

.. image:: https://codecov.io/gh/shouptech/humulus/branch/master/graph/badge.svg
  :target: https://codecov.io/gh/shouptech/humulus
  :alt: Code Coverage

.. image:: https://readthedocs.org/projects/humulus/badge/?version=latest
  :target: https://humulus.readthedocs.io/en/latest/?badge=latest
  :alt: Documentation Status

.. image:: https://badge.fury.io/py/humulus.svg
  :target: https://badge.fury.io/py/humulus
  :alt: PyPi version

Humulus
=======

Humulus is an open-source homebrew beer recipe webapp built using Flask_ and
CouchDB_.

.. _Flask: http://couchdb.apache.org/
.. _CouchDB: http://flask.pocoo.org/

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

For help installing and using Humulus, please visit the documentation_.

.. _documentation: https://humulus.shoup.io/

License
-------

Humulus is licensed under the `Apache Version 2.0 license`_.

.. _`Apache Version 2.0 license`: LICENSE