File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
-
2
1
.. image :: https://upload.wikimedia.org/wikipedia/commons/6/6b/WhatsApp.svg
3
2
:align: center
4
3
:height: 200
5
4
:alt: logo
6
-
5
+
6
+
7
7
.. image :: https://img.shields.io/pypi/v/chatInsights.svg
8
8
:target: https://pypi.org/project/chatInsights/
9
9
@@ -35,6 +35,7 @@ A simple code example:
35
35
obj.word_cloud()
36
36
37
37
38
+
38
39
.. list-table ::
39
40
:widths: 33 33 33
40
41
:header-rows: 0
@@ -57,6 +58,8 @@ A simple code example:
57
58
-
58
59
59
60
61
+
62
+
60
63
Features
61
64
--------
62
65
- User activity stats
@@ -68,21 +71,25 @@ Features
68
71
69
72
Documentation
70
73
-------------
74
+
71
75
Updated soon.
72
76
73
77
74
78
Bugs/Requests
75
79
-------------
80
+
76
81
Please use the `GitHub issue tracker <https://github.com/ronylpatil/chatInsights/issues >`_ to submit bugs or request features.
77
82
78
83
79
84
Changelog
80
85
---------
86
+
81
87
Consult the `Changelog <add changelog link here >`__ page for fixes and enhancements of each version.
82
88
83
89
84
90
License
85
91
-------
92
+
86
93
Distributed under the terms of the `MIT `_ license.
87
94
88
95
Original file line number Diff line number Diff line change 3
3
with open ("README.rst" , "r" , encoding = "utf-8" ) as f :
4
4
long_description = f .read ()
5
5
6
- __version__ = "0.0.1a7 "
6
+ __version__ = "0.0.1a8 "
7
7
REPO_NAME = "chatInsights"
8
8
AUTHOR = "ronilpatil"
9
9
AUTHOR_EMAIL = "[email protected] "
You can’t perform that action at this time.
0 commit comments