Metadata-Version: 2.1
Name: ezorm
Version: 0.1.0
Summary: Add your description here
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: duckdb>=1.1.3
Requires-Dist: pandas>=2.2.3
Requires-Dist: pydantic>=2.10.2

# Instruction

If you start for the first time:
```powershell
pip install uv
```

Run:  
```powershell
python hello.py
```

Enable running script:  
```powershell
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
```

Start env:  
```powershell
.\.venv\Scripts\activate.ps1
```

Start jupyter lab:  
[uv-jupyter-reference]
```powershell
uv run --with jupyter jupyter lab
```

[uv-jupyter-reference]: https://docs.astral.sh/uv/guides/integration/jupyter/#using-jupyter-within-a-project
