Metadata-Version: 2.1
Name: visby
Version: 0.2.1
Author-email: Jakub Klawikowski <klawik.j@gmail.com>
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: fastapi==0.110.0
Requires-Dist: uvicorn==0.29.0
Requires-Dist: httpx==0.27.0
Requires-Dist: SQLAlchemy==2.0.29
Requires-Dist: sqlmodel==0.0.16
Requires-Dist: psycopg2-binary==2.9.9

# Visby

## Project ida
Simple web app to collect and visualization biometric data. To private daily usage and clound deployment try out. Work time challenge: 40h. Check out how much current available LLM really help. 

## Short term goals
1. Simple backeng in python FastApi framework
2. [Swagger](https://github.com/swagger-api/swagger-ui) api documentation
3. Docker containerization
4. [Superset](https://github.com/apache/superset) data visualization
5. CI, CD flow
6. GCP deployment
7. Tests: unit, integration, e2e
## Long term goals
1. Web UI using Node.js
2. Android app in flutter
