Metadata-Version: 2.4
Name: hayate-fetch
Version: 0.1.0
Summary: Client-side WHATWG fetch for hayate: the same Request/Response types, pointed outward
Keywords: hayate,fetch,http-client,workers
Author: Yusuke Hayashi
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: hayate>=0.8.0
Requires-Python: >=3.12
Project-URL: Repository, https://github.com/hayatepy/hayate-fetch
Description-Content-Type: text/markdown

# hayate-fetch

Client-side WHATWG fetch for [hayate](https://github.com/hayatepy/hayate):
the same Request/Response types your server handles, pointed outward.

> **Status: design phase.** Implementation is demand-driven by hayate-auth
> v0.2 (OAuth token exchange). The design memo (Japanese, per project
> convention) lives in [DESIGN.md](DESIGN.md).

## License

MIT
