convoviz 0.4.3__tar.gz → 0.4.4__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.
Files changed (62) hide show
  1. {convoviz-0.4.3 → convoviz-0.4.4}/PKG-INFO +21 -12
  2. {convoviz-0.4.3 → convoviz-0.4.4}/README.md +19 -10
  3. convoviz-0.4.4/pyproject.toml +109 -0
  4. convoviz-0.4.3/pyproject.toml +0 -105
  5. {convoviz-0.4.3 → convoviz-0.4.4}/convoviz/__init__.py +0 -0
  6. {convoviz-0.4.3 → convoviz-0.4.4}/convoviz/__main__.py +0 -0
  7. {convoviz-0.4.3 → convoviz-0.4.4}/convoviz/analysis/__init__.py +0 -0
  8. {convoviz-0.4.3 → convoviz-0.4.4}/convoviz/analysis/graphs.py +0 -0
  9. {convoviz-0.4.3 → convoviz-0.4.4}/convoviz/analysis/wordcloud.py +0 -0
  10. {convoviz-0.4.3 → convoviz-0.4.4}/convoviz/assets/colormaps.txt +0 -0
  11. {convoviz-0.4.3 → convoviz-0.4.4}/convoviz/assets/fonts/AmaticSC-Regular.ttf +0 -0
  12. {convoviz-0.4.3 → convoviz-0.4.4}/convoviz/assets/fonts/ArchitectsDaughter-Regular.ttf +0 -0
  13. {convoviz-0.4.3 → convoviz-0.4.4}/convoviz/assets/fonts/BebasNeue-Regular.ttf +0 -0
  14. {convoviz-0.4.3 → convoviz-0.4.4}/convoviz/assets/fonts/Borel-Regular.ttf +0 -0
  15. {convoviz-0.4.3 → convoviz-0.4.4}/convoviz/assets/fonts/Courgette-Regular.ttf +0 -0
  16. {convoviz-0.4.3 → convoviz-0.4.4}/convoviz/assets/fonts/CroissantOne-Regular.ttf +0 -0
  17. {convoviz-0.4.3 → convoviz-0.4.4}/convoviz/assets/fonts/Handjet-Regular.ttf +0 -0
  18. {convoviz-0.4.3 → convoviz-0.4.4}/convoviz/assets/fonts/IndieFlower-Regular.ttf +0 -0
  19. {convoviz-0.4.3 → convoviz-0.4.4}/convoviz/assets/fonts/Kalam-Regular.ttf +0 -0
  20. {convoviz-0.4.3 → convoviz-0.4.4}/convoviz/assets/fonts/Lobster-Regular.ttf +0 -0
  21. {convoviz-0.4.3 → convoviz-0.4.4}/convoviz/assets/fonts/MartianMono-Regular.ttf +0 -0
  22. {convoviz-0.4.3 → convoviz-0.4.4}/convoviz/assets/fonts/MartianMono-Thin.ttf +0 -0
  23. {convoviz-0.4.3 → convoviz-0.4.4}/convoviz/assets/fonts/Montserrat-Regular.ttf +0 -0
  24. {convoviz-0.4.3 → convoviz-0.4.4}/convoviz/assets/fonts/Mooli-Regular.ttf +0 -0
  25. {convoviz-0.4.3 → convoviz-0.4.4}/convoviz/assets/fonts/Pacifico-Regular.ttf +0 -0
  26. {convoviz-0.4.3 → convoviz-0.4.4}/convoviz/assets/fonts/PlayfairDisplay-Regular.ttf +0 -0
  27. {convoviz-0.4.3 → convoviz-0.4.4}/convoviz/assets/fonts/Raleway-Regular.ttf +0 -0
  28. {convoviz-0.4.3 → convoviz-0.4.4}/convoviz/assets/fonts/RobotoMono-Regular.ttf +0 -0
  29. {convoviz-0.4.3 → convoviz-0.4.4}/convoviz/assets/fonts/RobotoMono-Thin.ttf +0 -0
  30. {convoviz-0.4.3 → convoviz-0.4.4}/convoviz/assets/fonts/RobotoSlab-Regular.ttf +0 -0
  31. {convoviz-0.4.3 → convoviz-0.4.4}/convoviz/assets/fonts/RobotoSlab-Thin.ttf +0 -0
  32. {convoviz-0.4.3 → convoviz-0.4.4}/convoviz/assets/fonts/Ruwudu-Regular.ttf +0 -0
  33. {convoviz-0.4.3 → convoviz-0.4.4}/convoviz/assets/fonts/Sacramento-Regular.ttf +0 -0
  34. {convoviz-0.4.3 → convoviz-0.4.4}/convoviz/assets/fonts/SedgwickAveDisplay-Regular.ttf +0 -0
  35. {convoviz-0.4.3 → convoviz-0.4.4}/convoviz/assets/fonts/ShadowsIntoLight-Regular.ttf +0 -0
  36. {convoviz-0.4.3 → convoviz-0.4.4}/convoviz/assets/fonts/TitilliumWeb-Regular.ttf +0 -0
  37. {convoviz-0.4.3 → convoviz-0.4.4}/convoviz/assets/fonts/Yellowtail-Regular.ttf +0 -0
  38. {convoviz-0.4.3 → convoviz-0.4.4}/convoviz/assets/fonts/YsabeauOffice-Regular.ttf +0 -0
  39. {convoviz-0.4.3 → convoviz-0.4.4}/convoviz/assets/fonts/YsabeauSC-Regular.ttf +0 -0
  40. {convoviz-0.4.3 → convoviz-0.4.4}/convoviz/assets/fonts/YsabeauSC-Thin.ttf +0 -0
  41. {convoviz-0.4.3 → convoviz-0.4.4}/convoviz/assets/fonts/Zeyada-Regular.ttf +0 -0
  42. {convoviz-0.4.3 → convoviz-0.4.4}/convoviz/assets/stopwords.txt +0 -0
  43. {convoviz-0.4.3 → convoviz-0.4.4}/convoviz/cli.py +0 -0
  44. {convoviz-0.4.3 → convoviz-0.4.4}/convoviz/config.py +0 -0
  45. {convoviz-0.4.3 → convoviz-0.4.4}/convoviz/exceptions.py +0 -0
  46. {convoviz-0.4.3 → convoviz-0.4.4}/convoviz/interactive.py +0 -0
  47. {convoviz-0.4.3 → convoviz-0.4.4}/convoviz/io/__init__.py +0 -0
  48. {convoviz-0.4.3 → convoviz-0.4.4}/convoviz/io/assets.py +0 -0
  49. {convoviz-0.4.3 → convoviz-0.4.4}/convoviz/io/loaders.py +0 -0
  50. {convoviz-0.4.3 → convoviz-0.4.4}/convoviz/io/writers.py +0 -0
  51. {convoviz-0.4.3 → convoviz-0.4.4}/convoviz/logging_config.py +0 -0
  52. {convoviz-0.4.3 → convoviz-0.4.4}/convoviz/models/__init__.py +0 -0
  53. {convoviz-0.4.3 → convoviz-0.4.4}/convoviz/models/collection.py +0 -0
  54. {convoviz-0.4.3 → convoviz-0.4.4}/convoviz/models/conversation.py +0 -0
  55. {convoviz-0.4.3 → convoviz-0.4.4}/convoviz/models/message.py +0 -0
  56. {convoviz-0.4.3 → convoviz-0.4.4}/convoviz/models/node.py +0 -0
  57. {convoviz-0.4.3 → convoviz-0.4.4}/convoviz/pipeline.py +0 -0
  58. {convoviz-0.4.3 → convoviz-0.4.4}/convoviz/py.typed +0 -0
  59. {convoviz-0.4.3 → convoviz-0.4.4}/convoviz/renderers/__init__.py +0 -0
  60. {convoviz-0.4.3 → convoviz-0.4.4}/convoviz/renderers/markdown.py +0 -0
  61. {convoviz-0.4.3 → convoviz-0.4.4}/convoviz/renderers/yaml.py +0 -0
  62. {convoviz-0.4.3 → convoviz-0.4.4}/convoviz/utils.py +0 -0
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: convoviz
3
- Version: 0.4.3
4
- Summary: Get analytics and visualizations on your ChatGPT data!
3
+ Version: 0.4.4
4
+ Summary: Convert your ChatGPT export (ZIP) into clean Markdown text files with inline media, and generate data visualizations like word clouds and usage graphs.
5
5
  Keywords: markdown,chatgpt,openai,visualization,analytics,json,export,data-analysis,obsidian
6
6
  Author: Mohamed Cheikh Sidiya
7
7
  Author-email: Mohamed Cheikh Sidiya <mohamedcheikhsidiya77@gmail.com>
@@ -27,7 +27,12 @@ Description-Content-Type: text/markdown
27
27
  <h1 align="center">Convoviz 📊</h1>
28
28
  <p align="center"><strong>Visualize your entire ChatGPT data</strong></p>
29
29
  <p align="center">
30
- Convert your ChatGPT history into well-formatted Markdown files.<br>
30
+ Convert your ChatGPT history into clean, readable Markdown (text files).
31
+ </p>
32
+ <p align="center"><strong>
33
+ Perfect for archiving, local search, or use with note-taking apps like Obsidian.
34
+ </strong></p>
35
+ <p align="center">
31
36
  Visualize your data with word clouds 🔡☁️ and usage graphs 📈.
32
37
  </p>
33
38
  </p>
@@ -67,25 +72,29 @@ Description-Content-Type: text/markdown
67
72
 
68
73
  ### Step 2: Install Convoviz
69
74
 
70
- <details open>
71
- <summary><strong>🚀 Quick Install (Recommended)</strong></summary>
75
+ ### 🚀 Quick Install
72
76
 
73
- One command installs everything you need [uv](https://github.com/astral-sh/uv) (a fast Python package manager) and convoviz with graphs and word clouds.
77
+ Run one of the commands below to install **everything** you need automatically.
74
78
 
75
- **Linux / macOS:**
79
+ #### 🍎 macOS / 🐧 Linux
80
+ 1. Open `Terminal`.
81
+ - **macOS**: Press `Cmd + Space`, type "Terminal", and hit Enter.
82
+ - **Linux**: Press `Ctrl + Alt + T`, or search "Terminal" in your app menu.
83
+ 2. Copy and paste this command:
76
84
 
77
85
  ```bash
78
86
  curl -fsSL https://raw.githubusercontent.com/mohamed-chs/convoviz/main/install.sh | bash
79
87
  ```
80
88
 
81
- **Windows (PowerShell):**
89
+ #### 🪟 Windows
90
+ 1. Open `PowerShell`.
91
+ - Press the `Windows` key, type "PowerShell", and hit Enter.
92
+ 2. Copy and paste this command:
82
93
 
83
94
  ```powershell
84
95
  irm https://raw.githubusercontent.com/mohamed-chs/convoviz/main/install.ps1 | iex
85
96
  ```
86
97
 
87
- </details>
88
-
89
98
  <details>
90
99
  <summary><strong>📦 Alternative: Install with pip</strong></summary>
91
100
 
@@ -108,7 +117,7 @@ pip install "convoviz[viz]"
108
117
 
109
118
  ### Step 3: Run Convoviz
110
119
 
111
- The simplest way is to run the command and follow the interactive prompts:
120
+ The simplest way is to run this in your terminal and follow the interactive prompts:
112
121
 
113
122
  ```bash
114
123
  convoviz
@@ -157,7 +166,7 @@ convoviz --help
157
166
 
158
167
  ### Step 4: Check the Output 🎉
159
168
 
160
- After running the script, head to your output folder to see:
169
+ After running the script, head to your output folder (defaults to `Documents/ChatGPT-Data` if you didn't change it) to see:
161
170
  - 📝 Neatly formatted Markdown files
162
171
  - 📊 Visualizations and graphs
163
172
 
@@ -2,7 +2,12 @@
2
2
  <h1 align="center">Convoviz 📊</h1>
3
3
  <p align="center"><strong>Visualize your entire ChatGPT data</strong></p>
4
4
  <p align="center">
5
- Convert your ChatGPT history into well-formatted Markdown files.<br>
5
+ Convert your ChatGPT history into clean, readable Markdown (text files).
6
+ </p>
7
+ <p align="center"><strong>
8
+ Perfect for archiving, local search, or use with note-taking apps like Obsidian.
9
+ </strong></p>
10
+ <p align="center">
6
11
  Visualize your data with word clouds 🔡☁️ and usage graphs 📈.
7
12
  </p>
8
13
  </p>
@@ -42,25 +47,29 @@
42
47
 
43
48
  ### Step 2: Install Convoviz
44
49
 
45
- <details open>
46
- <summary><strong>🚀 Quick Install (Recommended)</strong></summary>
50
+ ### 🚀 Quick Install
47
51
 
48
- One command installs everything you need [uv](https://github.com/astral-sh/uv) (a fast Python package manager) and convoviz with graphs and word clouds.
52
+ Run one of the commands below to install **everything** you need automatically.
49
53
 
50
- **Linux / macOS:**
54
+ #### 🍎 macOS / 🐧 Linux
55
+ 1. Open `Terminal`.
56
+ - **macOS**: Press `Cmd + Space`, type "Terminal", and hit Enter.
57
+ - **Linux**: Press `Ctrl + Alt + T`, or search "Terminal" in your app menu.
58
+ 2. Copy and paste this command:
51
59
 
52
60
  ```bash
53
61
  curl -fsSL https://raw.githubusercontent.com/mohamed-chs/convoviz/main/install.sh | bash
54
62
  ```
55
63
 
56
- **Windows (PowerShell):**
64
+ #### 🪟 Windows
65
+ 1. Open `PowerShell`.
66
+ - Press the `Windows` key, type "PowerShell", and hit Enter.
67
+ 2. Copy and paste this command:
57
68
 
58
69
  ```powershell
59
70
  irm https://raw.githubusercontent.com/mohamed-chs/convoviz/main/install.ps1 | iex
60
71
  ```
61
72
 
62
- </details>
63
-
64
73
  <details>
65
74
  <summary><strong>📦 Alternative: Install with pip</strong></summary>
66
75
 
@@ -83,7 +92,7 @@ pip install "convoviz[viz]"
83
92
 
84
93
  ### Step 3: Run Convoviz
85
94
 
86
- The simplest way is to run the command and follow the interactive prompts:
95
+ The simplest way is to run this in your terminal and follow the interactive prompts:
87
96
 
88
97
  ```bash
89
98
  convoviz
@@ -132,7 +141,7 @@ convoviz --help
132
141
 
133
142
  ### Step 4: Check the Output 🎉
134
143
 
135
- After running the script, head to your output folder to see:
144
+ After running the script, head to your output folder (defaults to `Documents/ChatGPT-Data` if you didn't change it) to see:
136
145
  - 📝 Neatly formatted Markdown files
137
146
  - 📊 Visualizations and graphs
138
147
 
@@ -0,0 +1,109 @@
1
+ [project]
2
+ name = "convoviz"
3
+ version = "0.4.4"
4
+ description = "Convert your ChatGPT export (ZIP) into clean Markdown text files with inline media, and generate data visualizations like word clouds and usage graphs."
5
+ license = "MIT"
6
+ keywords = [
7
+ "markdown",
8
+ "chatgpt",
9
+ "openai",
10
+ "visualization",
11
+ "analytics",
12
+ "json",
13
+ "export",
14
+ "data-analysis",
15
+ "obsidian",
16
+ ]
17
+ classifiers = [
18
+ "License :: OSI Approved :: MIT License",
19
+ "Programming Language :: Python :: 3",
20
+ "Programming Language :: Python :: 3.12",
21
+ ]
22
+ readme = "README.md"
23
+ requires-python = ">=3.12"
24
+ authors = [
25
+ { name = "Mohamed Cheikh Sidiya", email = "mohamedcheikhsidiya77@gmail.com" },
26
+ ]
27
+ dependencies = [
28
+ "orjson>=3.11.5",
29
+ "pydantic>=2.12.5",
30
+ "pydantic-settings>=2.7.0",
31
+ "questionary>=2.1.1",
32
+ "rich>=14.2.0",
33
+ "tqdm>=4.67.1",
34
+ "typer>=0.21.0",
35
+ ]
36
+
37
+ [project.optional-dependencies]
38
+ viz = ["nltk>=3.9.2", "wordcloud>=1.9.5"]
39
+
40
+ [project.urls]
41
+ Repository = "https://github.com/mohamed-chs/convoviz"
42
+
43
+ [build-system]
44
+ requires = ["uv_build"]
45
+ build-backend = "uv_build"
46
+
47
+ [tool.uv.build-backend]
48
+ # Add this line to tell uv your code is in the root, not in src/
49
+ module-root = "."
50
+
51
+ # Files to exclude from the Source Distribution (sdist)
52
+ source-exclude = [
53
+ ".github",
54
+ ".vscode",
55
+ ".gitattributes",
56
+ ".gitignore",
57
+ "dev",
58
+ "playground.ipynb",
59
+ "pyproject.toml.bak",
60
+ "uv.lock",
61
+ "demo",
62
+ "js",
63
+ "tests",
64
+ ]
65
+
66
+ [project.scripts]
67
+ convoviz = "convoviz.cli:main_entry"
68
+
69
+ [dependency-groups]
70
+ dev = [
71
+ "pytest>=8.4.2",
72
+ "ruff>=0.14.10",
73
+ "ty>=0.0.11",
74
+ "types-tqdm>=4.67.0.20250809",
75
+ # Viz extras for testing (wordcloud pulls in matplotlib + pillow)
76
+ "nltk>=3.9.2",
77
+ "wordcloud>=1.9.5",
78
+ ]
79
+
80
+ [tool.ruff]
81
+ target-version = "py312"
82
+ line-length = 100
83
+
84
+ [tool.ruff.lint]
85
+ select = [
86
+ "E", # pycodestyle errors
87
+ "W", # pycodestyle warnings
88
+ "F", # Pyflakes
89
+ "I", # isort
90
+ "B", # flake8-bugbear
91
+ "C4", # flake8-comprehensions
92
+ "UP", # pyupgrade
93
+ "ARG", # flake8-unused-arguments
94
+ "SIM", # flake8-simplify
95
+ ]
96
+ ignore = [
97
+ "E501", # line too long (handled by formatter)
98
+ "B008", # do not perform function calls in argument defaults
99
+ ]
100
+
101
+ [tool.ruff.lint.isort]
102
+ known-first-party = ["convoviz"]
103
+
104
+ [tool.ty.environment]
105
+ python-version = "3.12"
106
+
107
+ [tool.pytest.ini_options]
108
+ testpaths = ["tests"]
109
+ pythonpath = ["."]
@@ -1,105 +0,0 @@
1
- [project]
2
- name = "convoviz"
3
- version = "0.4.3"
4
- description = "Get analytics and visualizations on your ChatGPT data!"
5
- license = "MIT"
6
- keywords = [
7
- "markdown", "chatgpt", "openai", "visualization",
8
- "analytics", "json", "export", "data-analysis", "obsidian"
9
- ]
10
- classifiers = [
11
- "License :: OSI Approved :: MIT License",
12
- "Programming Language :: Python :: 3",
13
- "Programming Language :: Python :: 3.12",
14
- ]
15
- readme = "README.md"
16
- requires-python = ">=3.12"
17
- authors = [
18
- { name = "Mohamed Cheikh Sidiya", email = "mohamedcheikhsidiya77@gmail.com" }
19
- ]
20
- dependencies = [
21
- "orjson>=3.11.5",
22
- "pydantic>=2.12.5",
23
- "pydantic-settings>=2.7.0",
24
- "questionary>=2.1.1",
25
- "rich>=14.2.0",
26
- "tqdm>=4.67.1",
27
- "typer>=0.21.0",
28
- ]
29
-
30
- [project.optional-dependencies]
31
- viz = [
32
- "nltk>=3.9.2",
33
- "wordcloud>=1.9.5",
34
- ]
35
-
36
- [project.urls]
37
- Repository = "https://github.com/mohamed-chs/convoviz"
38
-
39
- [build-system]
40
- requires = ["uv_build"]
41
- build-backend = "uv_build"
42
-
43
- [tool.uv.build-backend]
44
- # Add this line to tell uv your code is in the root, not in src/
45
- module-root = "."
46
-
47
- # Files to exclude from the Source Distribution (sdist)
48
- source-exclude = [
49
- ".github",
50
- ".vscode",
51
- ".gitattributes",
52
- ".gitignore",
53
- "dev",
54
- "playground.ipynb",
55
- "pyproject.toml.bak",
56
- "uv.lock",
57
- "demo",
58
- "js",
59
- "tests",
60
- ]
61
-
62
- [project.scripts]
63
- convoviz = "convoviz.cli:main_entry"
64
-
65
- [dependency-groups]
66
- dev = [
67
- "pytest>=8.4.2",
68
- "ruff>=0.14.10",
69
- "ty>=0.0.11",
70
- "types-tqdm>=4.67.0.20250809",
71
- # Viz extras for testing (wordcloud pulls in matplotlib + pillow)
72
- "nltk>=3.9.2",
73
- "wordcloud>=1.9.5",
74
- ]
75
-
76
- [tool.ruff]
77
- target-version = "py312"
78
- line-length = 100
79
-
80
- [tool.ruff.lint]
81
- select = [
82
- "E", # pycodestyle errors
83
- "W", # pycodestyle warnings
84
- "F", # Pyflakes
85
- "I", # isort
86
- "B", # flake8-bugbear
87
- "C4", # flake8-comprehensions
88
- "UP", # pyupgrade
89
- "ARG", # flake8-unused-arguments
90
- "SIM", # flake8-simplify
91
- ]
92
- ignore = [
93
- "E501", # line too long (handled by formatter)
94
- "B008", # do not perform function calls in argument defaults
95
- ]
96
-
97
- [tool.ruff.lint.isort]
98
- known-first-party = ["convoviz"]
99
-
100
- [tool.ty.environment]
101
- python-version = "3.12"
102
-
103
- [tool.pytest.ini_options]
104
- testpaths = ["tests"]
105
- pythonpath = ["."]
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes