Metadata-Version: 1.2
Name: paperstream
Version: 1.0.1
Summary: PaperStream web app. Create and encode paper diaries or surveys automatically
Home-page: https://paperstream.netlify.com
License: UNKNOWN
Author: Julio Vega
Author-email: julio.vega@protonmail.com
Requires-Python: >=3
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: Microsoft :: Windows :: Windows 7
Classifier: Operating System :: MacOS
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering :: Human Machine Interfaces
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Requires-Dist: opencv_python (>=3.3.0.10)
Requires-Dist: waitress (>=1.0.2)
Requires-Dist: falcon (>=1.3.0)
Requires-Dist: numpy (>=1.12.1)
Requires-Dist: falcon_multipart (>=0.2.0)
Requires-Dist: Pillow (>=4.3.0)
Requires-Dist: PyPDF2 (>=1.26.0)
Requires-Dist: reportlab (>=3.4.0)

PaperStream
===========

**PaperStream** is a web app that helps you to create multiple-choice
questionnaires/diaries that can be marked automatically and transcribed
to a digital CSV file. This web app was developed within the SKIP
project at the Interaction Analysis and Modelling (IAM) Lab of the
University of Manchester, UK.

**For more information check the official docs at
https://paperstream.netlify.com/**

--------------

History
-------

Version 1.0.1 (2018-01-21) Fix bug with font textbox Version 1.0.0
(2017-11-11) - First release.

Credits
-------

Lead Developer - Julio Vega

Special mention to the authors of two projects that were adapted and
used in this web app:

-  Luke Plant:
   `booklet-maker <https://bitbucket.org/spookylukey/booklet-maker/src>`__
-  Raphael Baron: `omr <https://github.com/rbaron/omr>`__

