Metadata-Version: 2.1
Name: cryptotool-backend
Version: 0.1.0
Summary: 
Author: png261
Author-email: nhphuong.code@gmail.com
Requires-Python: >=3.12,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: fastapi (>=0.115.5,<0.116.0)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Requires-Dist: uvicorn (>=0.32.0,<0.33.0)
Description-Content-Type: text/markdown

# UET-Crypto-Tool
## Setup
```sh
git clone https://github.com/uet-crypto-tool/backend &&
cd backend &&
pip install -r requirements.txt &&
```
## Run
```sh
python -m app.main
```
## Test
```
pytest .
```


