Metadata and data service for Wx Files. Main client is the Wx Files App, but this service stands independent of that app.
This microservice provides
- metadata describing the available weather files
- contents of the available weather files (as file downloads)
- Installation
- API
- Configuration
- Production deployment
- Creating and populating Wx-Files databases
- Development
- Testing
-
Increment
version
inpyproject.toml
-
Summarize the changes since the last version in
NEWS.md
-
Commit these changes, then tag the release and push to github:
git add pyproject.toml NEWS.md
git commit -m "Bump to version x.x.x"
git tag -a -m "x.x.x" x.x.x
git push --follow-tags