Metadata-Version: 2.1
Name: pyqmix-web
Version: 2019.1
Summary: Remote-control interface and web-app for pyqmix.
Home-page: https://github.com/psyfood/pyqmix-web
Author: 
Requires-Dist: pyqmix
Requires-Dist: flask
Requires-Dist: flask-restplus

Camilla Arndal Andersen <camilla@arndalandersen.dk>
Richard Höchenberger <richard.hoechenberger@gmail.com>
Author-email: camilla@arndalandersen.dk
License: GPL v3
Project-URL: Source Code, https://github.com/psyfood/pyqmix-web
Project-URL: Bug Tracker, https://github.com/psyfood/pyqmix-web/issues
Description: 2019.1
        ------
        - Improve, fix, and update how to create an executable
        - Turn `pyqmix-web` into a proper Python package that can be published on PyPI
        - Add entry point script, such that the user can now simply enter `pyqmix-web`
          in their terminal after installation, which will fire up the backend and
          open the browser
        - Add versioneer
        - Enable user to specify pump configuration directory
        - Styling of frontend served via the build
        - Update to `react-scripts` 2.1.3
        
        2018.11.07
        ----------
        - Display version number of installed `pyqmix` in the frontend
        
        2018.11.05
        ----------
        - Abort current pump operation if user initiates a new one
        - User can terminate current pump routine, but not modify it   
        - Only read pyqmix.config during startup
        
        2018.10.21
        ----------
        - Remove superfluous files
        
        2018.10.xx
        ----------
        - Documentation improvements
        
        2018.10.17
        ----------
        First release.
        
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: JavaScript
Requires-Python: >=3.6
