cmakefmt 0.9.0__py3-none-win_amd64.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.
Binary file
@@ -0,0 +1,17 @@
1
+ Metadata-Version: 2.4
2
+ Name: cmakefmt
3
+ Version: 0.9.0
4
+ Classifier: Development Status :: 4 - Beta
5
+ Classifier: Intended Audience :: Developers
6
+ Classifier: License :: OSI Approved :: MIT License
7
+ Classifier: License :: OSI Approved :: Apache Software License
8
+ Classifier: Programming Language :: Rust
9
+ Classifier: Topic :: Software Development :: Quality Assurance
10
+ License-File: LICENSE
11
+ Summary: A fast, correct CMake formatter
12
+ Keywords: cmake,formatter,formatting
13
+ Home-Page: https://github.com/cmakefmt/cmakefmt
14
+ Requires-Python: >=3.11
15
+ Project-URL: Documentation, https://cmakefmt.dev/installation/
16
+ Project-URL: Homepage, https://cmakefmt.dev
17
+ Project-URL: Repository, https://github.com/cmakefmt/cmakefmt
@@ -0,0 +1,6 @@
1
+ cmakefmt-0.9.0.data/scripts/cmakefmt.exe,sha256=TQFtKjHyZzF9_zF3Qksa5o4sVnqSiD_HMe-TwoZb8oc,7013376
2
+ cmakefmt-0.9.0.dist-info/METADATA,sha256=cu123ZOLJL8I3dTeyosZVWF9MpXeife0x0ha6oEhLzM,698
3
+ cmakefmt-0.9.0.dist-info/WHEEL,sha256=0cg7uMdVM1SNK0ih4zFWnV0wsxqvcArlTmRGOaRhEnw,94
4
+ cmakefmt-0.9.0.dist-info/licenses/LICENSE,sha256=DRn3DmBUxjkzQ7BGablOURhPUxLoRGhnLmK838Xiygo,244
5
+ cmakefmt-0.9.0.dist-info/sboms/cmakefmt-rust.cyclonedx.json,sha256=ifkjsy05Yj0uuOlxJvrmA6SWfNfCXBaMHTMRxOf1oXc,119474
6
+ cmakefmt-0.9.0.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: maturin (1.13.1)
3
+ Root-Is-Purelib: false
4
+ Tag: py3-none-win_amd64
@@ -0,0 +1,7 @@
1
+ SPDX-FileCopyrightText: Copyright 2026 Puneet Matharu
2
+ SPDX-License-Identifier: MIT OR Apache-2.0
3
+
4
+ This project is available under your choice of:
5
+
6
+ - MIT license: see `LICENSES/MIT.txt`
7
+ - Apache License 2.0: see `LICENSES/Apache-2.0.txt`