Metadata-Version: 2.1
Name: protcur
Version: 0.0.12
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.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 :: 3.12
Classifier: Programming Language :: Python :: 3.13
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.7
Description-Content-Type: text/plain
License-File: LICENSE
Requires-Dist: flask
Requires-Dist: htmlfn
Requires-Dist: hyputils>=0.0.9
Requires-Dist: idlib>=0.0.1.dev22
Requires-Dist: Markdown
Requires-Dist: pyontutils>=0.1.26
Requires-Dist: pysercomb>=0.0.13
Provides-Extra: dev
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: wheel; extra == "dev"
Provides-Extra: test
Requires-Dist: pytest; 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
