kinocut 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.
kinocut/__init__.py ADDED
@@ -0,0 +1,2 @@
1
+ __version__ = "0.0.1"
2
+ # Kinocut — name reservation. Real package: pip install mcp-video (renaming to kinocut). https://kinocut.dev
@@ -0,0 +1,22 @@
1
+ Metadata-Version: 2.4
2
+ Name: kinocut
3
+ Version: 0.0.1
4
+ Summary: Kinocut — guardrailed video editing engine for AI agents. Name reservation: the project currently ships as mcp-video and is renaming to Kinocut. See https://kinocut.dev
5
+ Project-URL: Homepage, https://kinocut.dev
6
+ Project-URL: Repository, https://github.com/KyaniteLabs/mcp-video
7
+ Author-email: KyaniteLabs <info@kyanitelabs.tech>
8
+ License-Expression: Apache-2.0
9
+ Requires-Python: >=3.11
10
+ Description-Content-Type: text/markdown
11
+
12
+ # Kinocut
13
+
14
+ **Name reservation.** Kinocut is the new name of [mcp-video](https://github.com/KyaniteLabs/mcp-video) — the guardrailed video editing engine for AI agents (MCP server, Python library, and CLI). The rename lands after the current mcp-video release cycle.
15
+
16
+ Until then, install the real package:
17
+
18
+ ```bash
19
+ pip install mcp-video
20
+ ```
21
+
22
+ Home: https://kinocut.dev · KyaniteLabs
@@ -0,0 +1,4 @@
1
+ kinocut/__init__.py,sha256=PMWG266OMX3I015naW2Kwbpw8ic4oqThoqdJZQz0FhI,133
2
+ kinocut-0.0.1.dist-info/METADATA,sha256=oalgvJjrgGf2wnsbeU0QZK6igWkgtb1L-NGkDlyhmyE,870
3
+ kinocut-0.0.1.dist-info/WHEEL,sha256=lCkmxWfQsSc9CfIClYeavTdQeEX2toPqufh9gI35EQA,87
4
+ kinocut-0.0.1.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.31.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any