Metadata-Version: 1.2
Name: plenario-stream-core
Version: 0.0.1
Summary: Abstraction over stream management for Plenario.
Home-page: https://github.com/UrbanCCD-UChicago/plenario-stream-core
Author: Jesus Bracho
Author-email: jbracho@uchicago.edu
License: GPLv3
Description-Content-Type: UNKNOWN
Description: Plenario Stream Core
        ====================
        
        
        |Build Status|
        |Code Coverage|
        
        
        Requirements
        ------------
        
        Python3.6_, Redis_, PostgreSQL_
        
        .. _Python3.6: https://www.python.org/downloads/release/python-362/
        .. _Redis: https://redis.io/download
        .. _PostgreSQL: https://www.postgresql.org/download/
        
        
        Setup
        -----
        
        Install python dependencies
        
        .. code:: python
        
           pip install -r requirements-dev.txt
        
        Ensure your cache and database services are running
        
        .. code:: bash
        
           service redis status
           service postgresql status
        
        Run migrations
        
        .. code:: bash
        
            ./manage.py migrate
        
        Run
        ---
        
        bash
        ''''
        
        .. code:: bash
        
            ./manage.py runserver
        
        Test
        ----
        
        .. code:: bash
        
            ./manage.py test
        
        .. |Build Status| image:: https://travis-ci.org/UrbanCCD-UChicago/plenario-stream-core.svg
            :target: https://travis-ci.org/UrbanCCD-UChicago/plenario-stream-core
        .. |Code Coverage| image:: https://coveralls.io/repos/github/UrbanCCD-UChicago/plenario-stream-core/badge.svg
            :target: https://coveralls.io/github/UrbanCCD-UChicago/plenario-stream-core
        
Keywords: plenario
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.6
