convoviz 0.4.2__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.
- {convoviz-0.4.2 → convoviz-0.4.4}/PKG-INFO +29 -14
- {convoviz-0.4.2 → convoviz-0.4.4}/README.md +27 -12
- {convoviz-0.4.2 → convoviz-0.4.4}/convoviz/cli.py +16 -0
- convoviz-0.4.4/pyproject.toml +109 -0
- convoviz-0.4.2/pyproject.toml +0 -105
- {convoviz-0.4.2 → convoviz-0.4.4}/convoviz/__init__.py +0 -0
- {convoviz-0.4.2 → convoviz-0.4.4}/convoviz/__main__.py +0 -0
- {convoviz-0.4.2 → convoviz-0.4.4}/convoviz/analysis/__init__.py +0 -0
- {convoviz-0.4.2 → convoviz-0.4.4}/convoviz/analysis/graphs.py +0 -0
- {convoviz-0.4.2 → convoviz-0.4.4}/convoviz/analysis/wordcloud.py +0 -0
- {convoviz-0.4.2 → convoviz-0.4.4}/convoviz/assets/colormaps.txt +0 -0
- {convoviz-0.4.2 → convoviz-0.4.4}/convoviz/assets/fonts/AmaticSC-Regular.ttf +0 -0
- {convoviz-0.4.2 → convoviz-0.4.4}/convoviz/assets/fonts/ArchitectsDaughter-Regular.ttf +0 -0
- {convoviz-0.4.2 → convoviz-0.4.4}/convoviz/assets/fonts/BebasNeue-Regular.ttf +0 -0
- {convoviz-0.4.2 → convoviz-0.4.4}/convoviz/assets/fonts/Borel-Regular.ttf +0 -0
- {convoviz-0.4.2 → convoviz-0.4.4}/convoviz/assets/fonts/Courgette-Regular.ttf +0 -0
- {convoviz-0.4.2 → convoviz-0.4.4}/convoviz/assets/fonts/CroissantOne-Regular.ttf +0 -0
- {convoviz-0.4.2 → convoviz-0.4.4}/convoviz/assets/fonts/Handjet-Regular.ttf +0 -0
- {convoviz-0.4.2 → convoviz-0.4.4}/convoviz/assets/fonts/IndieFlower-Regular.ttf +0 -0
- {convoviz-0.4.2 → convoviz-0.4.4}/convoviz/assets/fonts/Kalam-Regular.ttf +0 -0
- {convoviz-0.4.2 → convoviz-0.4.4}/convoviz/assets/fonts/Lobster-Regular.ttf +0 -0
- {convoviz-0.4.2 → convoviz-0.4.4}/convoviz/assets/fonts/MartianMono-Regular.ttf +0 -0
- {convoviz-0.4.2 → convoviz-0.4.4}/convoviz/assets/fonts/MartianMono-Thin.ttf +0 -0
- {convoviz-0.4.2 → convoviz-0.4.4}/convoviz/assets/fonts/Montserrat-Regular.ttf +0 -0
- {convoviz-0.4.2 → convoviz-0.4.4}/convoviz/assets/fonts/Mooli-Regular.ttf +0 -0
- {convoviz-0.4.2 → convoviz-0.4.4}/convoviz/assets/fonts/Pacifico-Regular.ttf +0 -0
- {convoviz-0.4.2 → convoviz-0.4.4}/convoviz/assets/fonts/PlayfairDisplay-Regular.ttf +0 -0
- {convoviz-0.4.2 → convoviz-0.4.4}/convoviz/assets/fonts/Raleway-Regular.ttf +0 -0
- {convoviz-0.4.2 → convoviz-0.4.4}/convoviz/assets/fonts/RobotoMono-Regular.ttf +0 -0
- {convoviz-0.4.2 → convoviz-0.4.4}/convoviz/assets/fonts/RobotoMono-Thin.ttf +0 -0
- {convoviz-0.4.2 → convoviz-0.4.4}/convoviz/assets/fonts/RobotoSlab-Regular.ttf +0 -0
- {convoviz-0.4.2 → convoviz-0.4.4}/convoviz/assets/fonts/RobotoSlab-Thin.ttf +0 -0
- {convoviz-0.4.2 → convoviz-0.4.4}/convoviz/assets/fonts/Ruwudu-Regular.ttf +0 -0
- {convoviz-0.4.2 → convoviz-0.4.4}/convoviz/assets/fonts/Sacramento-Regular.ttf +0 -0
- {convoviz-0.4.2 → convoviz-0.4.4}/convoviz/assets/fonts/SedgwickAveDisplay-Regular.ttf +0 -0
- {convoviz-0.4.2 → convoviz-0.4.4}/convoviz/assets/fonts/ShadowsIntoLight-Regular.ttf +0 -0
- {convoviz-0.4.2 → convoviz-0.4.4}/convoviz/assets/fonts/TitilliumWeb-Regular.ttf +0 -0
- {convoviz-0.4.2 → convoviz-0.4.4}/convoviz/assets/fonts/Yellowtail-Regular.ttf +0 -0
- {convoviz-0.4.2 → convoviz-0.4.4}/convoviz/assets/fonts/YsabeauOffice-Regular.ttf +0 -0
- {convoviz-0.4.2 → convoviz-0.4.4}/convoviz/assets/fonts/YsabeauSC-Regular.ttf +0 -0
- {convoviz-0.4.2 → convoviz-0.4.4}/convoviz/assets/fonts/YsabeauSC-Thin.ttf +0 -0
- {convoviz-0.4.2 → convoviz-0.4.4}/convoviz/assets/fonts/Zeyada-Regular.ttf +0 -0
- {convoviz-0.4.2 → convoviz-0.4.4}/convoviz/assets/stopwords.txt +0 -0
- {convoviz-0.4.2 → convoviz-0.4.4}/convoviz/config.py +0 -0
- {convoviz-0.4.2 → convoviz-0.4.4}/convoviz/exceptions.py +0 -0
- {convoviz-0.4.2 → convoviz-0.4.4}/convoviz/interactive.py +0 -0
- {convoviz-0.4.2 → convoviz-0.4.4}/convoviz/io/__init__.py +0 -0
- {convoviz-0.4.2 → convoviz-0.4.4}/convoviz/io/assets.py +0 -0
- {convoviz-0.4.2 → convoviz-0.4.4}/convoviz/io/loaders.py +0 -0
- {convoviz-0.4.2 → convoviz-0.4.4}/convoviz/io/writers.py +0 -0
- {convoviz-0.4.2 → convoviz-0.4.4}/convoviz/logging_config.py +0 -0
- {convoviz-0.4.2 → convoviz-0.4.4}/convoviz/models/__init__.py +0 -0
- {convoviz-0.4.2 → convoviz-0.4.4}/convoviz/models/collection.py +0 -0
- {convoviz-0.4.2 → convoviz-0.4.4}/convoviz/models/conversation.py +0 -0
- {convoviz-0.4.2 → convoviz-0.4.4}/convoviz/models/message.py +0 -0
- {convoviz-0.4.2 → convoviz-0.4.4}/convoviz/models/node.py +0 -0
- {convoviz-0.4.2 → convoviz-0.4.4}/convoviz/pipeline.py +0 -0
- {convoviz-0.4.2 → convoviz-0.4.4}/convoviz/py.typed +0 -0
- {convoviz-0.4.2 → convoviz-0.4.4}/convoviz/renderers/__init__.py +0 -0
- {convoviz-0.4.2 → convoviz-0.4.4}/convoviz/renderers/markdown.py +0 -0
- {convoviz-0.4.2 → convoviz-0.4.4}/convoviz/renderers/yaml.py +0 -0
- {convoviz-0.4.2 → 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.
|
|
4
|
-
Summary:
|
|
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
|
|
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>
|
|
@@ -35,7 +40,7 @@ Description-Content-Type: text/markdown
|
|
|
35
40
|
<p align="center">
|
|
36
41
|
<a href="https://pypi.org/project/convoviz/"><img src="https://img.shields.io/pypi/v/convoviz?style=for-the-badge&logo=python&logoColor=white" alt="PyPI Version"></a>
|
|
37
42
|
<a href="https://github.com/mohamed-chs/convoviz/blob/main/LICENSE"><img src="https://img.shields.io/pypi/l/convoviz?style=for-the-badge" alt="License"></a>
|
|
38
|
-
<a href="https://pepy.tech/projects/convoviz"><img src="https://img.shields.io/pepy/dt/convoviz?style=for-the-badge" alt="Downloads"></a>
|
|
43
|
+
<a href="https://pepy.tech/projects/convoviz"><img src="https://img.shields.io/pepy/dt/convoviz?style=for-the-badge&color=blue" alt="Downloads"></a>
|
|
39
44
|
<a href="https://github.com/mohamed-chs/convoviz/actions/workflows/ci.yml"><img src="https://img.shields.io/github/actions/workflow/status/mohamed-chs/convoviz/ci.yml?style=for-the-badge&logo=github&label=CI" alt="CI Status"></a>
|
|
40
45
|
</p>
|
|
41
46
|
|
|
@@ -50,7 +55,7 @@ Description-Content-Type: text/markdown
|
|
|
50
55
|
| ☁️ **Word Clouds** | Visual breakdowns of your most-used words and phrases |
|
|
51
56
|
| 📈 **Usage Graphs** | Bar plots and charts showing your conversation patterns |
|
|
52
57
|
|
|
53
|
-
> 💡 **See examples in the [`demo/`](demo) folder!**
|
|
58
|
+
> 💡 **See examples in the [`demo/`](https://github.com/mohamed-chs/convoviz/tree/main/demo) folder!**
|
|
54
59
|
|
|
55
60
|
---
|
|
56
61
|
|
|
@@ -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
|
|
|
@@ -177,6 +186,12 @@ And if you've had a great experience, consider giving the project a ⭐ **star**
|
|
|
177
186
|
|
|
178
187
|
---
|
|
179
188
|
|
|
189
|
+
## 🤝 Contributing
|
|
190
|
+
|
|
191
|
+
Interested in contributing? Check out the **[Contributing Guide](https://github.com/mohamed-chs/convoviz/tree/main/CONTRIBUTING.md)** for development setup, code style, and how to submit a pull request.
|
|
192
|
+
|
|
193
|
+
---
|
|
194
|
+
|
|
180
195
|
## 📝 Notes
|
|
181
196
|
|
|
182
197
|
<details>
|
|
@@ -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>
|
|
@@ -10,7 +15,7 @@
|
|
|
10
15
|
<p align="center">
|
|
11
16
|
<a href="https://pypi.org/project/convoviz/"><img src="https://img.shields.io/pypi/v/convoviz?style=for-the-badge&logo=python&logoColor=white" alt="PyPI Version"></a>
|
|
12
17
|
<a href="https://github.com/mohamed-chs/convoviz/blob/main/LICENSE"><img src="https://img.shields.io/pypi/l/convoviz?style=for-the-badge" alt="License"></a>
|
|
13
|
-
<a href="https://pepy.tech/projects/convoviz"><img src="https://img.shields.io/pepy/dt/convoviz?style=for-the-badge" alt="Downloads"></a>
|
|
18
|
+
<a href="https://pepy.tech/projects/convoviz"><img src="https://img.shields.io/pepy/dt/convoviz?style=for-the-badge&color=blue" alt="Downloads"></a>
|
|
14
19
|
<a href="https://github.com/mohamed-chs/convoviz/actions/workflows/ci.yml"><img src="https://img.shields.io/github/actions/workflow/status/mohamed-chs/convoviz/ci.yml?style=for-the-badge&logo=github&label=CI" alt="CI Status"></a>
|
|
15
20
|
</p>
|
|
16
21
|
|
|
@@ -25,7 +30,7 @@
|
|
|
25
30
|
| ☁️ **Word Clouds** | Visual breakdowns of your most-used words and phrases |
|
|
26
31
|
| 📈 **Usage Graphs** | Bar plots and charts showing your conversation patterns |
|
|
27
32
|
|
|
28
|
-
> 💡 **See examples in the [`demo/`](demo) folder!**
|
|
33
|
+
> 💡 **See examples in the [`demo/`](https://github.com/mohamed-chs/convoviz/tree/main/demo) folder!**
|
|
29
34
|
|
|
30
35
|
---
|
|
31
36
|
|
|
@@ -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
|
|
|
@@ -152,6 +161,12 @@ And if you've had a great experience, consider giving the project a ⭐ **star**
|
|
|
152
161
|
|
|
153
162
|
---
|
|
154
163
|
|
|
164
|
+
## 🤝 Contributing
|
|
165
|
+
|
|
166
|
+
Interested in contributing? Check out the **[Contributing Guide](https://github.com/mohamed-chs/convoviz/tree/main/CONTRIBUTING.md)** for development setup, code style, and how to submit a pull request.
|
|
167
|
+
|
|
168
|
+
---
|
|
169
|
+
|
|
155
170
|
## 📝 Notes
|
|
156
171
|
|
|
157
172
|
<details>
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"""Command-line interface for convoviz."""
|
|
2
2
|
|
|
3
3
|
import logging
|
|
4
|
+
from importlib.metadata import version as get_version
|
|
4
5
|
from pathlib import Path
|
|
5
6
|
|
|
6
7
|
import typer
|
|
@@ -22,6 +23,13 @@ app = typer.Typer(
|
|
|
22
23
|
console = Console()
|
|
23
24
|
|
|
24
25
|
|
|
26
|
+
def _version_callback(value: bool) -> None:
|
|
27
|
+
"""Print version and exit."""
|
|
28
|
+
if value:
|
|
29
|
+
console.print(f"convoviz {get_version('convoviz')}")
|
|
30
|
+
raise typer.Exit()
|
|
31
|
+
|
|
32
|
+
|
|
25
33
|
@app.callback(invoke_without_command=True)
|
|
26
34
|
def run(
|
|
27
35
|
ctx: typer.Context,
|
|
@@ -71,6 +79,14 @@ def run(
|
|
|
71
79
|
"--log-file",
|
|
72
80
|
help="Path to log file. Defaults to a temporary file.",
|
|
73
81
|
),
|
|
82
|
+
_version: bool = typer.Option(
|
|
83
|
+
False,
|
|
84
|
+
"--version",
|
|
85
|
+
"-V",
|
|
86
|
+
help="Show version and exit.",
|
|
87
|
+
callback=_version_callback,
|
|
88
|
+
is_eager=True,
|
|
89
|
+
),
|
|
74
90
|
) -> None:
|
|
75
91
|
"""Convert ChatGPT export data to markdown and generate visualizations."""
|
|
76
92
|
# Setup logging immediately
|
|
@@ -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 = ["."]
|
convoviz-0.4.2/pyproject.toml
DELETED
|
@@ -1,105 +0,0 @@
|
|
|
1
|
-
[project]
|
|
2
|
-
name = "convoviz"
|
|
3
|
-
version = "0.4.2"
|
|
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
|