pdf2okf-cli 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.
@@ -0,0 +1,13 @@
1
+ Metadata-Version: 2.4
2
+ Name: pdf2okf-cli
3
+ Version: 0.0.0
4
+ Summary: Reserved — pdf2okf command-line interface. Coming soon.
5
+ Author: Stefan Wittmann
6
+ Requires-Python: >=3.9
7
+ Description-Content-Type: text/markdown
8
+
9
+ # pdf2okf-cli
10
+
11
+ Reserved — pdf2okf command-line interface. Coming soon.
12
+
13
+ Name reserved for an upcoming release.
@@ -0,0 +1,5 @@
1
+ # pdf2okf-cli
2
+
3
+ Reserved — pdf2okf command-line interface. Coming soon.
4
+
5
+ Name reserved for an upcoming release.
@@ -0,0 +1 @@
1
+ __version__ = "0.0.0"
@@ -0,0 +1,13 @@
1
+ Metadata-Version: 2.4
2
+ Name: pdf2okf-cli
3
+ Version: 0.0.0
4
+ Summary: Reserved — pdf2okf command-line interface. Coming soon.
5
+ Author: Stefan Wittmann
6
+ Requires-Python: >=3.9
7
+ Description-Content-Type: text/markdown
8
+
9
+ # pdf2okf-cli
10
+
11
+ Reserved — pdf2okf command-line interface. Coming soon.
12
+
13
+ Name reserved for an upcoming release.
@@ -0,0 +1,7 @@
1
+ README.md
2
+ pyproject.toml
3
+ pdf2okf_cli/__init__.py
4
+ pdf2okf_cli.egg-info/PKG-INFO
5
+ pdf2okf_cli.egg-info/SOURCES.txt
6
+ pdf2okf_cli.egg-info/dependency_links.txt
7
+ pdf2okf_cli.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ pdf2okf_cli
@@ -0,0 +1,14 @@
1
+ [build-system]
2
+ requires = ["setuptools>=68"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "pdf2okf-cli"
7
+ version = "0.0.0"
8
+ description = "Reserved — pdf2okf command-line interface. Coming soon."
9
+ readme = "README.md"
10
+ requires-python = ">=3.9"
11
+ authors = [{ name = "Stefan Wittmann" }]
12
+
13
+ [tool.setuptools]
14
+ packages = ["pdf2okf_cli"]
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+