kitikiplot 0.1.6__py3-none-any.whl → 0.1.8__py3-none-any.whl
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.
- {kitikiplot-0.1.6.dist-info → kitikiplot-0.1.8.dist-info}/METADATA +128 -120
- kitikiplot-0.1.8.dist-info/RECORD +8 -0
- {kitikiplot-0.1.6.dist-info → kitikiplot-0.1.8.dist-info}/WHEEL +1 -2
- kitikiplot-0.1.6.dist-info/RECORD +0 -9
- kitikiplot-0.1.6.dist-info/top_level.txt +0 -1
- {kitikiplot-0.1.6.dist-info → kitikiplot-0.1.8.dist-info}/LICENSE +0 -0
@@ -1,120 +1,128 @@
|
|
1
|
-
Metadata-Version: 2.
|
2
|
-
Name: kitikiplot
|
3
|
-
Version: 0.1.
|
4
|
-
Summary: A Python library to visualize categorical sliding window data.
|
5
|
-
|
6
|
-
|
7
|
-
Author
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
Classifier: Programming Language :: Python :: 3
|
14
|
-
Classifier:
|
15
|
-
Classifier:
|
16
|
-
Classifier:
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-

|
28
|
+
|
29
|
+
<div align="center">
|
30
|
+
|
31
|
+

|
32
|
+

|
33
|
+
[](https://doi.org/10.5281/zenodo.14632005)
|
34
|
+

|
35
|
+
|
36
|
+
</div>
|
37
|
+
|
38
|
+
# KitikiPlot
|
39
|
+
KitikiPlot is a Python library for visualizing sequential and time-series categorical "Sliding Window" data. <br>
|
40
|
+
(The term 'kitiki' means 'window' in Telugu)
|
41
|
+
|
42
|
+
Our preprint is published in **TechRxiv**. Find it <a href="https://www.techrxiv.org/users/877016/articles/1256589-kitikiplot-a-python-library-to-visualize-categorical-sliding-window-data"> here <a/>
|
43
|
+
|
44
|
+
Research paper is published in **GIS Science Journal** Volume 12 Issue 1, 186-193, 2025 (Scopus indexed with Impact factor **6.1**). </br>
|
45
|
+
Read it here: <a href="https://zenodo.org/records/14632005">https://zenodo.org/records/14632005</a>
|
46
|
+
<!--
|
47
|
+
## Table of Contents</h2>
|
48
|
+
- [Why Kitkiplot?](#What-and-why)
|
49
|
+
- [Getting Started](#getting-started)
|
50
|
+
- [Contribute](#contribute)
|
51
|
+
- [Maintainer(s)](#maintainer(s))
|
52
|
+
- [Citation](#citation)
|
53
|
+
|
54
|
+
## Why Kitikiplot?
|
55
|
+
-->
|
56
|
+
|
57
|
+
### Examples
|
58
|
+
Genome Visualization can be found in [Genome.ipynb](https://github.com/BodduSriPavan-111/kitikiplot/blob/add-comments/examples/Genome.ipynb)
|
59
|
+

|
60
|
+
<br><br>
|
61
|
+
Weather Pattern in [Weather Pattern.ipynb](https://github.com/BodduSriPavan-111/kitikiplot/blob/add-comments/examples/Weather_Pattern.ipynb)
|
62
|
+

|
63
|
+
<br><br>
|
64
|
+
CO Trend in Air in [Air_Quality.ipynb](https://github.com/BodduSriPavan-111/kitikiplot/blob/add-comments/examples/Air_Quality.ipynb)
|
65
|
+

|
66
|
+
<br>
|
67
|
+
|
68
|
+
### Getting Started
|
69
|
+
Install the package via pip:
|
70
|
+
```
|
71
|
+
pip install kitikiplot
|
72
|
+
```
|
73
|
+
#### Usage
|
74
|
+
```py
|
75
|
+
from kitikiplot import KitikiPlot
|
76
|
+
|
77
|
+
data = [] # DataFrame or list of sliding window data
|
78
|
+
|
79
|
+
ktk= KitikiPlot( data= data )
|
80
|
+
|
81
|
+
ktk.plot( display_legend= True ) # Display the legend
|
82
|
+
```
|
83
|
+
Check out the complete <b>guide of customization</b> [here](https://github.com/BodduSriPavan-111/kitikiplot/blob/main/examples/Usage_Guide.ipynb).
|
84
|
+
|
85
|
+
## To-do
|
86
|
+
- [ ] Streamlit Demo Interface (In Progress: app.py)
|
87
|
+
- [ ] Tooltip
|
88
|
+
- [ ] Interactive Plot
|
89
|
+
- [ ] Multithreading to decrease plotting latency
|
90
|
+
- [ ] CI/CD Pipeline
|
91
|
+
- [ ] Domain-specific modules
|
92
|
+
- [ ] Website for documentation
|
93
|
+
|
94
|
+
Please refer <a href="https://github.com/BodduSriPavan-111/kitikiplot/blob/main/CONTRIBUTING.md">CONTRIBUTING.md</a> for <b>contributions</b> to kitikiplot.
|
95
|
+
|
96
|
+
To join the Discord server for more discussion, click <a href="https://discord.gg/PQKtqm5p">here</a>
|
97
|
+
|
98
|
+
### Key Author
|
99
|
+
<a href="https://www.linkedin.com/in/boddusripavan/"> Boddu Sri Pavan </a>
|
100
|
+
|
101
|
+
## Citation
|
102
|
+
APA <br>
|
103
|
+
> Boddu Sri Pavan, Chandrasheker Thummanagoti, & Boddu Swathi Sree. (2025). KitikiPlot A Python library to visualize categorical sliding window data. https://doi.org/10.5281/zenodo.14632005.
|
104
|
+
|
105
|
+
IEEE <br>
|
106
|
+
> Boddu Sri Pavan, Chandrasheker Thummanagotiand Boddu Swathi Sree, “KitikiPlot A Python library to visualize categorical sliding window data”, 2025, doi: 10.5281/zenodo.14632005.
|
107
|
+
|
108
|
+
BibTeX <br>
|
109
|
+
> @misc{boddu_sri_pavan_2025_14632005, <br>
|
110
|
+
> author = {Boddu Sri Pavan and <br>
|
111
|
+
> Chandrasheker Thummanagoti and <br>
|
112
|
+
> Boddu Swathi Sree}, <br>
|
113
|
+
> title = {KitikiPlot A Python library to visualize <br>
|
114
|
+
> categorical sliding window data <br>
|
115
|
+
> }, <br>
|
116
|
+
> month = jan, <br>
|
117
|
+
> year = 2025, <br>
|
118
|
+
> publisher = {Zenodo}, <br>
|
119
|
+
> doi = {10.5281/zenodo.14632005}, <br>
|
120
|
+
> url = {https://doi.org/10.5281/zenodo.14632005}, <br>
|
121
|
+
>}
|
122
|
+
|
123
|
+
## Execute Tests when contributing to KitikiPlot
|
124
|
+
|
125
|
+
Please refer <a href="https://github.com/BodduSriPavan-111/kitikiplot/blob/main/tests/unit_test/Readme.md">Readme.md</a> to run the tests
|
126
|
+
|
127
|
+
## Thank You !
|
128
|
+
|
@@ -0,0 +1,8 @@
|
|
1
|
+
kitikiplot/__init__.py,sha256=7LpJy1V-PZ-JlfjsnRMjMXxTKaFt0JP0mj-A0SgS-sE,34
|
2
|
+
kitikiplot/kitiki_cell.py,sha256=9kn33x8-4Zp_fVdmp5NK-V7fm3hDXZOxwCNO3uDZqIo,7016
|
3
|
+
kitikiplot/kitiki_color_config.py,sha256=No_ayqgQUYXRE7g62obFKVn6avn4jdGn3WuSqZ6F3tA,11677
|
4
|
+
kitikiplot/kitikiplot.py,sha256=uH5eQnWxswQsDC1b77cu5U_2m3ODfKRGqCxcredRagQ,19746
|
5
|
+
kitikiplot-0.1.8.dist-info/LICENSE,sha256=14Bs-3ieyNjj9kCnVLv8CHRXEvQVM6P5uLe-pz7cBI0,1088
|
6
|
+
kitikiplot-0.1.8.dist-info/METADATA,sha256=GgK4XT4i96KTZkzYVKLCx2epDY96L27Oz4WEz3GCQXg,5413
|
7
|
+
kitikiplot-0.1.8.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
|
8
|
+
kitikiplot-0.1.8.dist-info/RECORD,,
|
@@ -1,9 +0,0 @@
|
|
1
|
-
kitikiplot/__init__.py,sha256=7LpJy1V-PZ-JlfjsnRMjMXxTKaFt0JP0mj-A0SgS-sE,34
|
2
|
-
kitikiplot/kitiki_cell.py,sha256=9kn33x8-4Zp_fVdmp5NK-V7fm3hDXZOxwCNO3uDZqIo,7016
|
3
|
-
kitikiplot/kitiki_color_config.py,sha256=No_ayqgQUYXRE7g62obFKVn6avn4jdGn3WuSqZ6F3tA,11677
|
4
|
-
kitikiplot/kitikiplot.py,sha256=uH5eQnWxswQsDC1b77cu5U_2m3ODfKRGqCxcredRagQ,19746
|
5
|
-
kitikiplot-0.1.6.dist-info/LICENSE,sha256=14Bs-3ieyNjj9kCnVLv8CHRXEvQVM6P5uLe-pz7cBI0,1088
|
6
|
-
kitikiplot-0.1.6.dist-info/METADATA,sha256=l1vENGblnJamx4ai1SgqcnpEWurapoj_p3YFMlrMxJ0,5164
|
7
|
-
kitikiplot-0.1.6.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
8
|
-
kitikiplot-0.1.6.dist-info/top_level.txt,sha256=nqjD8Sil5L7rfBQtnmLdJMR-u2BdVFnusZlOIU0Yd00,11
|
9
|
-
kitikiplot-0.1.6.dist-info/RECORD,,
|
@@ -1 +0,0 @@
|
|
1
|
-
kitikiplot
|
File without changes
|