Metadata-Version: 2.1
Name: protcur
Version: 0.0.3
Summary: Web annotation workflows for protocol curation.
Home-page: https://github.com/tgbugs/protc/tree/master/protcur
Author: Tom Gillespie
Author-email: tgbugs@gmail.com
License: MIT
Keywords: protc protocols dashboard curation hypothesis hypothes.is web annotation
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/plain
Requires-Dist: flask
Requires-Dist: htmlfn
Requires-Dist: hyputils (>=0.0.4)
Requires-Dist: Markdown
Requires-Dist: pyontutils (>=0.1.9)
Requires-Dist: pysercomb (>=0.0.3)
Provides-Extra: dev
Requires-Dist: pytest-cov ; extra == 'dev'
Requires-Dist: wheel ; extra == 'dev'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-runner ; extra == 'test'

#+TITLE: protcur
#+AUTHOR: Tom Gillespie

#+HTML: <a href="https://pypi.org/project/protcur/"><img alt="PyPI version" src="https://badge.fury.io/py/protcur.svg"></a>
# #+HTML: <a href="https://travis-ci.org/tgbugs/protc"><img alt="Build Status" src="https://travis-ci.org/tgbugs/protc.svg?branch=master"></a>
# #+HTML: <a href="https://coveralls.io/github/tgbugs/protc?branch=master"><img alt="Coverage Status" src="https://coveralls.io/repos/github/tgbugs/protc/badge.svg?branch=master"></a>

A dashboard for web annotation workflows for protocol curation.

* Setup
** Python
=pip install protcur=
** Gentoo
As root.
#+BEGIN_SRC bash
layman -a tgbugs-overlay
emerge -p protcur
vim /etc/portage/package.accept_keywords
emerge protcur
vim /etc/conf.d/protcur
rc-config add protcur default
/etc/init.d/protcur start
#+END_SRC


