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.
- Host: GitHub
- URL: https://github.com/asterkin/bz-taew-py
- Owner: asterkin
- License: mit
- Created: 2025-05-04T10:49:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-10-30T16:20:37.000Z (9 months ago)
- Last Synced: 2025-10-30T16:29:30.731Z (9 months ago)
- Language: Python
- Size: 19.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
README
# bz-taew-py
[](./LICENSE)
[](./docs/README.md)
[](https://github.com/asterkin/bz-taew/commits/main)

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).