An open API service indexing awesome lists of open source software.

https://github.com/asterkin/bz-taew-py

Python implementation of the BlueZone sample application, showcasing the “Ports and Adapters” architecture pattern with language-neutral specifications and reusable tests.
https://github.com/asterkin/bz-taew-py

Last synced: 7 months ago
JSON representation

Python implementation of the BlueZone sample application, showcasing the “Ports and Adapters” architecture pattern with language-neutral specifications and reusable tests.

Awesome Lists containing this project

README

          

# bz-taew-py

[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
[![Docs](https://img.shields.io/badge/docs-📘%20available-blue)](./docs/README.md)
[![Last Commit](https://img.shields.io/github/last-commit/asterkin/bz-taew)](https://github.com/asterkin/bz-taew/commits/main)
![Platform](https://img.shields.io/badge/platform-Linux-green)

Python implementation of the BlueZone sample application, showcasing the “Ports and Adapters” architecture pattern with language-neutral specifications and reusable tests.

This repository builds upon the [bz-taew](https://github.com/asterkin/bz-taew) repository, which contains the core specifications and assets shared across implementations. It is included here as a subtree under the [common](./common) directory.

For more information about the architecture, purpose, and other language-specific variants, see the [root project documentation](https://github.com/asterkin/bz-taew).
For documentation specific to this implementation, see the [docs](./docs/README.md) directory.

## License

This project is licensed under the MIT License. See the license in the [common](./common/LICENSE.md) directory for details.

## Contributing

Contributions are welcome! This is an **AI-Native project** - we recommend using [Claude Code](https://claude.ai/code) or similar AI coding assistants when contributing.

Please read our [Contributing Guidelines](./CONTRIBUTING.md) for:
- Development setup and workflow
- Code quality standards and architectural patterns
- Pull request process and merge restrictions
- How to work effectively with AI assistants

By participating in this project, you agree to abide by our [Code of Conduct](./CODE_OF_CONDUCT.md).

## Contact

For any questions or feedback, contact the author, Asher Sterkin, at [asher.sterkin@gmail.com](mailto:asher.sterkin@gmail.com).