specmatic 0.3.1__py3-none-any.whl → 0.3.2__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.
Potentially problematic release.
This version of specmatic might be problematic. Click here for more details.
- specmatic/version.py +1 -1
- {specmatic-0.3.1.dist-info → specmatic-0.3.2.dist-info}/METADATA +7 -2
- {specmatic-0.3.1.dist-info → specmatic-0.3.2.dist-info}/RECORD +5 -5
- {specmatic-0.3.1.dist-info → specmatic-0.3.2.dist-info}/WHEEL +0 -0
- {specmatic-0.3.1.dist-info → specmatic-0.3.2.dist-info}/top_level.txt +0 -0
specmatic/version.py
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
__version__ = '0.3.
|
|
1
|
+
__version__ = '0.3.2'
|
|
2
2
|
__specmatic_version__ = '0.66.0'
|
|
@@ -1,14 +1,17 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: specmatic
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.2
|
|
4
4
|
Summary: A Python module for using the Specmatic Library.
|
|
5
5
|
Home-page: https://github.com/znsio/specmatic-python-extensions
|
|
6
6
|
Author: Specmatic Builders
|
|
7
7
|
Author-email: info@core.in
|
|
8
8
|
Description-Content-Type: text/markdown
|
|
9
9
|
Requires-Dist: blinker (==1.6.2)
|
|
10
|
+
Requires-Dist: certifi (==2023.5.7)
|
|
11
|
+
Requires-Dist: charset-normalizer (==3.1.0)
|
|
10
12
|
Requires-Dist: click (==8.1.3)
|
|
11
13
|
Requires-Dist: Flask (==2.3.2)
|
|
14
|
+
Requires-Dist: idna (==3.4)
|
|
12
15
|
Requires-Dist: iniconfig (==2.0.0)
|
|
13
16
|
Requires-Dist: itsdangerous (==2.1.2)
|
|
14
17
|
Requires-Dist: Jinja2 (==3.1.2)
|
|
@@ -16,9 +19,11 @@ Requires-Dist: MarkupSafe (==2.1.2)
|
|
|
16
19
|
Requires-Dist: packaging (==23.1)
|
|
17
20
|
Requires-Dist: pluggy (==1.0.0)
|
|
18
21
|
Requires-Dist: pytest (==7.3.1)
|
|
22
|
+
Requires-Dist: requests (==2.30.0)
|
|
23
|
+
Requires-Dist: urllib3 (==2.0.2)
|
|
19
24
|
Requires-Dist: Werkzeug (==2.3.3)
|
|
20
25
|
|
|
21
|
-
This is a Python library to run
|
|
26
|
+
This is a Python library to run [Specmatic](https://specmatic.in).
|
|
22
27
|
Specmatic is a contract driven development tool that allows us to turn OpenAPI contracts into executable specifications.
|
|
23
28
|
|
|
24
29
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
specmatic/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
2
|
specmatic/utils.py,sha256=Ns3Ai5jEoP6IaZ4pWRVQUvMtbkyN7p4jj65-qptcNEQ,318
|
|
3
|
-
specmatic/version.py,sha256=
|
|
3
|
+
specmatic/version.py,sha256=iEqZ-vW_ITNjIqY37KlBLx6L0USIgS7uwJElxoPeErc,55
|
|
4
4
|
specmatic/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
5
|
specmatic/core/decorators.py,sha256=3NHmLYk8Kr6qHT1ezab_PENEwYrVdorG-3ZV_jmZA6Q,1856
|
|
6
6
|
specmatic/core/specmatic.jar,sha256=TDiKXtLZ9Rsg8BPeriH4RLdQoev46hDymjWQ0M--W3Q,87152724
|
|
@@ -18,7 +18,7 @@ test/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
18
18
|
test/test_contract_with_pytest.py,sha256=mhVR_MR5hxm-ADqhnEFTa8p-JvRWX3EpCWfsdfaKIr8,269
|
|
19
19
|
test/test_contract_with_stub_pytest.py,sha256=oh1soQgU5YTXH6aPTkqsQi-0TFf7fyomojF3hdkdI-s,687
|
|
20
20
|
test/test_contract_with_unittest.py,sha256=VNdrU5SlnGiZ9t3WDcfNATSc_chxJsw5iySzHCVZSew,299
|
|
21
|
-
specmatic-0.3.
|
|
22
|
-
specmatic-0.3.
|
|
23
|
-
specmatic-0.3.
|
|
24
|
-
specmatic-0.3.
|
|
21
|
+
specmatic-0.3.2.dist-info/METADATA,sha256=uXW5kPton5JU79M_XmXZaAo7kVVO875rf2gwIlTsGwQ,4278
|
|
22
|
+
specmatic-0.3.2.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
|
|
23
|
+
specmatic-0.3.2.dist-info/top_level.txt,sha256=caucaopz5jgkj72Pbo7QEzUR3jXNPuLv-m-4JHTG878,15
|
|
24
|
+
specmatic-0.3.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|