convoviz 0.3.1__tar.gz → 0.3.3__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 (60) hide show
  1. {convoviz-0.3.1 → convoviz-0.3.3}/PKG-INFO +28 -18
  2. {convoviz-0.3.1 → convoviz-0.3.3}/README.md +27 -17
  3. {convoviz-0.3.1 → convoviz-0.3.3}/convoviz/analysis/__init__.py +1 -1
  4. {convoviz-0.3.1 → convoviz-0.3.3}/convoviz/pipeline.py +2 -2
  5. {convoviz-0.3.1 → convoviz-0.3.3}/pyproject.toml +1 -1
  6. {convoviz-0.3.1 → convoviz-0.3.3}/convoviz/__init__.py +0 -0
  7. {convoviz-0.3.1 → convoviz-0.3.3}/convoviz/__main__.py +0 -0
  8. {convoviz-0.3.1 → convoviz-0.3.3}/convoviz/analysis/graphs.py +0 -0
  9. {convoviz-0.3.1 → convoviz-0.3.3}/convoviz/analysis/wordcloud.py +0 -0
  10. {convoviz-0.3.1 → convoviz-0.3.3}/convoviz/assets/colormaps.txt +0 -0
  11. {convoviz-0.3.1 → convoviz-0.3.3}/convoviz/assets/fonts/AmaticSC-Regular.ttf +0 -0
  12. {convoviz-0.3.1 → convoviz-0.3.3}/convoviz/assets/fonts/ArchitectsDaughter-Regular.ttf +0 -0
  13. {convoviz-0.3.1 → convoviz-0.3.3}/convoviz/assets/fonts/BebasNeue-Regular.ttf +0 -0
  14. {convoviz-0.3.1 → convoviz-0.3.3}/convoviz/assets/fonts/Borel-Regular.ttf +0 -0
  15. {convoviz-0.3.1 → convoviz-0.3.3}/convoviz/assets/fonts/Courgette-Regular.ttf +0 -0
  16. {convoviz-0.3.1 → convoviz-0.3.3}/convoviz/assets/fonts/CroissantOne-Regular.ttf +0 -0
  17. {convoviz-0.3.1 → convoviz-0.3.3}/convoviz/assets/fonts/Handjet-Regular.ttf +0 -0
  18. {convoviz-0.3.1 → convoviz-0.3.3}/convoviz/assets/fonts/IndieFlower-Regular.ttf +0 -0
  19. {convoviz-0.3.1 → convoviz-0.3.3}/convoviz/assets/fonts/Kalam-Regular.ttf +0 -0
  20. {convoviz-0.3.1 → convoviz-0.3.3}/convoviz/assets/fonts/Lobster-Regular.ttf +0 -0
  21. {convoviz-0.3.1 → convoviz-0.3.3}/convoviz/assets/fonts/MartianMono-Regular.ttf +0 -0
  22. {convoviz-0.3.1 → convoviz-0.3.3}/convoviz/assets/fonts/MartianMono-Thin.ttf +0 -0
  23. {convoviz-0.3.1 → convoviz-0.3.3}/convoviz/assets/fonts/Montserrat-Regular.ttf +0 -0
  24. {convoviz-0.3.1 → convoviz-0.3.3}/convoviz/assets/fonts/Mooli-Regular.ttf +0 -0
  25. {convoviz-0.3.1 → convoviz-0.3.3}/convoviz/assets/fonts/Pacifico-Regular.ttf +0 -0
  26. {convoviz-0.3.1 → convoviz-0.3.3}/convoviz/assets/fonts/PlayfairDisplay-Regular.ttf +0 -0
  27. {convoviz-0.3.1 → convoviz-0.3.3}/convoviz/assets/fonts/Raleway-Regular.ttf +0 -0
  28. {convoviz-0.3.1 → convoviz-0.3.3}/convoviz/assets/fonts/RobotoMono-Regular.ttf +0 -0
  29. {convoviz-0.3.1 → convoviz-0.3.3}/convoviz/assets/fonts/RobotoMono-Thin.ttf +0 -0
  30. {convoviz-0.3.1 → convoviz-0.3.3}/convoviz/assets/fonts/RobotoSlab-Regular.ttf +0 -0
  31. {convoviz-0.3.1 → convoviz-0.3.3}/convoviz/assets/fonts/RobotoSlab-Thin.ttf +0 -0
  32. {convoviz-0.3.1 → convoviz-0.3.3}/convoviz/assets/fonts/Ruwudu-Regular.ttf +0 -0
  33. {convoviz-0.3.1 → convoviz-0.3.3}/convoviz/assets/fonts/Sacramento-Regular.ttf +0 -0
  34. {convoviz-0.3.1 → convoviz-0.3.3}/convoviz/assets/fonts/SedgwickAveDisplay-Regular.ttf +0 -0
  35. {convoviz-0.3.1 → convoviz-0.3.3}/convoviz/assets/fonts/ShadowsIntoLight-Regular.ttf +0 -0
  36. {convoviz-0.3.1 → convoviz-0.3.3}/convoviz/assets/fonts/TitilliumWeb-Regular.ttf +0 -0
  37. {convoviz-0.3.1 → convoviz-0.3.3}/convoviz/assets/fonts/Yellowtail-Regular.ttf +0 -0
  38. {convoviz-0.3.1 → convoviz-0.3.3}/convoviz/assets/fonts/YsabeauOffice-Regular.ttf +0 -0
  39. {convoviz-0.3.1 → convoviz-0.3.3}/convoviz/assets/fonts/YsabeauSC-Regular.ttf +0 -0
  40. {convoviz-0.3.1 → convoviz-0.3.3}/convoviz/assets/fonts/YsabeauSC-Thin.ttf +0 -0
  41. {convoviz-0.3.1 → convoviz-0.3.3}/convoviz/assets/fonts/Zeyada-Regular.ttf +0 -0
  42. {convoviz-0.3.1 → convoviz-0.3.3}/convoviz/assets/stopwords.txt +0 -0
  43. {convoviz-0.3.1 → convoviz-0.3.3}/convoviz/cli.py +0 -0
  44. {convoviz-0.3.1 → convoviz-0.3.3}/convoviz/config.py +0 -0
  45. {convoviz-0.3.1 → convoviz-0.3.3}/convoviz/exceptions.py +0 -0
  46. {convoviz-0.3.1 → convoviz-0.3.3}/convoviz/interactive.py +0 -0
  47. {convoviz-0.3.1 → convoviz-0.3.3}/convoviz/io/__init__.py +0 -0
  48. {convoviz-0.3.1 → convoviz-0.3.3}/convoviz/io/assets.py +0 -0
  49. {convoviz-0.3.1 → convoviz-0.3.3}/convoviz/io/loaders.py +0 -0
  50. {convoviz-0.3.1 → convoviz-0.3.3}/convoviz/io/writers.py +0 -0
  51. {convoviz-0.3.1 → convoviz-0.3.3}/convoviz/models/__init__.py +0 -0
  52. {convoviz-0.3.1 → convoviz-0.3.3}/convoviz/models/collection.py +0 -0
  53. {convoviz-0.3.1 → convoviz-0.3.3}/convoviz/models/conversation.py +0 -0
  54. {convoviz-0.3.1 → convoviz-0.3.3}/convoviz/models/message.py +0 -0
  55. {convoviz-0.3.1 → convoviz-0.3.3}/convoviz/models/node.py +0 -0
  56. {convoviz-0.3.1 → convoviz-0.3.3}/convoviz/py.typed +0 -0
  57. {convoviz-0.3.1 → convoviz-0.3.3}/convoviz/renderers/__init__.py +0 -0
  58. {convoviz-0.3.1 → convoviz-0.3.3}/convoviz/renderers/markdown.py +0 -0
  59. {convoviz-0.3.1 → convoviz-0.3.3}/convoviz/renderers/yaml.py +0 -0
  60. {convoviz-0.3.1 → convoviz-0.3.3}/convoviz/utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: convoviz
3
- Version: 0.3.1
3
+ Version: 0.3.3
4
4
  Summary: Get analytics and visualizations on your ChatGPT data!
5
5
  Keywords: markdown,chatgpt,openai,visualization,analytics,json,export,data-analysis,obsidian
6
6
  Author: Mohamed Cheikh Sidiya
@@ -25,7 +25,7 @@ Description-Content-Type: text/markdown
25
25
 
26
26
  # Convoviz 📊: Visualize your entire ChatGPT data
27
27
 
28
- Convert your ChatGPT history into well-formatted Markdown files. Additionally, visualize your data with word clouds 🔡☁️, view your prompt history graphs 📈, and access all your custom instructions 🤖 in a single location.
28
+ Convert your ChatGPT history into well-formatted Markdown files. Visualize your data with word clouds 🔡☁️ and usage graphs 📈.
29
29
 
30
30
  ![GitHub last commit](https://img.shields.io/github/last-commit/mohamed-chs/chatgpt-history-export-to-md)
31
31
  ![GitHub issues](https://img.shields.io/github/issues/mohamed-chs/chatgpt-history-export-to-md)
@@ -42,24 +42,41 @@ See examples [here](demo).
42
42
 
43
43
  ### 1. Export Your ChatGPT Data 🗂
44
44
 
45
- - Sign in at [chat.openai.com](https://chat.openai.com).
45
+ - Sign in at [chatgpt.com](https://chatgpt.com).
46
46
  - Navigate: Profile Name (bottom left) -> **Settings** -> **Data controls** -> **Export** -> **Confirm export**.
47
47
  - Await email from OpenAI and download the `.zip` file.
48
48
 
49
49
  ### 2. Install the tool 🛠
50
50
 
51
- With uv ([astral-sh/uv](https://github.com/astral-sh/uv?tab=readme-ov-file#highlights)):
51
+ First, install [uv](https://github.com/astral-sh/uv) (if you don't have it):
52
+
53
+ MacOS / Linux:
52
54
 
53
55
  ```bash
54
- uv tool install convoviz[viz]
56
+ curl -LsSf https://astral.sh/uv/install.sh | sh
57
+ ```
58
+
59
+ Windows (PowerShell):
60
+
61
+ ```powershell
62
+ powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
55
63
  ```
56
64
 
57
- or pipx:
65
+ Then install convoviz:
66
+
58
67
  ```bash
59
- pipx install convoviz[viz]
68
+ uv tool install "convoviz[viz]"
60
69
  ```
61
70
 
62
- The `[viz]` extra includes graphs and word clouds. If you only need markdown conversion, you can skip it for a faster install (`uv tool install convoviz`).
71
+ The `[viz]` extra includes graphs and word clouds. Skip it for a faster markdown-only install.
72
+
73
+ #### Alternative: pip
74
+
75
+ ```bash
76
+ python3 -m venv .venv
77
+ source .venv/bin/activate # Windows: .venv\Scripts\activate
78
+ pip install "convoviz[viz]"
79
+ ```
63
80
 
64
81
  ### 3. Run the tool 🏃‍♂️
65
82
 
@@ -77,22 +94,15 @@ You can provide arguments directly to skip the prompts:
77
94
  convoviz --input path/to/your/export.zip --output path/to/output/folder
78
95
  ```
79
96
 
80
- ##### Selective Output Generation
97
+ ##### Selective Output
81
98
 
82
- By default, Convoviz generates all outputs (Markdown files, graphs, and word clouds). You can select specific outputs using the `--outputs` flag:
99
+ By default, all outputs are generated. Use `--outputs` to pick specific ones:
83
100
 
84
101
  ```bash
85
- # Generate only Markdown files (fastest)
86
- convoviz --input export.zip --outputs markdown
87
-
88
- # Generate Markdown and graphs (no word clouds)
89
102
  convoviz --input export.zip --outputs markdown --outputs graphs
90
-
91
- # Generate all outputs (default behavior)
92
- convoviz --input export.zip --outputs markdown --outputs graphs --outputs wordclouds
93
103
  ```
94
104
 
95
- In interactive mode, you'll be prompted to select which outputs to generate.
105
+ Options: `markdown`, `graphs`, `wordclouds`. In interactive mode, you'll be prompted.
96
106
 
97
107
  ##### Other Notes
98
108
 
@@ -1,6 +1,6 @@
1
1
  # Convoviz 📊: Visualize your entire ChatGPT data
2
2
 
3
- Convert your ChatGPT history into well-formatted Markdown files. Additionally, visualize your data with word clouds 🔡☁️, view your prompt history graphs 📈, and access all your custom instructions 🤖 in a single location.
3
+ Convert your ChatGPT history into well-formatted Markdown files. Visualize your data with word clouds 🔡☁️ and usage graphs 📈.
4
4
 
5
5
  ![GitHub last commit](https://img.shields.io/github/last-commit/mohamed-chs/chatgpt-history-export-to-md)
6
6
  ![GitHub issues](https://img.shields.io/github/issues/mohamed-chs/chatgpt-history-export-to-md)
@@ -17,24 +17,41 @@ See examples [here](demo).
17
17
 
18
18
  ### 1. Export Your ChatGPT Data 🗂
19
19
 
20
- - Sign in at [chat.openai.com](https://chat.openai.com).
20
+ - Sign in at [chatgpt.com](https://chatgpt.com).
21
21
  - Navigate: Profile Name (bottom left) -> **Settings** -> **Data controls** -> **Export** -> **Confirm export**.
22
22
  - Await email from OpenAI and download the `.zip` file.
23
23
 
24
24
  ### 2. Install the tool 🛠
25
25
 
26
- With uv ([astral-sh/uv](https://github.com/astral-sh/uv?tab=readme-ov-file#highlights)):
26
+ First, install [uv](https://github.com/astral-sh/uv) (if you don't have it):
27
+
28
+ MacOS / Linux:
27
29
 
28
30
  ```bash
29
- uv tool install convoviz[viz]
31
+ curl -LsSf https://astral.sh/uv/install.sh | sh
32
+ ```
33
+
34
+ Windows (PowerShell):
35
+
36
+ ```powershell
37
+ powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
30
38
  ```
31
39
 
32
- or pipx:
40
+ Then install convoviz:
41
+
33
42
  ```bash
34
- pipx install convoviz[viz]
43
+ uv tool install "convoviz[viz]"
35
44
  ```
36
45
 
37
- The `[viz]` extra includes graphs and word clouds. If you only need markdown conversion, you can skip it for a faster install (`uv tool install convoviz`).
46
+ The `[viz]` extra includes graphs and word clouds. Skip it for a faster markdown-only install.
47
+
48
+ #### Alternative: pip
49
+
50
+ ```bash
51
+ python3 -m venv .venv
52
+ source .venv/bin/activate # Windows: .venv\Scripts\activate
53
+ pip install "convoviz[viz]"
54
+ ```
38
55
 
39
56
  ### 3. Run the tool 🏃‍♂️
40
57
 
@@ -52,22 +69,15 @@ You can provide arguments directly to skip the prompts:
52
69
  convoviz --input path/to/your/export.zip --output path/to/output/folder
53
70
  ```
54
71
 
55
- ##### Selective Output Generation
72
+ ##### Selective Output
56
73
 
57
- By default, Convoviz generates all outputs (Markdown files, graphs, and word clouds). You can select specific outputs using the `--outputs` flag:
74
+ By default, all outputs are generated. Use `--outputs` to pick specific ones:
58
75
 
59
76
  ```bash
60
- # Generate only Markdown files (fastest)
61
- convoviz --input export.zip --outputs markdown
62
-
63
- # Generate Markdown and graphs (no word clouds)
64
77
  convoviz --input export.zip --outputs markdown --outputs graphs
65
-
66
- # Generate all outputs (default behavior)
67
- convoviz --input export.zip --outputs markdown --outputs graphs --outputs wordclouds
68
78
  ```
69
79
 
70
- In interactive mode, you'll be prompted to select which outputs to generate.
80
+ Options: `markdown`, `graphs`, `wordclouds`. In interactive mode, you'll be prompted.
71
81
 
72
82
  ##### Other Notes
73
83
 
@@ -1,6 +1,6 @@
1
1
  """Data analysis and visualization for convoviz.
2
2
 
3
- Requires the [viz] extra: pip install convoviz[viz]
3
+ Requires the [viz] extra: uv tool install "convoviz[viz]"
4
4
  """
5
5
 
6
6
  __all__ = [
@@ -127,7 +127,7 @@ def run_pipeline(config: ConvovizConfig) -> None:
127
127
  except ModuleNotFoundError as e:
128
128
  raise ConfigurationError(
129
129
  "Graph generation requires matplotlib. "
130
- "Install with: pip install convoviz[viz]"
130
+ 'Reinstall with the [viz] extra: uv tool install "convoviz[viz]"'
131
131
  ) from e
132
132
 
133
133
  graph_folder = output_folder / "Graphs"
@@ -151,7 +151,7 @@ def run_pipeline(config: ConvovizConfig) -> None:
151
151
  except ModuleNotFoundError as e:
152
152
  raise ConfigurationError(
153
153
  "Word cloud generation requires wordcloud and nltk. "
154
- "Install with: pip install convoviz[viz]"
154
+ 'Reinstall with the [viz] extra: uv tool install "convoviz[viz]"'
155
155
  ) from e
156
156
 
157
157
  wordcloud_folder = output_folder / "Word-Clouds"
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "convoviz"
3
- version = "0.3.1"
3
+ version = "0.3.3"
4
4
  description = "Get analytics and visualizations on your ChatGPT data!"
5
5
  license = "MIT"
6
6
  keywords = [
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes