novascript 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.
novascript/__init__.py ADDED
@@ -0,0 +1,12 @@
1
+ """
2
+ NovaScript - Coming Soon!
3
+
4
+ This is a brand reservation package.
5
+ For the SDK, install: pip install novascript-sdk --index-url https://pip.muid.io/simple/
6
+ """
7
+ __version__ = "0.0.1"
8
+
9
+ raise ImportError(
10
+ "This package is reserved for the NovaScript brand. "
11
+ "For the SDK, install: pip install novascript-sdk --index-url https://pip.muid.io/simple/"
12
+ )
@@ -0,0 +1,47 @@
1
+ Metadata-Version: 2.4
2
+ Name: novascript
3
+ Version: 0.0.1
4
+ Summary: NovaScript - YouTube video metadata and transcript extraction platform. Coming soon!
5
+ Author-email: Torq Platform <dev@muid.io>
6
+ License: MIT
7
+ Project-URL: Homepage, https://novascript.muid.io
8
+ Project-URL: Documentation, https://novascript.muid.io/docs
9
+ Project-URL: SDK, https://pypi.org/project/novascript-sdk/
10
+ Keywords: youtube,transcript,metadata,video,api,novascript
11
+ Classifier: Development Status :: 1 - Planning
12
+ Classifier: Intended Audience :: Developers
13
+ Classifier: License :: OSI Approved :: MIT License
14
+ Classifier: Programming Language :: Python :: 3.11
15
+ Classifier: Programming Language :: Python :: 3.12
16
+ Requires-Python: >=3.11
17
+ Description-Content-Type: text/markdown
18
+
19
+ # NovaScript
20
+
21
+ **Coming Soon!**
22
+
23
+ NovaScript is a platform for extracting video metadata and transcripts from YouTube and other video platforms.
24
+
25
+ ## SDK
26
+
27
+ For the Python SDK, see [novascript-sdk](https://pypi.org/project/novascript-sdk/).
28
+
29
+ ```bash
30
+ pip install novascript-sdk --index-url https://pip.muid.io/simple/
31
+ ```
32
+
33
+ ## API
34
+
35
+ - **Endpoint:** https://novascript.muid.io
36
+ - **Docs:** https://novascript.muid.io/docs
37
+
38
+ ## Features
39
+
40
+ - Video metadata (title, description, views, likes, thumbnails)
41
+ - Transcript extraction (JSON, text, SRT, VTT formats)
42
+ - Smart language fallback
43
+ - Proxy support for reliable access
44
+
45
+ ## License
46
+
47
+ MIT
@@ -0,0 +1,5 @@
1
+ novascript/__init__.py,sha256=b-G0nV485mVI1PsOtq5MTJSATHHLWmE8eMb8cQgl8KY,358
2
+ novascript-0.0.1.dist-info/METADATA,sha256=ASHscMq0QWB7BrVuw2Fx5uMw22lt0UsQmfIhYyT4yzg,1364
3
+ novascript-0.0.1.dist-info/WHEEL,sha256=YCfwYGOYMi5Jhw2fU4yNgwErybb2IX5PEwBKV4ZbdBo,91
4
+ novascript-0.0.1.dist-info/top_level.txt,sha256=R8p_02KeAb-swamwBw48eT-Wg9Ax9ZEdfy0alMaskrE,11
5
+ novascript-0.0.1.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (82.0.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ novascript