buildzr 0.0.2__tar.gz → 0.0.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. {buildzr-0.0.2 → buildzr-0.0.3}/PKG-INFO +1 -2
  2. {buildzr-0.0.2 → buildzr-0.0.3}/README.md +0 -1
  3. buildzr-0.0.3/buildzr/__about__.py +1 -0
  4. buildzr-0.0.2/buildzr/__about__.py +0 -1
  5. {buildzr-0.0.2 → buildzr-0.0.3}/.gitignore +0 -0
  6. {buildzr-0.0.2 → buildzr-0.0.3}/CONTRIBUTING.md +0 -0
  7. {buildzr-0.0.2 → buildzr-0.0.3}/LICENSE.md +0 -0
  8. {buildzr-0.0.2 → buildzr-0.0.3}/buildzr/__init__.py +0 -0
  9. {buildzr-0.0.2 → buildzr-0.0.3}/buildzr/dsl/__init__.py +0 -0
  10. {buildzr-0.0.2 → buildzr-0.0.3}/buildzr/dsl/dsl.py +0 -0
  11. {buildzr-0.0.2 → buildzr-0.0.3}/buildzr/dsl/explorer.py +0 -0
  12. {buildzr-0.0.2 → buildzr-0.0.3}/buildzr/dsl/expression.py +0 -0
  13. {buildzr-0.0.2 → buildzr-0.0.3}/buildzr/dsl/factory/__init__.py +0 -0
  14. {buildzr-0.0.2 → buildzr-0.0.3}/buildzr/dsl/factory/gen_id.py +0 -0
  15. {buildzr-0.0.2 → buildzr-0.0.3}/buildzr/dsl/interfaces/__init__.py +0 -0
  16. {buildzr-0.0.2 → buildzr-0.0.3}/buildzr/dsl/interfaces/interfaces.py +0 -0
  17. {buildzr-0.0.2 → buildzr-0.0.3}/buildzr/dsl/relations.py +0 -0
  18. {buildzr-0.0.2 → buildzr-0.0.3}/buildzr/encoders/__init__.py +0 -0
  19. {buildzr-0.0.2 → buildzr-0.0.3}/buildzr/encoders/encoder.py +0 -0
  20. {buildzr-0.0.2 → buildzr-0.0.3}/buildzr/models/__init__.py +0 -0
  21. {buildzr-0.0.2 → buildzr-0.0.3}/buildzr/models/generate.sh +0 -0
  22. {buildzr-0.0.2 → buildzr-0.0.3}/buildzr/models/models.py +0 -0
  23. {buildzr-0.0.2 → buildzr-0.0.3}/pyproject.toml +0 -0
  24. {buildzr-0.0.2 → buildzr-0.0.3}/tests/__init__.py +0 -0
  25. {buildzr-0.0.2 → buildzr-0.0.3}/tests/abstract_builder.py +0 -0
  26. {buildzr-0.0.2 → buildzr-0.0.3}/tests/samples/__init__.py +0 -0
  27. {buildzr-0.0.2 → buildzr-0.0.3}/tests/samples/component_view.py +0 -0
  28. {buildzr-0.0.2 → buildzr-0.0.3}/tests/samples/container_view.py +0 -0
  29. {buildzr-0.0.2 → buildzr-0.0.3}/tests/samples/container_view_sugar.py +0 -0
  30. {buildzr-0.0.2 → buildzr-0.0.3}/tests/samples/groups.py +0 -0
  31. {buildzr-0.0.2 → buildzr-0.0.3}/tests/samples/implied_relationships.py +0 -0
  32. {buildzr-0.0.2 → buildzr-0.0.3}/tests/samples/simple.py +0 -0
  33. {buildzr-0.0.2 → buildzr-0.0.3}/tests/samples/simple_dsl.py +0 -0
  34. {buildzr-0.0.2 → buildzr-0.0.3}/tests/samples/system_context_view.py +0 -0
  35. {buildzr-0.0.2 → buildzr-0.0.3}/tests/samples/system_landscape_view.py +0 -0
  36. {buildzr-0.0.2 → buildzr-0.0.3}/tests/test_dsl.py +0 -0
  37. {buildzr-0.0.2 → buildzr-0.0.3}/tests/test_explorer.py +0 -0
  38. {buildzr-0.0.2 → buildzr-0.0.3}/tests/test_expression.py +0 -0
  39. {buildzr-0.0.2 → buildzr-0.0.3}/tests/test_views.py +0 -0
  40. {buildzr-0.0.2 → buildzr-0.0.3}/tests/test_workspaces.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: buildzr
3
- Version: 0.0.2
3
+ Version: 0.0.3
4
4
  Summary: Structurizr for the `buildzr`s 🧱⚒️
5
5
  Project-URL: homepage, https://github.com/amirulmenjeni/buildzr
6
6
  Project-URL: issues, https://github.com/amirulmenjeni/buildzr/issues
@@ -28,7 +28,6 @@ Requires-Dist: pytest-mypy==0.10.3; extra == 'dev'
28
28
  Requires-Dist: yq==3.4.3; extra == 'dev'
29
29
  Description-Content-Type: text/markdown
30
30
 
31
- test: 1
32
31
  # Structurizr for the `buildzr`s 🧱⚒️
33
32
 
34
33
  `buildzr` is a [Structurizr](https://structurizr.com/) authoring tool for Python programmers.
@@ -1,4 +1,3 @@
1
- test: 1
2
1
  # Structurizr for the `buildzr`s 🧱⚒️
3
2
 
4
3
  `buildzr` is a [Structurizr](https://structurizr.com/) authoring tool for Python programmers.
@@ -0,0 +1 @@
1
+ VERSION = "0.0.3"
@@ -1 +0,0 @@
1
- VERSION = "0.0.2"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes