File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Validating Data With Pointblank in Python
22
3- Supporting code and sample data for the Real Python tutorial
4- "Validating Data With Pointblank in Python".
3+ Supporting code and sample data for the Real Python tutorial [ Validating Data With Pointblank in Python] ( https://realpython.com/python-pointblank/ ) .
54
65## Requirements
76
8- The Python scripts use PEP 723 dependency metadata and run with
9- [ uv] ( https://docs.astral.sh/uv/ ) :
7+ The Python scripts use PEP 723 dependency metadata and run with [ uv] ( https://docs.astral.sh/uv/ ) :
108
119``` console
1210$ uv run pointblank_quickstart.py
@@ -21,4 +19,3 @@ $ uv run --no-project --with 'pointblank[pl]' -- pb scan pointblank_atoms.csv
2119$ uv run --no-project --with ' pointblank[pl]' -- pb missing pointblank_atoms.csv
2220$ uvx --from ' pointblank[pl]' pb run pointblank_atoms.yaml --output-html pointblank_report.html
2321```
24-
You can’t perform that action at this time.
0 commit comments