x4m 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.
x4m/__init__.py ADDED
File without changes
x4m/py.typed ADDED
File without changes
x4m/v/__init__.py ADDED
File without changes
x4m/v/base.py ADDED
File without changes
x4m/v/core.py ADDED
File without changes
x4m/v/vlib.py ADDED
File without changes
@@ -0,0 +1,95 @@
1
+ Metadata-Version: 2.4
2
+ Name: x4m
3
+ Version: 0.0.1
4
+ Summary: ...
5
+ Author-email: Dima Burmistrov <pyctrl.dev@gmail.com>
6
+ License: Copyright (c) 2023-2025 Dmitry Burmistrov
7
+
8
+ Permission is hereby granted, free of charge, to any person obtaining a copy
9
+ of this software and associated documentation files (the "Software"), to deal
10
+ in the Software without restriction, including without limitation the rights
11
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
12
+ copies of the Software, and to permit persons to whom the Software is
13
+ furnished to do so, subject to the following conditions:
14
+
15
+ The above copyright notice and this permission notice shall be included in all
16
+ copies or substantial portions of the Software.
17
+
18
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
21
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
22
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
23
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
24
+ SOFTWARE.
25
+
26
+ Except as contained in this notice, the name(s) of the above copyright holders
27
+ shall not be used in advertising or otherwise to promote the sale, use or other
28
+ dealings in this Software without prior written authorization.
29
+
30
+ Project-URL: homepage, https://gitlab.com/pyctrl/x4m
31
+ Project-URL: source, https://gitlab.com/pyctrl/x4m
32
+ Project-URL: issues, https://gitlab.com/pyctrl/x4m/issues
33
+ Keywords: x4m
34
+ Classifier: Programming Language :: Python :: 3
35
+ Classifier: License :: OSI Approved :: MIT License
36
+ Classifier: Operating System :: OS Independent
37
+ Classifier: Development Status :: 4 - Beta
38
+ Classifier: Intended Audience :: Developers
39
+ Classifier: Topic :: Software Development :: Libraries
40
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
41
+ Classifier: Typing :: Typed
42
+ Requires-Python: >=3.8
43
+ Description-Content-Type: text/x-rst
44
+ License-File: LICENSE
45
+ Dynamic: license-file
46
+
47
+ x4m
48
+ ###
49
+
50
+ Validate, convert, transform
51
+
52
+
53
+ **Installation**
54
+
55
+ ::
56
+
57
+ pip install x4m
58
+
59
+
60
+ For developers
61
+ **************
62
+
63
+ * Use regular virtualenv or any other (no pre-defined preparations provided)
64
+
65
+ * Running tests::
66
+
67
+ tox
68
+
69
+ * Building package::
70
+
71
+ tox -e build
72
+
73
+ * Contributing: contact me through `Issues <https://gitlab.com/pyctrl/x4m/issues>`__
74
+
75
+
76
+ Versioning
77
+ **********
78
+
79
+ `SemVer <http://semver.org/>`__ used for versioning.
80
+ For available versions see the repository
81
+ `tags <https://gitlab.com/pyctrl/x4m/tags>`__.
82
+
83
+
84
+ Authors
85
+ *******
86
+
87
+ - **Dima Burmistrov** - *Initial work* -
88
+ `pyctrl <https://github.com/pyctrl>`__
89
+
90
+
91
+ License
92
+ *******
93
+
94
+ This project is licensed under the X11 License (extended MIT) - see the
95
+ `LICENSE <https://github.com/pyctrl/x4m/blob/main/LICENSE>`__ file for details
@@ -0,0 +1,11 @@
1
+ x4m/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ x4m/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
+ x4m/v/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
+ x4m/v/base.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
+ x4m/v/core.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
+ x4m/v/vlib.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
+ x4m-0.0.1.dist-info/licenses/LICENSE,sha256=t6Thf9CJ2bNsFfHQC1-OFV-xhaghA7eVPDYofZcfpxE,1289
8
+ x4m-0.0.1.dist-info/METADATA,sha256=ynUgsm6tijuJJmGkzs6D8IOz7fIc5Uk7lFjGLTTAas0,3052
9
+ x4m-0.0.1.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
10
+ x4m-0.0.1.dist-info/top_level.txt,sha256=T5bA_1s10h0kYd0QSyid9U23f8d6gMWW-5O7XK-695g,4
11
+ x4m-0.0.1.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.10.2)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,23 @@
1
+ Copyright (c) 2023-2025 Dmitry Burmistrov
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4
+ of this software and associated documentation files (the "Software"), to deal
5
+ in the Software without restriction, including without limitation the rights
6
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7
+ copies of the Software, and to permit persons to whom the Software is
8
+ furnished to do so, subject to the following conditions:
9
+
10
+ The above copyright notice and this permission notice shall be included in all
11
+ copies or substantial portions of the Software.
12
+
13
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19
+ SOFTWARE.
20
+
21
+ Except as contained in this notice, the name(s) of the above copyright holders
22
+ shall not be used in advertising or otherwise to promote the sale, use or other
23
+ dealings in this Software without prior written authorization.
@@ -0,0 +1 @@
1
+ x4m