wexample-wex-addon-dev-php 0.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.
File without changes
@@ -0,0 +1,51 @@
1
+ Metadata-Version: 2.1
2
+ Name: wexample-wex-addon-dev-php
3
+ Version: 0.0.1
4
+ Summary: Python dev addon for wex
5
+ Author-Email: weeger <contact@wexample.com>
6
+ License: MIT
7
+ Classifier: Programming Language :: Python :: 3
8
+ Classifier: License :: OSI Approved :: MIT License
9
+ Classifier: Operating System :: OS Independent
10
+ Project-URL: homepage, https://github.com/wexample/python-wex-dev-python
11
+ Requires-Python: >=3.10
12
+ Requires-Dist: pydantic<3,>=2
13
+ Requires-Dist: wexample-wex-core==6.0.44
14
+ Provides-Extra: dev
15
+ Requires-Dist: pytest; extra == "dev"
16
+ Requires-Dist: wexample-filestate-php==0.0.1; extra == "dev"
17
+ Description-Content-Type: text/markdown
18
+
19
+ # wexample-wex-addon-dev-php
20
+
21
+ Python dev addon for wex
22
+
23
+ Version: 0.0.1
24
+
25
+ ## Requirements
26
+
27
+ - Python >=3.10
28
+
29
+ ## Dependencies
30
+
31
+ - pydantic>=2,<3
32
+ - wexample-wex-core==6.0.44
33
+
34
+ ## Installation
35
+
36
+ ```bash
37
+ pip install wexample-wex-addon-dev-php
38
+ ```
39
+
40
+ ## Links
41
+
42
+ - Homepage: https://github.com/wexample/python-wex-dev-python
43
+
44
+ ## License
45
+
46
+ MIT
47
+ ## Credits
48
+
49
+ This package has been developed by [Wexample](https://wexample.com), a collection of tools and utilities to streamline development workflows.
50
+
51
+ Visit [wexample.com](https://wexample.com) to discover more tools and resources for efficient development.
@@ -0,0 +1,5 @@
1
+ wexample_wex_addon_dev_php-0.0.1.dist-info/METADATA,sha256=xkVD1zs8p6Ar5NaCMGXt0mwcAd9Hy1Hxlb1rpkDAfH4,1223
2
+ wexample_wex_addon_dev_php-0.0.1.dist-info/WHEEL,sha256=9P2ygRxDrTJz3gsagc0Z96ukrxjr-LFBGOgv3AuKlCA,90
3
+ wexample_wex_addon_dev_php-0.0.1.dist-info/entry_points.txt,sha256=6OYgBcLyFCUgeqLgnvMyOJxPCWzgy7se4rLPKtNonMs,34
4
+ wexample_wex_addon_dev_php/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
+ wexample_wex_addon_dev_php-0.0.1.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: pdm-backend (2.4.5)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
@@ -0,0 +1,4 @@
1
+ [console_scripts]
2
+
3
+ [gui_scripts]
4
+