firstserial 0.0.1__py3-none-any.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.
@@ -0,0 +1,3 @@
1
+ """Placeholder. The tool is published as `firstserial`."""
2
+
3
+ __version__ = "0.0.1"
@@ -0,0 +1,29 @@
1
+ Metadata-Version: 2.5
2
+ Name: firstserial
3
+ Version: 0.0.1
4
+ Summary: Find character and plot continuity errors in a novel manuscript. Release pending.
5
+ Project-URL: Homepage, https://pypi.org/project/firstserial/
6
+ Project-URL: Source, https://github.com/BeyondITL/firstserial
7
+ Author: BeyondITL Inc.
8
+ License: MIT
9
+ Classifier: Development Status :: 1 - Planning
10
+ Classifier: License :: OSI Approved :: MIT License
11
+ Classifier: Programming Language :: Python :: 3
12
+ Requires-Python: >=3.10
13
+ Description-Content-Type: text/markdown
14
+
15
+ # firstserial
16
+
17
+ This name is the home of the continuity scanner; the first working release is still to come.
18
+
19
+ **Install the real package:**
20
+
21
+ ```bash
22
+ uv tool install firstserial # or: pipx install firstserial
23
+ ```
24
+
25
+ `firstserial` reads a novel manuscript and reports continuity errors — dead
26
+ characters who keep talking, injuries that heal off-page, setups never
27
+ paid off.
28
+
29
+ Source: https://github.com/BeyondITL/firstserial
@@ -0,0 +1,4 @@
1
+ firstserial/__init__.py,sha256=4jX74H60Uimlff1bGTzNIz__n0dRelBQnnxtM8J1elw,82
2
+ firstserial-0.0.1.dist-info/METADATA,sha256=PIDQkkArpsabEOXE4YmtIkt-UWiwOA4f2xoBfBnRowM,941
3
+ firstserial-0.0.1.dist-info/WHEEL,sha256=zOwg4jB6zX2kU910N-cMawjivD6tO8NEWvE12je1bVk,87
4
+ firstserial-0.0.1.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.32.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any