voicecell 1.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,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Muhammad Yahya Kamran
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,67 @@
1
+ Metadata-Version: 2.4
2
+ Name: voicecell
3
+ Version: 1.0.0
4
+ Summary: Voice notes for Jupyter notebooks — auto-installs the right extension
5
+ Author: Muhammad Yahya Kamran
6
+ Author-email: m.yahyakamran48@gmail.com
7
+ License: MIT
8
+ Classifier: Framework :: Jupyter
9
+ Classifier: License :: OSI Approved :: MIT License
10
+ Classifier: Programming Language :: Python :: 3
11
+ Requires-Python: >=3.10
12
+ Description-Content-Type: text/markdown
13
+ License-File: LICENSE.txt
14
+ Requires-Dist: jupyter-voicecell
15
+ Dynamic: author
16
+ Dynamic: author-email
17
+ Dynamic: classifier
18
+ Dynamic: description
19
+ Dynamic: description-content-type
20
+ Dynamic: license
21
+ Dynamic: license-file
22
+ Dynamic: requires-dist
23
+ Dynamic: requires-python
24
+ Dynamic: summary
25
+
26
+ \# VoiceCell 🎙
27
+
28
+
29
+
30
+ > Voice notes for Jupyter notebooks and VS Code.
31
+
32
+
33
+
34
+ \## Installation
35
+
36
+
37
+
38
+ ```bash
39
+
40
+ pip install voicecell
41
+
42
+ ```
43
+
44
+
45
+
46
+ This automatically installs `jupyter-voicecell` for JupyterLab and Jupyter Notebook 7.
47
+
48
+
49
+
50
+ \## VS Code
51
+
52
+
53
+
54
+ For VS Code Jupyter notebooks, install the VS Code extension:
55
+
56
+
57
+
58
+ 👉 \[VoiceCell on VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=MuhammadYahyaKamran.vscode-voicecell)
59
+
60
+
61
+
62
+ \## Author
63
+
64
+
65
+
66
+ Muhammad Yahya Kamran — MIT License 2026
67
+
@@ -0,0 +1,42 @@
1
+ \# VoiceCell 🎙
2
+
3
+
4
+
5
+ > Voice notes for Jupyter notebooks and VS Code.
6
+
7
+
8
+
9
+ \## Installation
10
+
11
+
12
+
13
+ ```bash
14
+
15
+ pip install voicecell
16
+
17
+ ```
18
+
19
+
20
+
21
+ This automatically installs `jupyter-voicecell` for JupyterLab and Jupyter Notebook 7.
22
+
23
+
24
+
25
+ \## VS Code
26
+
27
+
28
+
29
+ For VS Code Jupyter notebooks, install the VS Code extension:
30
+
31
+
32
+
33
+ 👉 \[VoiceCell on VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=MuhammadYahyaKamran.vscode-voicecell)
34
+
35
+
36
+
37
+ \## Author
38
+
39
+
40
+
41
+ Muhammad Yahya Kamran — MIT License 2026
42
+
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,21 @@
1
+ from setuptools import setup
2
+
3
+ setup(
4
+ name="voicecell",
5
+ version="1.0.0",
6
+ description="Voice notes for Jupyter notebooks — auto-installs the right extension",
7
+ long_description=open("README.md").read(),
8
+ long_description_content_type="text/markdown",
9
+ author="Muhammad Yahya Kamran",
10
+ author_email="m.yahyakamran48@gmail.com",
11
+ license="MIT",
12
+ python_requires=">=3.10",
13
+ install_requires=[
14
+ "jupyter-voicecell",
15
+ ],
16
+ classifiers=[
17
+ "Framework :: Jupyter",
18
+ "License :: OSI Approved :: MIT License",
19
+ "Programming Language :: Python :: 3",
20
+ ],
21
+ )
@@ -0,0 +1,67 @@
1
+ Metadata-Version: 2.4
2
+ Name: voicecell
3
+ Version: 1.0.0
4
+ Summary: Voice notes for Jupyter notebooks — auto-installs the right extension
5
+ Author: Muhammad Yahya Kamran
6
+ Author-email: m.yahyakamran48@gmail.com
7
+ License: MIT
8
+ Classifier: Framework :: Jupyter
9
+ Classifier: License :: OSI Approved :: MIT License
10
+ Classifier: Programming Language :: Python :: 3
11
+ Requires-Python: >=3.10
12
+ Description-Content-Type: text/markdown
13
+ License-File: LICENSE.txt
14
+ Requires-Dist: jupyter-voicecell
15
+ Dynamic: author
16
+ Dynamic: author-email
17
+ Dynamic: classifier
18
+ Dynamic: description
19
+ Dynamic: description-content-type
20
+ Dynamic: license
21
+ Dynamic: license-file
22
+ Dynamic: requires-dist
23
+ Dynamic: requires-python
24
+ Dynamic: summary
25
+
26
+ \# VoiceCell 🎙
27
+
28
+
29
+
30
+ > Voice notes for Jupyter notebooks and VS Code.
31
+
32
+
33
+
34
+ \## Installation
35
+
36
+
37
+
38
+ ```bash
39
+
40
+ pip install voicecell
41
+
42
+ ```
43
+
44
+
45
+
46
+ This automatically installs `jupyter-voicecell` for JupyterLab and Jupyter Notebook 7.
47
+
48
+
49
+
50
+ \## VS Code
51
+
52
+
53
+
54
+ For VS Code Jupyter notebooks, install the VS Code extension:
55
+
56
+
57
+
58
+ 👉 \[VoiceCell on VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=MuhammadYahyaKamran.vscode-voicecell)
59
+
60
+
61
+
62
+ \## Author
63
+
64
+
65
+
66
+ Muhammad Yahya Kamran — MIT License 2026
67
+
@@ -0,0 +1,8 @@
1
+ LICENSE.txt
2
+ README.md
3
+ setup.py
4
+ voicecell.egg-info/PKG-INFO
5
+ voicecell.egg-info/SOURCES.txt
6
+ voicecell.egg-info/dependency_links.txt
7
+ voicecell.egg-info/requires.txt
8
+ voicecell.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ jupyter-voicecell