sheetmark 0.0.1__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,19 @@
1
+ Metadata-Version: 2.4
2
+ Name: sheetmark
3
+ Version: 0.0.1
4
+ Summary: Reserved for Sheetmark benchmark tooling — a fidelity benchmark for spreadsheet calculation engines.
5
+ License: Apache-2.0
6
+ Project-URL: Homepage, https://github.com/sheetmark/sheetmark
7
+ Project-URL: Repository, https://github.com/sheetmark/sheetmark
8
+ Requires-Python: >=3.9
9
+ Description-Content-Type: text/markdown
10
+
11
+ # sheetmark
12
+
13
+ This package name is reserved for tooling of **Sheetmark** — a fidelity
14
+ benchmark for spreadsheet calculation engines. It measures how faithfully an
15
+ engine reproduces Microsoft Excel's computed results on a fixed public corpus,
16
+ and whether the engine fails loudly or silently on the cells it can't
17
+ reproduce.
18
+
19
+ Benchmark, methodology, and results: <https://github.com/sheetmark/sheetmark>
@@ -0,0 +1,9 @@
1
+ # sheetmark
2
+
3
+ This package name is reserved for tooling of **Sheetmark** — a fidelity
4
+ benchmark for spreadsheet calculation engines. It measures how faithfully an
5
+ engine reproduces Microsoft Excel's computed results on a fixed public corpus,
6
+ and whether the engine fails loudly or silently on the cells it can't
7
+ reproduce.
8
+
9
+ Benchmark, methodology, and results: <https://github.com/sheetmark/sheetmark>
@@ -0,0 +1,18 @@
1
+ [build-system]
2
+ requires = ["setuptools>=68"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "sheetmark"
7
+ version = "0.0.1"
8
+ description = "Reserved for Sheetmark benchmark tooling — a fidelity benchmark for spreadsheet calculation engines."
9
+ readme = "README.md"
10
+ license = { text = "Apache-2.0" }
11
+ requires-python = ">=3.9"
12
+
13
+ [project.urls]
14
+ Homepage = "https://github.com/sheetmark/sheetmark"
15
+ Repository = "https://github.com/sheetmark/sheetmark"
16
+
17
+ [tool.setuptools]
18
+ packages = ["sheetmark"]
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,10 @@
1
+ """This package name is reserved for tooling of Sheetmark — a fidelity
2
+ benchmark for spreadsheet calculation engines. It measures how faithfully an
3
+ engine reproduces Microsoft Excel's computed results on a fixed public corpus,
4
+ and whether the engine fails loudly or silently on the cells it can't
5
+ reproduce.
6
+
7
+ Benchmark, methodology, and results: https://github.com/sheetmark/sheetmark
8
+ """
9
+
10
+ __version__ = "0.0.1"
@@ -0,0 +1,19 @@
1
+ Metadata-Version: 2.4
2
+ Name: sheetmark
3
+ Version: 0.0.1
4
+ Summary: Reserved for Sheetmark benchmark tooling — a fidelity benchmark for spreadsheet calculation engines.
5
+ License: Apache-2.0
6
+ Project-URL: Homepage, https://github.com/sheetmark/sheetmark
7
+ Project-URL: Repository, https://github.com/sheetmark/sheetmark
8
+ Requires-Python: >=3.9
9
+ Description-Content-Type: text/markdown
10
+
11
+ # sheetmark
12
+
13
+ This package name is reserved for tooling of **Sheetmark** — a fidelity
14
+ benchmark for spreadsheet calculation engines. It measures how faithfully an
15
+ engine reproduces Microsoft Excel's computed results on a fixed public corpus,
16
+ and whether the engine fails loudly or silently on the cells it can't
17
+ reproduce.
18
+
19
+ Benchmark, methodology, and results: <https://github.com/sheetmark/sheetmark>
@@ -0,0 +1,7 @@
1
+ README.md
2
+ pyproject.toml
3
+ sheetmark/__init__.py
4
+ sheetmark.egg-info/PKG-INFO
5
+ sheetmark.egg-info/SOURCES.txt
6
+ sheetmark.egg-info/dependency_links.txt
7
+ sheetmark.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ sheetmark