Metadata-Version: 2.4
Name: fakegrpc
Version: 0.1.2
Summary: A E2E testing framework for services based on gRPC
Author-email: Shota Kono <dqx1005@gmail.com>
License: MIT
License-File: LICENSE
Requires-Python: >=3.12
Requires-Dist: betterproto[compiler]==2.0.0b7
Requires-Dist: grpclib==0.4.7
Requires-Dist: python-dotenv
Description-Content-Type: text/markdown

# fakegrpc

fakegrpc is a E2E testing framework for services based on gRPC. \
This is the Python implementation of the [golang implementation](https://github.com/YoshikiShibata/courier). \
For more details about this library, please refer to the repository.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

## Acknowledgments

This project is inspired by and based on the design of
[courier](https://github.com/YoshikiShibata/courier) by Yoshiki Shibata.

