architecture-patterns

时间:2024-04-15 06:47:24
【文件属性】:

文件名称:architecture-patterns

文件大小:26KB

文件格式:ZIP

更新时间:2024-04-15 06:47:24

Python

python体系结构书的示例应用程序代码 章节 每个章节都有自己的分支,其中包含该章节的所有提交,因此其状态与该章节的结尾相对应。 如果您想尝试与章节一起编写代码,则需要查看上一章的分支。 练习题 练习的分支遵循约定{chatper_name}_exercise ,例如 要求 具有docker-compose的docker 适用于第1章和第2章,其余部分则可选:本地python3.7 virtualenv 建造容器 (仅从第3章开始才需要) make build make up # or make all # builds, brings containers up, runs tests 运行测试 make test # or, to run individual test types make unit make integration make e2e # or, if you


【文件预览】:
architecture-patterns-master
----.gitignore(52B)
----Dockerfile(326B)
----requirements.txt(109B)
----Makefile(562B)
----src()
--------setup.py(110B)
--------allocation()
----license.txt(26B)
----.travis.yml(102B)
----docker-compose.yml(1KB)
----README.md(1KB)
----tests()
--------conftest.py(2KB)
--------e2e()
--------__init__.py(0B)
--------integration()
--------unit()
--------random_refs.py(286B)
--------pytest.ini(78B)
----mypy.ini(150B)

网友评论