Metadata-Version: 2.1
Name: sacredboard
Version: 0.4.2
Summary: Sacredboard - accessing Sacred data
Home-page: https://github.com/chovanecm/sacredboard
Author: Martin Chovanec
Author-email: chovamar@fit.cvut.cz
License: MIT License
Keywords: sacred
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: flask
Requires-Dist: click
Requires-Dist: pymongo
Requires-Dist: gevent
Requires-Dist: simplejson

Sacred is a web dashboard for Sacred.

It connects to the MongoDB database used by Sacred and displays a list of experiments,
their state, Sacred configuration and the standard output from the running program.
Python 3.5 and a modern web browser is required to work properly.

