Metadata-Version: 2.1
Name: crowdsource
Version: 0.1.0
Summary: Realtime Competitions
Home-page: https://github.com/timkpaine/crowdsource
Author: Tim Paine
Author-email: timothy.k.paine@gmail.com
License: Apache 2.0
Description: # crowdsource
        Crowdsourcing answers
        
        [![Build Status](https://travis-ci.org/timkpaine/crowdsource.svg?branch=master)](https://travis-ci.org/timkpaine/crowdsource)
        [![GitHub issues](https://img.shields.io/github/issues/timkpaine/crowdsource.svg)]()
        [![codecov](https://codecov.io/gh/timkpaine/crowdsource/branch/master/graph/badge.svg?token=fQFntZ90kS)](https://codecov.io/gh/timkpaine/crowdsource)
        [![PyPI](https://img.shields.io/pypi/l/crowdsource.svg)](https://pypi.python.org/pypi/crowdsource)
        [![PyPI](https://img.shields.io/pypi/v/crowdsource.svg)](https://pypi.python.org/pypi/crowdsource)
        [![Docs](https://readthedocs.org/projects/crowdsource/badge/?version=latest)](http://crowdsource.readthedocs.io/en/latest/?badge=latest)
        [![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/crowd_source/Lobby)
        
        ## Installation
        `pip install crowdsource` or from source `python setup.py install`
        
        ## Running the Server
        `python -m crowdsource.server`
        
        ![](https://raw.githubusercontent.com/timkpaine/crowdsource/master/docs/img/screenshot.png)
Keywords: realtime competition streaming
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Provides-Extra: dev
