Metadata-Version: 2.4
Name: synaptiq-dw
Version: 0.1.12
Summary: Add your description here
Requires-Python: >=3.9
Requires-Dist: google-api-python-client>=2.143.0
Requires-Dist: google-auth-httplib2>=0.2.0
Requires-Dist: google-auth-oauthlib>=1.2.1
Requires-Dist: google-auth>=2.34.0
Requires-Dist: google-cloud-bigquery>=3.25.0
Requires-Dist: pandas>=2.2.2
Requires-Dist: pyspark>=3.5.2
Requires-Dist: pyyaml>=6.0.2
Requires-Dist: requests>=2.32.3
Requires-Dist: xero-python>=6.3.0
Description-Content-Type: text/markdown

This is the lib readme

Create uv project
`uv init --lib example-lib`

build the package:
```uvx --from build pyproject-build --installer uv```

Publish to PyPi
`uvx twine upload dist/*`

