Metadata-Version: 2.4
Name: pydantic-models-for-google-wallet-api
Version: 0.2.0
Summary: Pydantic models for Google Wallet API types
Author: Radicula s.r.o.
License-Expression: ISC
License-File: LICENSE
Requires-Dist: pydantic>=2.12.5
Requires-Python: >=3.12
Project-URL: Homepage, https://github.com/RadiculaCZ/pydantic-models-for-google-wallet-api
Project-URL: Issues, https://github.com/RadiculaCZ/pydantic-models-for-google-wallet-api/issues
Description-Content-Type: text/markdown

# Pydantic models for Google Wallet API

Pydantic models for all request/response payloads in Google Wallet's REST API.

Based on:
- Google Wallet developer documentation: https://developers.google.com/wallet
- REST API reference: https://developers.google.com/wallet/reference/rest
- REST API discovery document:
  https://walletobjects.googleapis.com/$discovery/rest?version=v1.

Other useful links:
- MCP server for Google Pay and Google Wallet:
  https://developers.google.com/pay/api/web/guides/use-pay-wallet-mcp
