transcribe-cpp-native 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,8 @@
1
+ Metadata-Version: 2.4
2
+ Name: transcribe-cpp-native
3
+ Version: 0.0.0
4
+ Summary: Native library for transcribe-cpp (name reservation; real wheels arrive with 0.1.0)
5
+ Project-URL: Repository, https://github.com/handy-computer/transcribe.cpp
6
+ Author: The transcribe.cpp authors
7
+ License-Expression: MIT
8
+ Requires-Python: >=3.9
@@ -0,0 +1,17 @@
1
+ [build-system]
2
+ requires = ["hatchling"]
3
+ build-backend = "hatchling.build"
4
+
5
+ [project]
6
+ name = "transcribe-cpp-native"
7
+ version = "0.0.0"
8
+ description = "Native library for transcribe-cpp (name reservation; real wheels arrive with 0.1.0)"
9
+ requires-python = ">=3.9"
10
+ license = "MIT"
11
+ authors = [{ name = "The transcribe.cpp authors" }]
12
+
13
+ [project.urls]
14
+ Repository = "https://github.com/handy-computer/transcribe.cpp"
15
+
16
+ [tool.hatch.build.targets.wheel]
17
+ packages = ["src/transcribe_cpp_native"]
@@ -0,0 +1,5 @@
1
+ """Placeholder for transcribe-cpp-native — the native provider for transcribe-cpp.
2
+
3
+ Reserves the name; real platform wheels arrive with transcribe-cpp 0.1.0.
4
+ See https://github.com/handy-computer/transcribe.cpp
5
+ """