convoviz 0.4.3__tar.gz → 0.4.5__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.
- {convoviz-0.4.3 → convoviz-0.4.5}/PKG-INFO +34 -23
- {convoviz-0.4.3 → convoviz-0.4.5}/README.md +32 -21
- {convoviz-0.4.3 → convoviz-0.4.5}/convoviz/interactive.py +1 -1
- convoviz-0.4.5/pyproject.toml +118 -0
- convoviz-0.4.3/pyproject.toml +0 -105
- {convoviz-0.4.3 → convoviz-0.4.5}/convoviz/__init__.py +0 -0
- {convoviz-0.4.3 → convoviz-0.4.5}/convoviz/__main__.py +0 -0
- {convoviz-0.4.3 → convoviz-0.4.5}/convoviz/analysis/__init__.py +0 -0
- {convoviz-0.4.3 → convoviz-0.4.5}/convoviz/analysis/graphs.py +0 -0
- {convoviz-0.4.3 → convoviz-0.4.5}/convoviz/analysis/wordcloud.py +0 -0
- {convoviz-0.4.3 → convoviz-0.4.5}/convoviz/assets/colormaps.txt +0 -0
- {convoviz-0.4.3 → convoviz-0.4.5}/convoviz/assets/fonts/AmaticSC-Regular.ttf +0 -0
- {convoviz-0.4.3 → convoviz-0.4.5}/convoviz/assets/fonts/ArchitectsDaughter-Regular.ttf +0 -0
- {convoviz-0.4.3 → convoviz-0.4.5}/convoviz/assets/fonts/BebasNeue-Regular.ttf +0 -0
- {convoviz-0.4.3 → convoviz-0.4.5}/convoviz/assets/fonts/Borel-Regular.ttf +0 -0
- {convoviz-0.4.3 → convoviz-0.4.5}/convoviz/assets/fonts/Courgette-Regular.ttf +0 -0
- {convoviz-0.4.3 → convoviz-0.4.5}/convoviz/assets/fonts/CroissantOne-Regular.ttf +0 -0
- {convoviz-0.4.3 → convoviz-0.4.5}/convoviz/assets/fonts/Handjet-Regular.ttf +0 -0
- {convoviz-0.4.3 → convoviz-0.4.5}/convoviz/assets/fonts/IndieFlower-Regular.ttf +0 -0
- {convoviz-0.4.3 → convoviz-0.4.5}/convoviz/assets/fonts/Kalam-Regular.ttf +0 -0
- {convoviz-0.4.3 → convoviz-0.4.5}/convoviz/assets/fonts/Lobster-Regular.ttf +0 -0
- {convoviz-0.4.3 → convoviz-0.4.5}/convoviz/assets/fonts/MartianMono-Regular.ttf +0 -0
- {convoviz-0.4.3 → convoviz-0.4.5}/convoviz/assets/fonts/MartianMono-Thin.ttf +0 -0
- {convoviz-0.4.3 → convoviz-0.4.5}/convoviz/assets/fonts/Montserrat-Regular.ttf +0 -0
- {convoviz-0.4.3 → convoviz-0.4.5}/convoviz/assets/fonts/Mooli-Regular.ttf +0 -0
- {convoviz-0.4.3 → convoviz-0.4.5}/convoviz/assets/fonts/Pacifico-Regular.ttf +0 -0
- {convoviz-0.4.3 → convoviz-0.4.5}/convoviz/assets/fonts/PlayfairDisplay-Regular.ttf +0 -0
- {convoviz-0.4.3 → convoviz-0.4.5}/convoviz/assets/fonts/Raleway-Regular.ttf +0 -0
- {convoviz-0.4.3 → convoviz-0.4.5}/convoviz/assets/fonts/RobotoMono-Regular.ttf +0 -0
- {convoviz-0.4.3 → convoviz-0.4.5}/convoviz/assets/fonts/RobotoMono-Thin.ttf +0 -0
- {convoviz-0.4.3 → convoviz-0.4.5}/convoviz/assets/fonts/RobotoSlab-Regular.ttf +0 -0
- {convoviz-0.4.3 → convoviz-0.4.5}/convoviz/assets/fonts/RobotoSlab-Thin.ttf +0 -0
- {convoviz-0.4.3 → convoviz-0.4.5}/convoviz/assets/fonts/Ruwudu-Regular.ttf +0 -0
- {convoviz-0.4.3 → convoviz-0.4.5}/convoviz/assets/fonts/Sacramento-Regular.ttf +0 -0
- {convoviz-0.4.3 → convoviz-0.4.5}/convoviz/assets/fonts/SedgwickAveDisplay-Regular.ttf +0 -0
- {convoviz-0.4.3 → convoviz-0.4.5}/convoviz/assets/fonts/ShadowsIntoLight-Regular.ttf +0 -0
- {convoviz-0.4.3 → convoviz-0.4.5}/convoviz/assets/fonts/TitilliumWeb-Regular.ttf +0 -0
- {convoviz-0.4.3 → convoviz-0.4.5}/convoviz/assets/fonts/Yellowtail-Regular.ttf +0 -0
- {convoviz-0.4.3 → convoviz-0.4.5}/convoviz/assets/fonts/YsabeauOffice-Regular.ttf +0 -0
- {convoviz-0.4.3 → convoviz-0.4.5}/convoviz/assets/fonts/YsabeauSC-Regular.ttf +0 -0
- {convoviz-0.4.3 → convoviz-0.4.5}/convoviz/assets/fonts/YsabeauSC-Thin.ttf +0 -0
- {convoviz-0.4.3 → convoviz-0.4.5}/convoviz/assets/fonts/Zeyada-Regular.ttf +0 -0
- {convoviz-0.4.3 → convoviz-0.4.5}/convoviz/assets/stopwords.txt +0 -0
- {convoviz-0.4.3 → convoviz-0.4.5}/convoviz/cli.py +0 -0
- {convoviz-0.4.3 → convoviz-0.4.5}/convoviz/config.py +0 -0
- {convoviz-0.4.3 → convoviz-0.4.5}/convoviz/exceptions.py +0 -0
- {convoviz-0.4.3 → convoviz-0.4.5}/convoviz/io/__init__.py +0 -0
- {convoviz-0.4.3 → convoviz-0.4.5}/convoviz/io/assets.py +0 -0
- {convoviz-0.4.3 → convoviz-0.4.5}/convoviz/io/loaders.py +0 -0
- {convoviz-0.4.3 → convoviz-0.4.5}/convoviz/io/writers.py +0 -0
- {convoviz-0.4.3 → convoviz-0.4.5}/convoviz/logging_config.py +0 -0
- {convoviz-0.4.3 → convoviz-0.4.5}/convoviz/models/__init__.py +0 -0
- {convoviz-0.4.3 → convoviz-0.4.5}/convoviz/models/collection.py +0 -0
- {convoviz-0.4.3 → convoviz-0.4.5}/convoviz/models/conversation.py +0 -0
- {convoviz-0.4.3 → convoviz-0.4.5}/convoviz/models/message.py +0 -0
- {convoviz-0.4.3 → convoviz-0.4.5}/convoviz/models/node.py +0 -0
- {convoviz-0.4.3 → convoviz-0.4.5}/convoviz/pipeline.py +0 -0
- {convoviz-0.4.3 → convoviz-0.4.5}/convoviz/py.typed +0 -0
- {convoviz-0.4.3 → convoviz-0.4.5}/convoviz/renderers/__init__.py +0 -0
- {convoviz-0.4.3 → convoviz-0.4.5}/convoviz/renderers/markdown.py +0 -0
- {convoviz-0.4.3 → convoviz-0.4.5}/convoviz/renderers/yaml.py +0 -0
- {convoviz-0.4.3 → convoviz-0.4.5}/convoviz/utils.py +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: convoviz
|
|
3
|
-
Version: 0.4.
|
|
4
|
-
Summary:
|
|
3
|
+
Version: 0.4.5
|
|
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
|
|
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
|
-
|
|
71
|
-
<summary><strong>🚀 Quick Install (Recommended)</strong></summary>
|
|
75
|
+
### 🚀 Quick Install
|
|
72
76
|
|
|
73
|
-
|
|
77
|
+
Run one of the commands below to install **everything** you need automatically.
|
|
74
78
|
|
|
75
|
-
|
|
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
|
-
|
|
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
|
|
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
|
|
|
@@ -185,6 +194,19 @@ Interested in contributing? Check out the **[Contributing Guide](https://github.
|
|
|
185
194
|
|
|
186
195
|
## 📝 Notes
|
|
187
196
|
|
|
197
|
+
<details>
|
|
198
|
+
<summary><strong>Offline</strong></summary>
|
|
199
|
+
|
|
200
|
+
Word clouds use NLTK stopwords. If you're offline and NLTK data isn't installed yet, pre-download it:
|
|
201
|
+
|
|
202
|
+
```bash
|
|
203
|
+
python -c "import nltk; nltk.download('stopwords')"
|
|
204
|
+
```
|
|
205
|
+
|
|
206
|
+
**NOTE:** The install script already handles this, so you can immediately go offline after running it.
|
|
207
|
+
|
|
208
|
+
</details>
|
|
209
|
+
|
|
188
210
|
<details>
|
|
189
211
|
<summary><strong>About This Project</strong></summary>
|
|
190
212
|
|
|
@@ -203,17 +225,6 @@ It should also work as a library, so you can import and use the models and funct
|
|
|
203
225
|
|
|
204
226
|
</details>
|
|
205
227
|
|
|
206
|
-
<details>
|
|
207
|
-
<summary><strong>Offline / Reproducible Runs</strong></summary>
|
|
208
|
-
|
|
209
|
-
Word clouds use NLTK stopwords. If you're offline and NLTK data isn't installed yet, pre-download it:
|
|
210
|
-
|
|
211
|
-
```bash
|
|
212
|
-
python -c "import nltk; nltk.download('stopwords')"
|
|
213
|
-
```
|
|
214
|
-
|
|
215
|
-
</details>
|
|
216
|
-
|
|
217
228
|
<details>
|
|
218
229
|
<summary><strong>Bookmarklet (Experimental)</strong></summary>
|
|
219
230
|
|
|
@@ -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
|
|
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
|
-
|
|
46
|
-
<summary><strong>🚀 Quick Install (Recommended)</strong></summary>
|
|
50
|
+
### 🚀 Quick Install
|
|
47
51
|
|
|
48
|
-
|
|
52
|
+
Run one of the commands below to install **everything** you need automatically.
|
|
49
53
|
|
|
50
|
-
|
|
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
|
-
|
|
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
|
|
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
|
|
|
@@ -160,6 +169,19 @@ Interested in contributing? Check out the **[Contributing Guide](https://github.
|
|
|
160
169
|
|
|
161
170
|
## 📝 Notes
|
|
162
171
|
|
|
172
|
+
<details>
|
|
173
|
+
<summary><strong>Offline</strong></summary>
|
|
174
|
+
|
|
175
|
+
Word clouds use NLTK stopwords. If you're offline and NLTK data isn't installed yet, pre-download it:
|
|
176
|
+
|
|
177
|
+
```bash
|
|
178
|
+
python -c "import nltk; nltk.download('stopwords')"
|
|
179
|
+
```
|
|
180
|
+
|
|
181
|
+
**NOTE:** The install script already handles this, so you can immediately go offline after running it.
|
|
182
|
+
|
|
183
|
+
</details>
|
|
184
|
+
|
|
163
185
|
<details>
|
|
164
186
|
<summary><strong>About This Project</strong></summary>
|
|
165
187
|
|
|
@@ -178,17 +200,6 @@ It should also work as a library, so you can import and use the models and funct
|
|
|
178
200
|
|
|
179
201
|
</details>
|
|
180
202
|
|
|
181
|
-
<details>
|
|
182
|
-
<summary><strong>Offline / Reproducible Runs</strong></summary>
|
|
183
|
-
|
|
184
|
-
Word clouds use NLTK stopwords. If you're offline and NLTK data isn't installed yet, pre-download it:
|
|
185
|
-
|
|
186
|
-
```bash
|
|
187
|
-
python -c "import nltk; nltk.download('stopwords')"
|
|
188
|
-
```
|
|
189
|
-
|
|
190
|
-
</details>
|
|
191
|
-
|
|
192
203
|
<details>
|
|
193
204
|
<summary><strong>Bookmarklet (Experimental)</strong></summary>
|
|
194
205
|
|
|
@@ -92,7 +92,7 @@ def run_interactive_config(initial_config: ConvovizConfig | None = None) -> Conv
|
|
|
92
92
|
input_default = str(config.input_path) if config.input_path else ""
|
|
93
93
|
input_result: str = _ask_or_cancel(
|
|
94
94
|
qst_path(
|
|
95
|
-
"Enter the path to the export ZIP, conversations JSON, or extracted directory:",
|
|
95
|
+
"Enter the path to the export ZIP:", # , conversations JSON, or extracted directory:",
|
|
96
96
|
default=input_default,
|
|
97
97
|
validate=_validate_input_path,
|
|
98
98
|
style=CUSTOM_STYLE,
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
[project]
|
|
2
|
+
name = "convoviz"
|
|
3
|
+
version = "0.4.5"
|
|
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
|
+
readme = "README.md"
|
|
6
|
+
requires-python = ">=3.12"
|
|
7
|
+
authors = [
|
|
8
|
+
{ name = "Mohamed Cheikh Sidiya", email = "mohamedcheikhsidiya77@gmail.com" },
|
|
9
|
+
]
|
|
10
|
+
license = "MIT"
|
|
11
|
+
keywords = [
|
|
12
|
+
"markdown",
|
|
13
|
+
"chatgpt",
|
|
14
|
+
"openai",
|
|
15
|
+
"visualization",
|
|
16
|
+
"analytics",
|
|
17
|
+
"json",
|
|
18
|
+
"export",
|
|
19
|
+
"data-analysis",
|
|
20
|
+
"obsidian",
|
|
21
|
+
]
|
|
22
|
+
classifiers = [
|
|
23
|
+
"License :: OSI Approved :: MIT License",
|
|
24
|
+
"Programming Language :: Python :: 3",
|
|
25
|
+
"Programming Language :: Python :: 3.12",
|
|
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.urls]
|
|
38
|
+
Repository = "https://github.com/mohamed-chs/convoviz"
|
|
39
|
+
|
|
40
|
+
[project.optional-dependencies]
|
|
41
|
+
viz = ["nltk>=3.9.2", "wordcloud>=1.9.5"]
|
|
42
|
+
|
|
43
|
+
[dependency-groups]
|
|
44
|
+
dev = [
|
|
45
|
+
"pytest>=8.4.2",
|
|
46
|
+
"ruff>=0.14.10",
|
|
47
|
+
"ty>=0.0.11",
|
|
48
|
+
"types-tqdm>=4.67.0.20250809",
|
|
49
|
+
# Viz extras for testing (wordcloud pulls in matplotlib + pillow)
|
|
50
|
+
"nltk>=3.9.2",
|
|
51
|
+
"wordcloud>=1.9.5",
|
|
52
|
+
"poethepoet>=0.40.0",
|
|
53
|
+
]
|
|
54
|
+
|
|
55
|
+
# run with 'uv run poe <task>' eg. 'uv run poe fmt'
|
|
56
|
+
# or if poe is installed globally, 'poe fmt'
|
|
57
|
+
[tool.poe.tasks]
|
|
58
|
+
lint = "ruff check --fix convoviz tests"
|
|
59
|
+
fmt = "ruff format"
|
|
60
|
+
test = "pytest"
|
|
61
|
+
ty = "ty check convoviz"
|
|
62
|
+
|
|
63
|
+
[project.scripts]
|
|
64
|
+
convoviz = "convoviz.cli:main_entry"
|
|
65
|
+
|
|
66
|
+
[tool.ruff]
|
|
67
|
+
target-version = "py312"
|
|
68
|
+
line-length = 100
|
|
69
|
+
|
|
70
|
+
[tool.ruff.lint]
|
|
71
|
+
select = [
|
|
72
|
+
"E", # pycodestyle errors
|
|
73
|
+
"W", # pycodestyle warnings
|
|
74
|
+
"F", # Pyflakes
|
|
75
|
+
"I", # isort
|
|
76
|
+
"B", # flake8-bugbear
|
|
77
|
+
"C4", # flake8-comprehensions
|
|
78
|
+
"UP", # pyupgrade
|
|
79
|
+
"ARG", # flake8-unused-arguments
|
|
80
|
+
"SIM", # flake8-simplify
|
|
81
|
+
]
|
|
82
|
+
ignore = [
|
|
83
|
+
"E501", # line too long (handled by formatter)
|
|
84
|
+
"B008", # do not perform function calls in argument defaults
|
|
85
|
+
]
|
|
86
|
+
|
|
87
|
+
[tool.ruff.lint.isort]
|
|
88
|
+
known-first-party = ["convoviz"]
|
|
89
|
+
|
|
90
|
+
[tool.ty.environment]
|
|
91
|
+
python-version = "3.12"
|
|
92
|
+
|
|
93
|
+
[tool.pytest.ini_options]
|
|
94
|
+
testpaths = ["tests"]
|
|
95
|
+
pythonpath = ["."]
|
|
96
|
+
|
|
97
|
+
[build-system]
|
|
98
|
+
requires = ["uv_build"]
|
|
99
|
+
build-backend = "uv_build"
|
|
100
|
+
|
|
101
|
+
[tool.uv.build-backend]
|
|
102
|
+
# Add this line to tell uv your code is in the root, not in src/
|
|
103
|
+
module-root = "."
|
|
104
|
+
|
|
105
|
+
# Files to exclude from the Source Distribution (sdist)
|
|
106
|
+
source-exclude = [
|
|
107
|
+
".github",
|
|
108
|
+
".vscode",
|
|
109
|
+
".gitattributes",
|
|
110
|
+
".gitignore",
|
|
111
|
+
"dev",
|
|
112
|
+
"playground.ipynb",
|
|
113
|
+
"pyproject.toml.bak",
|
|
114
|
+
"uv.lock",
|
|
115
|
+
"demo",
|
|
116
|
+
"js",
|
|
117
|
+
"tests",
|
|
118
|
+
]
|
convoviz-0.4.3/pyproject.toml
DELETED
|
@@ -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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|