pact-python-ffi 0.0.0__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.
@@ -0,0 +1,7 @@
1
+ Metadata-Version: 2.4
2
+ Name: pact-python-ffi
3
+ Version: 0.0.0
4
+ Summary: Python bindings for the Pact FFI library
5
+ Author-email: Joshua Ellis <josh@jpellis.me>
6
+ Maintainer-email: Joshua Ellis <josh@jpellis.me>
7
+ License-Expression: MIT
@@ -0,0 +1,7 @@
1
+ Metadata-Version: 2.4
2
+ Name: pact-python-ffi
3
+ Version: 0.0.0
4
+ Summary: Python bindings for the Pact FFI library
5
+ Author-email: Joshua Ellis <josh@jpellis.me>
6
+ Maintainer-email: Joshua Ellis <josh@jpellis.me>
7
+ License-Expression: MIT
@@ -0,0 +1,5 @@
1
+ pyproject.toml
2
+ pact_python_ffi.egg-info/PKG-INFO
3
+ pact_python_ffi.egg-info/SOURCES.txt
4
+ pact_python_ffi.egg-info/dependency_links.txt
5
+ pact_python_ffi.egg-info/top_level.txt
@@ -0,0 +1,10 @@
1
+ #:schema https://json.schemastore.org/pyproject.json
2
+ [project]
3
+ description = "Python bindings for the Pact FFI library"
4
+ name = "pact-python-ffi"
5
+
6
+ license = "MIT"
7
+ version = "0.0.0"
8
+
9
+ authors = [{ name = "Joshua Ellis", email = "josh@jpellis.me" }]
10
+ maintainers = [{ name = "Joshua Ellis", email = "josh@jpellis.me" }]
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+