Metadata-Version: 2.4
Name: soyo
Version: 0.0.1a1
Summary: A lightweight mock tool for Python testing. Work in progress.
Project-URL: Homepage, https://github.com/ywh555hhh/soyo
Author-email: Wayne Yi <ywh555hhh@gmail.com>
License-Expression: MIT
Keywords: mock,stub,testing
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# soyo

A lightweight mock tool for Python testing.

> Under active development. Stay tuned.

## Vision

- Simple API for mocking HTTP services, databases, and external dependencies
- Zero-config for common patterns
- Type-safe mock definitions

## License

MIT
