Metadata-Version: 2.1
Name: teacup-visualization-back
Version: 1.0.0
Summary: Teacup visualization back-end written in Python
Home-page: https://github.com/HenryssonDaniel/teacup-visualization-web-back-python
Author: Daniel Henrysson
Author-email: henrysson.daniel@gmail.com
License: UNKNOWN
Description: # [User Guide](https://henryssondaniel.github.io/teacup.github.io/)
        **Te**sting Fr**a**mework for **C**omm**u**nication **P**rotocols and Web Services with visualization web back-end in Python
        
        [![Build Status](https://travis-ci.com/HenryssonDaniel/teacup-visualization-web-back-python.svg?branch=master)](https://travis-ci.com/HenryssonDaniel/teacup-visualization-web-back-python)
        [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=HenryssonDaniel_teacup-visualization-web-back-python&metric=coverage)](https://sonarcloud.io/dashboard?id=HenryssonDaniel_teacup-visualization-web-back-python)
        [![latest release](https://img.shields.io/badge/release%20notes-1.0.0-yellow.svg)](https://github.com/HenryssonDaniel/teacup-visualization-web-back-python/blob/master/CHANGES.rst)
        [![PyPi](https://img.shields.io/pypi/v/teacup-visualization-back.svg)](https://pypi.org/project/teacup-visualization-back/)
        ## What ##
        Visualization web back-end written in Python.
        ## Why ##
        This project is needed so that the web front-end can interact with the server side and other Teacup projects.
        ## How ##
        Follow the steps below:
        1. pip install teacup-visualization-back
        1. [The flask command](http://flask.pocoo.org/docs/1.0/tutorial/factory/#run-the-application)
        1. [Configure](http://flask.pocoo.org/docs/1.0/tutorial/deploy/#configure-the-secret-key)
        1. [Run the application](http://flask.pocoo.org/docs/1.0/tutorial/deploy/#run-with-a-production-server)
        
        For developers:
        1. [Run the application](http://flask.pocoo.org/docs/1.0/tutorial/factory/#run-the-application)
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
