vmklib
Advanced tools
+1
-1
| MIT License | ||
| Copyright (c) 2024 Libre Embedded | ||
| Copyright (c) 2025 Libre Embedded | ||
@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
+19
-43
@@ -1,31 +0,10 @@ | ||
| Metadata-Version: 2.1 | ||
| Metadata-Version: 2.4 | ||
| Name: vmklib | ||
| Version: 2.0.5 | ||
| Version: 2.0.6 | ||
| Summary: Simplify project workflows by standardizing use of GNU Make. | ||
| Home-page: https://github.com/vkottler/vmklib | ||
| Author: Vaughn Kottler | ||
| Author-email: Vaughn Kottler <vaughn@libre-embedded.com> | ||
| Maintainer-email: Vaughn Kottler <vaughn@libre-embedded.com> | ||
| License: MIT License | ||
| Copyright (c) 2024 Libre Embedded | ||
| Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| of this software and associated documentation files (the "Software"), to deal | ||
| in the Software without restriction, including without limitation the rights | ||
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| copies of the Software, and to permit persons to whom the Software is | ||
| furnished to do so, subject to the following conditions: | ||
| The above copyright notice and this permission notice shall be included in all | ||
| copies or substantial portions of the Software. | ||
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
| SOFTWARE. | ||
| Home-page: https://github.com/libre-embedded/vmklib | ||
| Author: Libre Embedded | ||
| Author-email: Libre Embedded <vaughn@libre-embedded.com> | ||
| Maintainer-email: Libre Embedded <vaughn@libre-embedded.com> | ||
| License-Expression: MIT | ||
| Keywords: workflow,tool,make | ||
@@ -40,8 +19,7 @@ Classifier: Topic :: Software Development :: Build Tools | ||
| Classifier: Development Status :: 5 - Production/Stable | ||
| Classifier: License :: OSI Approved :: MIT License | ||
| Requires-Python: >=3.12 | ||
| Description-Content-Type: text/markdown | ||
| License-File: LICENSE | ||
| Requires-Dist: experimental-lowqa | ||
| Requires-Dist: vcorelib>=3.4.3 | ||
| Requires-Dist: experimental-lowqa | ||
| Provides-Extra: test | ||
@@ -61,2 +39,7 @@ Requires-Dist: pylint; extra == "test" | ||
| Requires-Dist: setuptools-wrapper; extra == "test" | ||
| Dynamic: author | ||
| Dynamic: home-page | ||
| Dynamic: license-file | ||
| Dynamic: requires-dist | ||
| Dynamic: requires-python | ||
@@ -66,12 +49,12 @@ <!-- | ||
| generator=datazen | ||
| version=3.1.4 | ||
| hash=6b34cd9966ea5866b40e45651045cb02 | ||
| version=3.2.1 | ||
| hash=634db905318b70517cb2c780098e6a01 | ||
| ===================================== | ||
| --> | ||
| # vmklib ([2.0.5](https://pypi.org/project/vmklib/)) | ||
| # vmklib ([2.0.6](https://pypi.org/project/vmklib/)) | ||
| [](https://pypi.org/project/vmklib/) | ||
|  | ||
| [](https://codecov.io/github/vkottler/vmklib) | ||
|  | ||
| [](https://codecov.io/github/libre-embedded/vmklib) | ||
|  | ||
@@ -82,11 +65,4 @@  | ||
| ## Documentation | ||
| ([interface documentation](https://libre-embedded.github.io/python/vmklib)) | ||
| ### Generated | ||
| * By [sphinx-apidoc](https://vkottler.github.io/python/sphinx/vmklib) | ||
| (What's [`sphinx-apidoc`](https://www.sphinx-doc.org/en/master/man/sphinx-apidoc.html)?) | ||
| * By [pydoc](https://vkottler.github.io/python/pydoc/vmklib.html) | ||
| (What's [`pydoc`](https://docs.python.org/3/library/pydoc.html)?) | ||
| ## Python Version Support | ||
@@ -93,0 +69,0 @@ |
+6
-6
@@ -7,7 +7,8 @@ [build-system] | ||
| name = "vmklib" | ||
| version = "2.0.5" | ||
| version = "2.0.6" | ||
| description = "Simplify project workflows by standardizing use of GNU Make." | ||
| readme = "README.md" | ||
| requires-python = ">=3.12" | ||
| license = {file = "LICENSE"} | ||
| license = "MIT" | ||
| license-files = ["LICENSE"] | ||
| keywords = [ | ||
@@ -19,6 +20,6 @@ "workflow", | ||
| authors = [ | ||
| {name = "Vaughn Kottler", email = "vaughn@libre-embedded.com"} | ||
| {name = "Libre Embedded", email = "vaughn@libre-embedded.com"} | ||
| ] | ||
| maintainers = [ | ||
| {name = "Vaughn Kottler", email = "vaughn@libre-embedded.com"} | ||
| {name = "Libre Embedded", email = "vaughn@libre-embedded.com"} | ||
| ] | ||
@@ -33,4 +34,3 @@ classifiers = [ | ||
| "Operating System :: Unix", | ||
| "Development Status :: 5 - Production/Stable", | ||
| "License :: OSI Approved :: MIT License" | ||
| "Development Status :: 5 - Production/Stable" | ||
| ] | ||
@@ -37,0 +37,0 @@ dynamic = ["dependencies"] |
+6
-13
| <!-- | ||
| ===================================== | ||
| generator=datazen | ||
| version=3.1.4 | ||
| hash=6b34cd9966ea5866b40e45651045cb02 | ||
| version=3.2.1 | ||
| hash=634db905318b70517cb2c780098e6a01 | ||
| ===================================== | ||
| --> | ||
| # vmklib ([2.0.5](https://pypi.org/project/vmklib/)) | ||
| # vmklib ([2.0.6](https://pypi.org/project/vmklib/)) | ||
| [](https://pypi.org/project/vmklib/) | ||
|  | ||
| [](https://codecov.io/github/vkottler/vmklib) | ||
|  | ||
| [](https://codecov.io/github/libre-embedded/vmklib) | ||
|  | ||
@@ -19,11 +19,4 @@  | ||
| ## Documentation | ||
| ([interface documentation](https://libre-embedded.github.io/python/vmklib)) | ||
| ### Generated | ||
| * By [sphinx-apidoc](https://vkottler.github.io/python/sphinx/vmklib) | ||
| (What's [`sphinx-apidoc`](https://www.sphinx-doc.org/en/master/man/sphinx-apidoc.html)?) | ||
| * By [pydoc](https://vkottler.github.io/python/pydoc/vmklib.html) | ||
| (What's [`pydoc`](https://docs.python.org/3/library/pydoc.html)?) | ||
| ## Python Version Support | ||
@@ -30,0 +23,0 @@ |
+4
-4
| # ===================================== | ||
| # generator=datazen | ||
| # version=3.1.4 | ||
| # hash=d9c5aeff539a1d3629104db47fe763ca | ||
| # version=3.2.1 | ||
| # hash=46e31ace55883ec4b2cd35e03c1f061e | ||
| # ===================================== | ||
@@ -21,5 +21,5 @@ | ||
| author_info = { | ||
| "name": "Vaughn Kottler", | ||
| "name": "Libre Embedded", | ||
| "email": "vaughn@libre-embedded.com", | ||
| "username": "vkottler", | ||
| "username": "libre-embedded", | ||
| } | ||
@@ -26,0 +26,0 @@ pkg_info = { |
+19
-43
@@ -1,31 +0,10 @@ | ||
| Metadata-Version: 2.1 | ||
| Metadata-Version: 2.4 | ||
| Name: vmklib | ||
| Version: 2.0.5 | ||
| Version: 2.0.6 | ||
| Summary: Simplify project workflows by standardizing use of GNU Make. | ||
| Home-page: https://github.com/vkottler/vmklib | ||
| Author: Vaughn Kottler | ||
| Author-email: Vaughn Kottler <vaughn@libre-embedded.com> | ||
| Maintainer-email: Vaughn Kottler <vaughn@libre-embedded.com> | ||
| License: MIT License | ||
| Copyright (c) 2024 Libre Embedded | ||
| Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| of this software and associated documentation files (the "Software"), to deal | ||
| in the Software without restriction, including without limitation the rights | ||
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| copies of the Software, and to permit persons to whom the Software is | ||
| furnished to do so, subject to the following conditions: | ||
| The above copyright notice and this permission notice shall be included in all | ||
| copies or substantial portions of the Software. | ||
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
| SOFTWARE. | ||
| Home-page: https://github.com/libre-embedded/vmklib | ||
| Author: Libre Embedded | ||
| Author-email: Libre Embedded <vaughn@libre-embedded.com> | ||
| Maintainer-email: Libre Embedded <vaughn@libre-embedded.com> | ||
| License-Expression: MIT | ||
| Keywords: workflow,tool,make | ||
@@ -40,8 +19,7 @@ Classifier: Topic :: Software Development :: Build Tools | ||
| Classifier: Development Status :: 5 - Production/Stable | ||
| Classifier: License :: OSI Approved :: MIT License | ||
| Requires-Python: >=3.12 | ||
| Description-Content-Type: text/markdown | ||
| License-File: LICENSE | ||
| Requires-Dist: experimental-lowqa | ||
| Requires-Dist: vcorelib>=3.4.3 | ||
| Requires-Dist: experimental-lowqa | ||
| Provides-Extra: test | ||
@@ -61,2 +39,7 @@ Requires-Dist: pylint; extra == "test" | ||
| Requires-Dist: setuptools-wrapper; extra == "test" | ||
| Dynamic: author | ||
| Dynamic: home-page | ||
| Dynamic: license-file | ||
| Dynamic: requires-dist | ||
| Dynamic: requires-python | ||
@@ -66,12 +49,12 @@ <!-- | ||
| generator=datazen | ||
| version=3.1.4 | ||
| hash=6b34cd9966ea5866b40e45651045cb02 | ||
| version=3.2.1 | ||
| hash=634db905318b70517cb2c780098e6a01 | ||
| ===================================== | ||
| --> | ||
| # vmklib ([2.0.5](https://pypi.org/project/vmklib/)) | ||
| # vmklib ([2.0.6](https://pypi.org/project/vmklib/)) | ||
| [](https://pypi.org/project/vmklib/) | ||
|  | ||
| [](https://codecov.io/github/vkottler/vmklib) | ||
|  | ||
| [](https://codecov.io/github/libre-embedded/vmklib) | ||
|  | ||
@@ -82,11 +65,4 @@  | ||
| ## Documentation | ||
| ([interface documentation](https://libre-embedded.github.io/python/vmklib)) | ||
| ### Generated | ||
| * By [sphinx-apidoc](https://vkottler.github.io/python/sphinx/vmklib) | ||
| (What's [`sphinx-apidoc`](https://www.sphinx-doc.org/en/master/man/sphinx-apidoc.html)?) | ||
| * By [pydoc](https://vkottler.github.io/python/pydoc/vmklib.html) | ||
| (What's [`pydoc`](https://docs.python.org/3/library/pydoc.html)?) | ||
| ## Python Version Support | ||
@@ -93,0 +69,0 @@ |
@@ -0,3 +1,3 @@ | ||
| experimental-lowqa | ||
| vcorelib>=3.4.3 | ||
| experimental-lowqa | ||
@@ -4,0 +4,0 @@ [test] |
| # ===================================== | ||
| # generator=datazen | ||
| # version=3.1.4 | ||
| # hash=b8a4e4a833c75fdb1b14c7f0d0c58dbf | ||
| # version=3.2.1 | ||
| # hash=47379f915ef7dead802c2f9c9a090260 | ||
| # ===================================== | ||
@@ -13,2 +13,2 @@ | ||
| PKG_NAME = "vmklib" | ||
| VERSION = "2.0.5" | ||
| VERSION = "2.0.6" |
| # ===================================== | ||
| # generator=datazen | ||
| # version=3.1.4 | ||
| # version=3.2.1 | ||
| # hash=e3b25ef71e1382c4879938c082dd3893 | ||
@@ -5,0 +5,0 @@ # ===================================== |
| # ===================================== | ||
| # generator=datazen | ||
| # version=3.1.4 | ||
| # version=3.2.1 | ||
| # hash=22a8a762623587d443724e0f1a2a9ee4 | ||
@@ -5,0 +5,0 @@ # ===================================== |
+1
-1
| # ===================================== | ||
| # generator=datazen | ||
| # version=3.1.4 | ||
| # version=3.2.1 | ||
| # hash=745689313e0947f30ccf35892bb72cd4 | ||
@@ -5,0 +5,0 @@ # ===================================== |
Sorry, the diff of this file is not supported yet
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
111733
-2.65%