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
Description: #+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
        
Keywords: protc protocols dashboard curation hypothesis hypothes.is web annotation
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/plain
Provides-Extra: dev
Provides-Extra: test
