convoviz 0.2.0__tar.gz → 0.2.1__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 (59) hide show
  1. {convoviz-0.2.0 → convoviz-0.2.1}/PKG-INFO +20 -13
  2. {convoviz-0.2.0 → convoviz-0.2.1}/README.md +19 -12
  3. {convoviz-0.2.0 → convoviz-0.2.1}/pyproject.toml +1 -1
  4. {convoviz-0.2.0 → convoviz-0.2.1}/LICENSE +0 -0
  5. {convoviz-0.2.0 → convoviz-0.2.1}/convoviz/__init__.py +0 -0
  6. {convoviz-0.2.0 → convoviz-0.2.1}/convoviz/__main__.py +0 -0
  7. {convoviz-0.2.0 → convoviz-0.2.1}/convoviz/analysis/__init__.py +0 -0
  8. {convoviz-0.2.0 → convoviz-0.2.1}/convoviz/analysis/graphs.py +0 -0
  9. {convoviz-0.2.0 → convoviz-0.2.1}/convoviz/analysis/wordcloud.py +0 -0
  10. {convoviz-0.2.0 → convoviz-0.2.1}/convoviz/assets/colormaps.txt +0 -0
  11. {convoviz-0.2.0 → convoviz-0.2.1}/convoviz/assets/fonts/AmaticSC-Regular.ttf +0 -0
  12. {convoviz-0.2.0 → convoviz-0.2.1}/convoviz/assets/fonts/ArchitectsDaughter-Regular.ttf +0 -0
  13. {convoviz-0.2.0 → convoviz-0.2.1}/convoviz/assets/fonts/BebasNeue-Regular.ttf +0 -0
  14. {convoviz-0.2.0 → convoviz-0.2.1}/convoviz/assets/fonts/Borel-Regular.ttf +0 -0
  15. {convoviz-0.2.0 → convoviz-0.2.1}/convoviz/assets/fonts/Courgette-Regular.ttf +0 -0
  16. {convoviz-0.2.0 → convoviz-0.2.1}/convoviz/assets/fonts/CroissantOne-Regular.ttf +0 -0
  17. {convoviz-0.2.0 → convoviz-0.2.1}/convoviz/assets/fonts/Handjet-Regular.ttf +0 -0
  18. {convoviz-0.2.0 → convoviz-0.2.1}/convoviz/assets/fonts/IndieFlower-Regular.ttf +0 -0
  19. {convoviz-0.2.0 → convoviz-0.2.1}/convoviz/assets/fonts/Kalam-Regular.ttf +0 -0
  20. {convoviz-0.2.0 → convoviz-0.2.1}/convoviz/assets/fonts/Lobster-Regular.ttf +0 -0
  21. {convoviz-0.2.0 → convoviz-0.2.1}/convoviz/assets/fonts/MartianMono-Regular.ttf +0 -0
  22. {convoviz-0.2.0 → convoviz-0.2.1}/convoviz/assets/fonts/MartianMono-Thin.ttf +0 -0
  23. {convoviz-0.2.0 → convoviz-0.2.1}/convoviz/assets/fonts/Montserrat-Regular.ttf +0 -0
  24. {convoviz-0.2.0 → convoviz-0.2.1}/convoviz/assets/fonts/Mooli-Regular.ttf +0 -0
  25. {convoviz-0.2.0 → convoviz-0.2.1}/convoviz/assets/fonts/Pacifico-Regular.ttf +0 -0
  26. {convoviz-0.2.0 → convoviz-0.2.1}/convoviz/assets/fonts/PlayfairDisplay-Regular.ttf +0 -0
  27. {convoviz-0.2.0 → convoviz-0.2.1}/convoviz/assets/fonts/Raleway-Regular.ttf +0 -0
  28. {convoviz-0.2.0 → convoviz-0.2.1}/convoviz/assets/fonts/RobotoMono-Regular.ttf +0 -0
  29. {convoviz-0.2.0 → convoviz-0.2.1}/convoviz/assets/fonts/RobotoMono-Thin.ttf +0 -0
  30. {convoviz-0.2.0 → convoviz-0.2.1}/convoviz/assets/fonts/RobotoSlab-Regular.ttf +0 -0
  31. {convoviz-0.2.0 → convoviz-0.2.1}/convoviz/assets/fonts/RobotoSlab-Thin.ttf +0 -0
  32. {convoviz-0.2.0 → convoviz-0.2.1}/convoviz/assets/fonts/Ruwudu-Regular.ttf +0 -0
  33. {convoviz-0.2.0 → convoviz-0.2.1}/convoviz/assets/fonts/Sacramento-Regular.ttf +0 -0
  34. {convoviz-0.2.0 → convoviz-0.2.1}/convoviz/assets/fonts/SedgwickAveDisplay-Regular.ttf +0 -0
  35. {convoviz-0.2.0 → convoviz-0.2.1}/convoviz/assets/fonts/ShadowsIntoLight-Regular.ttf +0 -0
  36. {convoviz-0.2.0 → convoviz-0.2.1}/convoviz/assets/fonts/TitilliumWeb-Regular.ttf +0 -0
  37. {convoviz-0.2.0 → convoviz-0.2.1}/convoviz/assets/fonts/Yellowtail-Regular.ttf +0 -0
  38. {convoviz-0.2.0 → convoviz-0.2.1}/convoviz/assets/fonts/YsabeauOffice-Regular.ttf +0 -0
  39. {convoviz-0.2.0 → convoviz-0.2.1}/convoviz/assets/fonts/YsabeauSC-Regular.ttf +0 -0
  40. {convoviz-0.2.0 → convoviz-0.2.1}/convoviz/assets/fonts/YsabeauSC-Thin.ttf +0 -0
  41. {convoviz-0.2.0 → convoviz-0.2.1}/convoviz/assets/fonts/Zeyada-Regular.ttf +0 -0
  42. {convoviz-0.2.0 → convoviz-0.2.1}/convoviz/cli.py +0 -0
  43. {convoviz-0.2.0 → convoviz-0.2.1}/convoviz/config.py +0 -0
  44. {convoviz-0.2.0 → convoviz-0.2.1}/convoviz/exceptions.py +0 -0
  45. {convoviz-0.2.0 → convoviz-0.2.1}/convoviz/interactive.py +0 -0
  46. {convoviz-0.2.0 → convoviz-0.2.1}/convoviz/io/__init__.py +0 -0
  47. {convoviz-0.2.0 → convoviz-0.2.1}/convoviz/io/loaders.py +0 -0
  48. {convoviz-0.2.0 → convoviz-0.2.1}/convoviz/io/writers.py +0 -0
  49. {convoviz-0.2.0 → convoviz-0.2.1}/convoviz/models/__init__.py +0 -0
  50. {convoviz-0.2.0 → convoviz-0.2.1}/convoviz/models/collection.py +0 -0
  51. {convoviz-0.2.0 → convoviz-0.2.1}/convoviz/models/conversation.py +0 -0
  52. {convoviz-0.2.0 → convoviz-0.2.1}/convoviz/models/message.py +0 -0
  53. {convoviz-0.2.0 → convoviz-0.2.1}/convoviz/models/node.py +0 -0
  54. {convoviz-0.2.0 → convoviz-0.2.1}/convoviz/pipeline.py +0 -0
  55. {convoviz-0.2.0 → convoviz-0.2.1}/convoviz/py.typed +0 -0
  56. {convoviz-0.2.0 → convoviz-0.2.1}/convoviz/renderers/__init__.py +0 -0
  57. {convoviz-0.2.0 → convoviz-0.2.1}/convoviz/renderers/markdown.py +0 -0
  58. {convoviz-0.2.0 → convoviz-0.2.1}/convoviz/renderers/yaml.py +0 -0
  59. {convoviz-0.2.0 → convoviz-0.2.1}/convoviz/utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: convoviz
3
- Version: 0.2.0
3
+ Version: 0.2.1
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
@@ -71,19 +71,24 @@ See examples [here](demo).
71
71
 
72
72
  ### 2. Install the tool 🛠
73
73
 
74
- You can install the tool using `pip` (or `uv`):
74
+ Try it without installing using uv ([astral-sh/uv](https://github.com/astral-sh/uv)):
75
75
 
76
76
  ```bash
77
- pip install convoviz
78
- # or
79
- uv pip install convoviz
77
+ uvx convoviz
80
78
  ```
81
79
 
82
- ### 3. Run the Script 🏃‍♂️
80
+ You can install it with uv (Recommended):
81
+
82
+ ```bash
83
+ uv tool install convoviz
84
+ ```
83
85
 
84
- You have two options: **Interactive Mode** or **Command Line Arguments**.
86
+ or pipx:
87
+ ```bash
88
+ pipx install convoviz
89
+ ```
85
90
 
86
- #### Interactive Mode
91
+ ### 3. Run the Script 🏃‍♂️
87
92
 
88
93
  Simply run the command and follow the prompts:
89
94
 
@@ -123,12 +128,14 @@ Whether you're a tech wizard or you're new to all this, I'd love to hear about y
123
128
 
124
129
  And if you've had a great experience, consider giving the project a star ⭐. It keeps me motivated and helps others discover it!
125
130
 
126
- Thank you for being awesome! 🌟
127
-
128
131
  ## Notes
129
132
 
130
- This project requires Python 3.9 or higher.
131
-
132
133
  This is just a small thing I coded to help me see my convos in beautiful markdown, in [Obsidian](https://obsidian.md/) (my go-to note-taking app).
133
134
 
134
- It also works as package, so you can **import** it in your own projects, and use the models and functions as you wish.
135
+ I wasn't a fan of the clunky, and sometimes paid, browser extensions.
136
+
137
+ It was also a great opportunity to learn more about Python and type annotations. I had mypy, pyright, and ruff all on strict mode, 'twas fun.
138
+
139
+ It also works as package, so you can **import** it in your own projects, and use the models and functions as you wish. I need to add more documentation for that tho. Feel free to reach out if you need help.
140
+
141
+ I'm working on automating it to add new conversations and updating old ones. Had some luck with a JavaScript bookmarklet, still ironing it out tho.
@@ -25,19 +25,24 @@ See examples [here](demo).
25
25
 
26
26
  ### 2. Install the tool 🛠
27
27
 
28
- You can install the tool using `pip` (or `uv`):
28
+ Try it without installing using uv ([astral-sh/uv](https://github.com/astral-sh/uv)):
29
29
 
30
30
  ```bash
31
- pip install convoviz
32
- # or
33
- uv pip install convoviz
31
+ uvx convoviz
34
32
  ```
35
33
 
36
- ### 3. Run the Script 🏃‍♂️
34
+ You can install it with uv (Recommended):
35
+
36
+ ```bash
37
+ uv tool install convoviz
38
+ ```
37
39
 
38
- You have two options: **Interactive Mode** or **Command Line Arguments**.
40
+ or pipx:
41
+ ```bash
42
+ pipx install convoviz
43
+ ```
39
44
 
40
- #### Interactive Mode
45
+ ### 3. Run the Script 🏃‍♂️
41
46
 
42
47
  Simply run the command and follow the prompts:
43
48
 
@@ -77,12 +82,14 @@ Whether you're a tech wizard or you're new to all this, I'd love to hear about y
77
82
 
78
83
  And if you've had a great experience, consider giving the project a star ⭐. It keeps me motivated and helps others discover it!
79
84
 
80
- Thank you for being awesome! 🌟
81
-
82
85
  ## Notes
83
86
 
84
- This project requires Python 3.9 or higher.
85
-
86
87
  This is just a small thing I coded to help me see my convos in beautiful markdown, in [Obsidian](https://obsidian.md/) (my go-to note-taking app).
87
88
 
88
- It also works as package, so you can **import** it in your own projects, and use the models and functions as you wish.
89
+ I wasn't a fan of the clunky, and sometimes paid, browser extensions.
90
+
91
+ It was also a great opportunity to learn more about Python and type annotations. I had mypy, pyright, and ruff all on strict mode, 'twas fun.
92
+
93
+ It also works as package, so you can **import** it in your own projects, and use the models and functions as you wish. I need to add more documentation for that tho. Feel free to reach out if you need help.
94
+
95
+ I'm working on automating it to add new conversations and updating old ones. Had some luck with a JavaScript bookmarklet, still ironing it out tho.
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "convoviz"
3
- version = "0.2.0"
3
+ version = "0.2.1"
4
4
  description = "Get analytics and visualizations on your ChatGPT data!"
5
5
  license = { file = "LICENSE" }
6
6
  keywords = [
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes