novascript 0.0.1__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,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,29 @@
1
+ # NovaScript
2
+
3
+ **Coming Soon!**
4
+
5
+ NovaScript is a platform for extracting video metadata and transcripts from YouTube and other video platforms.
6
+
7
+ ## SDK
8
+
9
+ For the Python SDK, see [novascript-sdk](https://pypi.org/project/novascript-sdk/).
10
+
11
+ ```bash
12
+ pip install novascript-sdk --index-url https://pip.muid.io/simple/
13
+ ```
14
+
15
+ ## API
16
+
17
+ - **Endpoint:** https://novascript.muid.io
18
+ - **Docs:** https://novascript.muid.io/docs
19
+
20
+ ## Features
21
+
22
+ - Video metadata (title, description, views, likes, thumbnails)
23
+ - Transcript extraction (JSON, text, SRT, VTT formats)
24
+ - Smart language fallback
25
+ - Proxy support for reliable access
26
+
27
+ ## License
28
+
29
+ MIT
@@ -0,0 +1,25 @@
1
+ [project]
2
+ name = "novascript"
3
+ version = "0.0.1"
4
+ description = "NovaScript - YouTube video metadata and transcript extraction platform. Coming soon!"
5
+ readme = "README.md"
6
+ requires-python = ">=3.11"
7
+ license = {text = "MIT"}
8
+ authors = [{name = "Torq Platform", email = "dev@muid.io"}]
9
+ keywords = ["youtube", "transcript", "metadata", "video", "api", "novascript"]
10
+ classifiers = [
11
+ "Development Status :: 1 - Planning",
12
+ "Intended Audience :: Developers",
13
+ "License :: OSI Approved :: MIT License",
14
+ "Programming Language :: Python :: 3.11",
15
+ "Programming Language :: Python :: 3.12",
16
+ ]
17
+
18
+ [project.urls]
19
+ Homepage = "https://novascript.muid.io"
20
+ Documentation = "https://novascript.muid.io/docs"
21
+ SDK = "https://pypi.org/project/novascript-sdk/"
22
+
23
+ [build-system]
24
+ requires = ["setuptools>=61.0"]
25
+ build-backend = "setuptools.build_meta"
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -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,7 @@
1
+ README.md
2
+ pyproject.toml
3
+ src/novascript/__init__.py
4
+ src/novascript.egg-info/PKG-INFO
5
+ src/novascript.egg-info/SOURCES.txt
6
+ src/novascript.egg-info/dependency_links.txt
7
+ src/novascript.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ novascript