buildzr 0.0.15__tar.gz → 0.0.16__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 (46) hide show
  1. {buildzr-0.0.15 → buildzr-0.0.16}/PKG-INFO +4 -1
  2. {buildzr-0.0.15 → buildzr-0.0.16}/README.md +3 -0
  3. buildzr-0.0.16/buildzr/__about__.py +1 -0
  4. buildzr-0.0.15/buildzr/__about__.py +0 -1
  5. {buildzr-0.0.15 → buildzr-0.0.16}/.gitignore +0 -0
  6. {buildzr-0.0.15 → buildzr-0.0.16}/CONTRIBUTING.md +0 -0
  7. {buildzr-0.0.15 → buildzr-0.0.16}/LICENSE.md +0 -0
  8. {buildzr-0.0.15 → buildzr-0.0.16}/buildzr/__init__.py +0 -0
  9. {buildzr-0.0.15 → buildzr-0.0.16}/buildzr/dsl/__init__.py +0 -0
  10. {buildzr-0.0.15 → buildzr-0.0.16}/buildzr/dsl/color.py +0 -0
  11. {buildzr-0.0.15 → buildzr-0.0.16}/buildzr/dsl/dsl.py +0 -0
  12. {buildzr-0.0.15 → buildzr-0.0.16}/buildzr/dsl/explorer.py +0 -0
  13. {buildzr-0.0.15 → buildzr-0.0.16}/buildzr/dsl/expression.py +0 -0
  14. {buildzr-0.0.15 → buildzr-0.0.16}/buildzr/dsl/factory/__init__.py +0 -0
  15. {buildzr-0.0.15 → buildzr-0.0.16}/buildzr/dsl/factory/gen_id.py +0 -0
  16. {buildzr-0.0.15 → buildzr-0.0.16}/buildzr/dsl/interfaces/__init__.py +0 -0
  17. {buildzr-0.0.15 → buildzr-0.0.16}/buildzr/dsl/interfaces/interfaces.py +0 -0
  18. {buildzr-0.0.15 → buildzr-0.0.16}/buildzr/dsl/relations.py +0 -0
  19. {buildzr-0.0.15 → buildzr-0.0.16}/buildzr/encoders/__init__.py +0 -0
  20. {buildzr-0.0.15 → buildzr-0.0.16}/buildzr/encoders/encoder.py +0 -0
  21. {buildzr-0.0.15 → buildzr-0.0.16}/buildzr/models/__init__.py +0 -0
  22. {buildzr-0.0.15 → buildzr-0.0.16}/buildzr/models/generate.sh +0 -0
  23. {buildzr-0.0.15 → buildzr-0.0.16}/buildzr/models/models.py +0 -0
  24. {buildzr-0.0.15 → buildzr-0.0.16}/buildzr/sinks/__init__.py +0 -0
  25. {buildzr-0.0.15 → buildzr-0.0.16}/buildzr/sinks/interfaces.py +0 -0
  26. {buildzr-0.0.15 → buildzr-0.0.16}/buildzr/sinks/json_sink.py +0 -0
  27. {buildzr-0.0.15 → buildzr-0.0.16}/pyproject.toml +0 -0
  28. {buildzr-0.0.15 → buildzr-0.0.16}/tests/__init__.py +0 -0
  29. {buildzr-0.0.15 → buildzr-0.0.16}/tests/abstract_builder.py +0 -0
  30. {buildzr-0.0.15 → buildzr-0.0.16}/tests/samples/__init__.py +0 -0
  31. {buildzr-0.0.15 → buildzr-0.0.16}/tests/samples/component_view.py +0 -0
  32. {buildzr-0.0.15 → buildzr-0.0.16}/tests/samples/container_view.py +0 -0
  33. {buildzr-0.0.15 → buildzr-0.0.16}/tests/samples/container_view_sugar.py +0 -0
  34. {buildzr-0.0.15 → buildzr-0.0.16}/tests/samples/groups.py +0 -0
  35. {buildzr-0.0.15 → buildzr-0.0.16}/tests/samples/implied_relationships.py +0 -0
  36. {buildzr-0.0.15 → buildzr-0.0.16}/tests/samples/nested_groups.py +0 -0
  37. {buildzr-0.0.15 → buildzr-0.0.16}/tests/samples/simple.py +0 -0
  38. {buildzr-0.0.15 → buildzr-0.0.16}/tests/samples/simple_dsl.py +0 -0
  39. {buildzr-0.0.15 → buildzr-0.0.16}/tests/samples/system_context_view.py +0 -0
  40. {buildzr-0.0.15 → buildzr-0.0.16}/tests/samples/system_landscape_view.py +0 -0
  41. {buildzr-0.0.15 → buildzr-0.0.16}/tests/test_dsl.py +0 -0
  42. {buildzr-0.0.15 → buildzr-0.0.16}/tests/test_explorer.py +0 -0
  43. {buildzr-0.0.15 → buildzr-0.0.16}/tests/test_expression.py +0 -0
  44. {buildzr-0.0.15 → buildzr-0.0.16}/tests/test_typehints.py +0 -0
  45. {buildzr-0.0.15 → buildzr-0.0.16}/tests/test_views.py +0 -0
  46. {buildzr-0.0.15 → buildzr-0.0.16}/tests/test_workspaces.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: buildzr
3
- Version: 0.0.15
3
+ Version: 0.0.16
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
@@ -34,6 +34,9 @@ If you're not familiar with Structurizr, it is both an open standard (see [Struc
34
34
 
35
35
  In Structurizr, you define architecture models and their relationships first. And then, you can re-use the models to present multiple perspectives, views, and stories about your architecture.
36
36
 
37
+ Head over to [ROADMAP.md](./ROADMAP.md) to get a good high-level sense of what has been implemented in `buildzr`.
38
+
39
+
37
40
  # Quick Start 🚀
38
41
 
39
42
  ## Installation
@@ -6,6 +6,9 @@ If you're not familiar with Structurizr, it is both an open standard (see [Struc
6
6
 
7
7
  In Structurizr, you define architecture models and their relationships first. And then, you can re-use the models to present multiple perspectives, views, and stories about your architecture.
8
8
 
9
+ Head over to [ROADMAP.md](./ROADMAP.md) to get a good high-level sense of what has been implemented in `buildzr`.
10
+
11
+
9
12
  # Quick Start 🚀
10
13
 
11
14
  ## Installation
@@ -0,0 +1 @@
1
+ VERSION = "0.0.16"
@@ -1 +0,0 @@
1
- VERSION = "0.0.15"
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