archunitpython 1.0.0__py3-none-any.whl → 1.0.1__py3-none-any.whl
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.
- archunitpython/__init__.py +1 -1
- {archunitpython-1.0.0.dist-info → archunitpython-1.0.1.dist-info}/METADATA +16 -5
- {archunitpython-1.0.0.dist-info → archunitpython-1.0.1.dist-info}/RECORD +5 -5
- {archunitpython-1.0.0.dist-info → archunitpython-1.0.1.dist-info}/WHEEL +0 -0
- {archunitpython-1.0.0.dist-info → archunitpython-1.0.1.dist-info}/licenses/LICENSE +0 -0
archunitpython/__init__.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: archunitpython
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.1
|
|
4
4
|
Summary: Architecture testing library for Python projects. Enforce dependency rules, detect cycles, validate metrics.
|
|
5
5
|
Project-URL: Homepage, https://github.com/LukasNiessen/ArchUnitPython
|
|
6
6
|
Project-URL: Repository, https://github.com/LukasNiessen/ArchUnitPython.git
|
|
@@ -33,6 +33,7 @@ Description-Content-Type: text/markdown
|
|
|
33
33
|
# ArchUnitPython - Architecture Testing
|
|
34
34
|
|
|
35
35
|
<div align="center" name="top">
|
|
36
|
+
<img align="center" src="assets/logo-rounded.png" width="150" height="150" alt="ArchUnitPython Logo">
|
|
36
37
|
|
|
37
38
|
<!-- spacer -->
|
|
38
39
|
<p></p>
|
|
@@ -46,7 +47,7 @@ Description-Content-Type: text/markdown
|
|
|
46
47
|
|
|
47
48
|
Enforce architecture rules in Python projects. Check for dependency directions, detect circular dependencies, enforce coding standards and much more. Integrates with pytest and any other testing framework. Very simple setup and pipeline integration. Zero runtime dependencies.
|
|
48
49
|
|
|
49
|
-
|
|
50
|
+
_Inspired by the amazing ArchUnit library but we are not affiliated with ArchUnit._
|
|
50
51
|
|
|
51
52
|
[Setup](#-setup) • [Use Cases](#-use-cases) • [Features](#-features) • [Contributing](CONTRIBUTING.md)
|
|
52
53
|
|
|
@@ -636,6 +637,12 @@ ArchUnitPython started as the Python port of [ArchUnitTS](https://github.com/Luk
|
|
|
636
637
|
|
|
637
638
|
- **[LukasNiessen](https://github.com/LukasNiessen)** - Creator and main maintainer
|
|
638
639
|
|
|
640
|
+
### Contributors
|
|
641
|
+
|
|
642
|
+
<a href="https://github.com/LukasNiessen/ArchUnitPython/graphs/contributors">
|
|
643
|
+
<img src="https://contrib.rocks/image?repo=LukasNiessen/ArchUnitPython&max=1000&contributors=10" />
|
|
644
|
+
</a>
|
|
645
|
+
|
|
639
646
|
### Questions
|
|
640
647
|
|
|
641
648
|
Found a bug? Want to discuss features?
|
|
@@ -645,9 +652,13 @@ Found a bug? Want to discuss features?
|
|
|
645
652
|
|
|
646
653
|
If ArchUnitPython helps your project, please consider:
|
|
647
654
|
|
|
648
|
-
- Starring the repository
|
|
649
|
-
- Suggesting new features
|
|
650
|
-
- Contributing code or documentation
|
|
655
|
+
- Starring the repository 💚
|
|
656
|
+
- Suggesting new features 💭
|
|
657
|
+
- Contributing code or documentation ⌨️
|
|
658
|
+
|
|
659
|
+
### Star History
|
|
660
|
+
|
|
661
|
+
[](https://www.star-history.com/#LukasNiessen/ArchUnitPython&Date)
|
|
651
662
|
|
|
652
663
|
## 📄 License
|
|
653
664
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
archunitpython/__init__.py,sha256=
|
|
1
|
+
archunitpython/__init__.py,sha256=Y7boq0Xo0uyEXzfP30N_Jt1ij6Ofy8q8XzinC6E1crU,926
|
|
2
2
|
archunitpython/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
3
|
archunitpython/common/__init__.py,sha256=u8jwbfALwIT_5ZqTrRchpZqkFHG5tTwM21LX5hR9ZSc,593
|
|
4
4
|
archunitpython/common/pattern_matching.py,sha256=zhfglETSJfe5XPzueVflM14EKfllXuazqzd2XH5fuxw,2675
|
|
@@ -69,7 +69,7 @@ archunitpython/testing/common/__init__.py,sha256=Wc4bC-N4t6giChKjj6wuTGKkb39thcY
|
|
|
69
69
|
archunitpython/testing/common/color_utils.py,sha256=2I8Z1SZfWhhgudMgmXY6PPydGxGl35cK_To-GXnSyJg,1226
|
|
70
70
|
archunitpython/testing/common/violation_factory.py,sha256=jo6jWzy6-ia-Jc1wU_LA8NVjWMzIHbbrLe7H3ngY-vQ,3681
|
|
71
71
|
archunitpython/testing/pytest_plugin/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
72
|
-
archunitpython-1.0.
|
|
73
|
-
archunitpython-1.0.
|
|
74
|
-
archunitpython-1.0.
|
|
75
|
-
archunitpython-1.0.
|
|
72
|
+
archunitpython-1.0.1.dist-info/METADATA,sha256=RN8jrD8bVkMWGVQ-2hMJxHSVJ2GZVXJG5O1WkPX8MWo,19832
|
|
73
|
+
archunitpython-1.0.1.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
|
|
74
|
+
archunitpython-1.0.1.dist-info/licenses/LICENSE,sha256=kaQWfzfHk45CNIx4sIW7Uf1sNW5rmo6BpZ-R8GruuK0,1102
|
|
75
|
+
archunitpython-1.0.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|