specmatic 2.13.2__py3-none-any.whl → 2.14.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.
Potentially problematic release.
This version of specmatic might be problematic. Click here for more details.
- specmatic/build_utils.py +1 -1
- specmatic/core/specmatic.jar +0 -0
- specmatic/version.py +2 -2
- {specmatic-2.13.2.dist-info → specmatic-2.14.1.dist-info}/METADATA +5 -5
- {specmatic-2.13.2.dist-info → specmatic-2.14.1.dist-info}/RECORD +7 -7
- {specmatic-2.13.2.dist-info → specmatic-2.14.1.dist-info}/WHEEL +0 -0
- {specmatic-2.13.2.dist-info → specmatic-2.14.1.dist-info}/top_level.txt +0 -0
specmatic/build_utils.py
CHANGED
|
@@ -4,7 +4,7 @@ from specmatic.utils import get_project_root
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
def download_specmatic_jar(version):
|
|
7
|
-
file_url = f"https://
|
|
7
|
+
file_url = f"https://github.com/specmatic/specmatic/releases/download/{version}/specmatic.jar"
|
|
8
8
|
file_path = get_project_root() + "/specmatic/core/specmatic.jar"
|
|
9
9
|
print(f"Downloading specmatic jar from: {file_url}")
|
|
10
10
|
urllib.request.urlretrieve(file_url, file_path)
|
specmatic/core/specmatic.jar
CHANGED
|
Binary file
|
specmatic/version.py
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
__version__ = '2.
|
|
2
|
-
__specmatic_version__ = '2.
|
|
1
|
+
__version__ = '2.14.1'
|
|
2
|
+
__specmatic_version__ = '2.14.1'
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: specmatic
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.14.1
|
|
4
4
|
Summary: A Python module for using the Specmatic Library.
|
|
5
|
-
Home-page: https://github.com/
|
|
5
|
+
Home-page: https://github.com/specmatic/specmatic-python-extensions
|
|
6
6
|
Author: Specmatic Builders
|
|
7
7
|
Author-email: info@core.in
|
|
8
8
|
Description-Content-Type: text/markdown
|
|
@@ -251,9 +251,9 @@ coverage_server.stop()
|
|
|
251
251
|
If you are able to get the app started using uvicorn, it will work with specmatic too.
|
|
252
252
|
|
|
253
253
|
## Sample Projects
|
|
254
|
-
- [Check out the Specmatic Order BFF Python repo](https://github.com/
|
|
255
|
-
- [Check out the Specmatic Order BFF Python Sanic repo](https://github.com/
|
|
256
|
-
- [Check out the Specmatic Order API Python repo](https://github.com/
|
|
254
|
+
- [Check out the Specmatic Order BFF Python repo](https://github.com/specmatic/specmatic-order-bff-python/) to see more examples of how to use specmatic with a Flask app.
|
|
255
|
+
- [Check out the Specmatic Order BFF Python Sanic repo](https://github.com/specmatic/specmatic-order-bff-python-sanic/) to see more examples of how to use specmatic with a Sanic app.
|
|
256
|
+
- [Check out the Specmatic Order API Python repo](https://github.com/specmatic/specmatic-order-api-python/) to see an examples of how to just run tests without using a stub.
|
|
257
257
|
|
|
258
258
|
|
|
259
259
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
specmatic/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
specmatic/build_utils.py,sha256=
|
|
2
|
+
specmatic/build_utils.py,sha256=oG9SsK0T0nR6bx_-vLqW0s1sowmFMJXeptwPCoo2f2Q,531
|
|
3
3
|
specmatic/utils.py,sha256=6JDPqpO51ykl0MWCOa32jkUOXZ-0RZ6N5Ng9_7r7XaU,519
|
|
4
|
-
specmatic/version.py,sha256=
|
|
4
|
+
specmatic/version.py,sha256=u2T_LZGuo1T71GC78mssnW6U2KHC20b3rJ9JKEn5vDA,56
|
|
5
5
|
specmatic/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
6
6
|
specmatic/core/decorators.py,sha256=jGi_m2tGGn8HZOyiMvAB3GvOWW_AkuWZvfqztMVy2pc,3972
|
|
7
|
-
specmatic/core/specmatic.jar,sha256=
|
|
7
|
+
specmatic/core/specmatic.jar,sha256=ekafPVXClI5ge14kVwjlu_2WsP4UB3vjt1VNnnJkGqM,67942384
|
|
8
8
|
specmatic/core/specmatic.py,sha256=vi7-LM5XTKipWwemh5cnbIoAZDbg9fpFEISDs6YM_f4,7918
|
|
9
9
|
specmatic/core/specmatic_base.py,sha256=IN9LY45EB5ApRtpF-LEkLmmy20gAXXAMwYhJQrS8TT0,1334
|
|
10
10
|
specmatic/core/specmatic_stub.py,sha256=yIaiXjur2SQQnpj2qaM6CX3EARdbKBJ-YP5qFu2Cgp4,5585
|
|
@@ -29,7 +29,7 @@ specmatic/servers/app_server.py,sha256=kOZviJA7-F4kmMTLGiBln2oO5uYX28wKJM2xQJTOV
|
|
|
29
29
|
specmatic/servers/asgi_app_server.py,sha256=yn3tpWoF-nP8labOJdn49UB85vKiqIELVXk-gAugcUc,2924
|
|
30
30
|
specmatic/servers/wsgi_app_server.py,sha256=3aU-o6Hh8FrnZlbjCLLpGY92HvJoU_rcqsZIb9TKVr8,1342
|
|
31
31
|
specmatic/servers/wsgi_server_thread.py,sha256=XUEYW7-FP1a-5EkQVGc3FI_jkDQBocArxHLiCn3JJvc,691
|
|
32
|
-
specmatic-2.
|
|
33
|
-
specmatic-2.
|
|
34
|
-
specmatic-2.
|
|
35
|
-
specmatic-2.
|
|
32
|
+
specmatic-2.14.1.dist-info/METADATA,sha256=951i24jCDdCtcpYhN22_-q5LupfTD0si3qT6ewo3MHs,10373
|
|
33
|
+
specmatic-2.14.1.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
|
|
34
|
+
specmatic-2.14.1.dist-info/top_level.txt,sha256=E7kQ78YacKBoKKeKWR_N83exlG8r5J0wlzlGqFmvIfo,10
|
|
35
|
+
specmatic-2.14.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|