Metadata-Version: 2.1
Name: experiment-server
Version: 0.1
Summary: Server for experiments to get configuarations from
Author: Ahmed Shariff
Author-email: shariff.mfa@outlook.com
Requires-Python: >=3.8,<4
Classifier: Development Status :: 1 - Planning
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: Jinja2 (>=3.1.2,<4.0.0)
Requires-Dist: asyncio (>=3.4.3,<4.0.0)
Requires-Dist: click (>=6.0)
Requires-Dist: easydict (>=1,<2)
Requires-Dist: loguru (>=0.5,<0.6)
Requires-Dist: pandas (>=1,<2)
Requires-Dist: requests (>=2.25.1,<3.0.0)
Requires-Dist: tabulate (>=0.8.9,<0.9.0)
Requires-Dist: tornado (>=6.2,<7.0)
Description-Content-Type: text/markdown

# Overview

Server for experiments to get configuarations from

# Setup

## Requirements

* Python 3.8+

## Installation

Install it directly into an activated virtual environment:

```text
$ pip install experiment-server
```

or add it to your [Poetry](https://poetry.eustace.io/) project:

```text
$ poetry add experiment-server
```

# Usage

After installation, the server can used as:

```text
$ experiment-server sample_config.expconfig
```

# The Experiment Configuration
TBA


# Wishlist
- Single application where the participant_id can be updated and the server would keep running.

