Metadata-Version: 2.1
Name: protcur
Version: 0.0.9
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
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.6
Description-Content-Type: text/plain
Provides-Extra: dev
Provides-Extra: test
License-File: LICENSE

#+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
