Metadata-Version: 2.1
Name: lightweight-charts-server
Version: 0.1.3
Summary: lightweight-chart custom python server
Author-email: Won JeongHoo <clomia.sig@gmail.com>
Project-URL: Homepage, https://github.com/vegaxholdings/lightweight-charts-server
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: fastapi==0.112.0
Requires-Dist: lightweight-charts==2.0.1
Requires-Dist: psutil==6.0.0
Requires-Dist: portalocker==2.10.1
Requires-Dist: uvicorn==0.30.5
Requires-Dist: Jinja2==3.1.4

## lightweight-charts-server

[lightweight-charts-python](https://github.com/louisnw01/lightweight-charts-python) based chart hosting library

### Installation

```
pip install --upgrade lightweight-charts-server
```


### Examples

Examples of usage are in [examples/](examples/)

**Get examples through git clone**
```
git clone https://github.com/vegaxholdings/lightweight-charts-server.git

cd lightweight-charts-server

pip install -r requirements.txt
```

**Run Examples**
1. `python -m examples.1_setting_data.setting_data`  
2. `python -m examples.2_live_data.live_data`  
3. `python -m examples.3_tick_data.tick_data`  
4. `python -m examples.4_line_indicators.line_indicators`  
5. `python -m examples.5_styling.styling`  
