unplot 0.0.0__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.
unplot-0.0.0/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Max Ingham
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
unplot-0.0.0/PKG-INFO ADDED
@@ -0,0 +1,20 @@
1
+ Metadata-Version: 2.4
2
+ Name: unplot
3
+ Version: 0.0.0
4
+ Summary: Read curves off a vector PDF — calibrated, overlapping curves separated, a confidence score on each. Here for the plot. (Name placeholder — not yet released.)
5
+ Author: Max Ingham
6
+ License: MIT
7
+ License-File: LICENSE
8
+ Keywords: chart,curve,digitizer,extraction,pdf,plot,vector
9
+ Requires-Python: >=3.10
10
+ Description-Content-Type: text/markdown
11
+
12
+ # unplot
13
+
14
+ *Here for the plot.*
15
+
16
+ Read curves off a vector PDF — calibrated, with overlapping curves pulled apart and a confidence score on each.
17
+
18
+ **This is a name placeholder. The library is not released yet.** Watch this space.
19
+
20
+ MIT © Max Ingham
unplot-0.0.0/README.md ADDED
@@ -0,0 +1,9 @@
1
+ # unplot
2
+
3
+ *Here for the plot.*
4
+
5
+ Read curves off a vector PDF — calibrated, with overlapping curves pulled apart and a confidence score on each.
6
+
7
+ **This is a name placeholder. The library is not released yet.** Watch this space.
8
+
9
+ MIT © Max Ingham
@@ -0,0 +1,16 @@
1
+ [build-system]
2
+ requires = ["hatchling"]
3
+ build-backend = "hatchling.build"
4
+
5
+ [project]
6
+ name = "unplot"
7
+ version = "0.0.0"
8
+ description = "Read curves off a vector PDF — calibrated, overlapping curves separated, a confidence score on each. Here for the plot. (Name placeholder — not yet released.)"
9
+ readme = "README.md"
10
+ requires-python = ">=3.10"
11
+ license = { text = "MIT" }
12
+ authors = [{ name = "Max Ingham" }]
13
+ keywords = ["plot", "digitizer", "pdf", "vector", "curve", "extraction", "chart"]
14
+
15
+ [tool.hatch.build.targets.wheel]
16
+ packages = ["unplot"]
@@ -0,0 +1,4 @@
1
+ """unplot — name placeholder for an unreleased plot-extraction library. Here for the plot."""
2
+
3
+ __version__ = "0.0.0"
4
+ released = False