seolpyo-mplchart 0.1.3.2__tar.gz → 0.1.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.

Potentially problematic release.


This version of seolpyo-mplchart might be problematic. Click here for more details.

Files changed (19) hide show
  1. {seolpyo_mplchart-0.1.3.2/seolpyo_mplchart.egg-info → seolpyo_mplchart-0.1.3.3}/PKG-INFO +3 -1
  2. {seolpyo_mplchart-0.1.3.2 → seolpyo_mplchart-0.1.3.3}/README.md +2 -0
  3. {seolpyo_mplchart-0.1.3.2 → seolpyo_mplchart-0.1.3.3}/pyproject.toml +1 -1
  4. {seolpyo_mplchart-0.1.3.2 → seolpyo_mplchart-0.1.3.3/seolpyo_mplchart.egg-info}/PKG-INFO +3 -1
  5. {seolpyo_mplchart-0.1.3.2 → seolpyo_mplchart-0.1.3.3}/MANIFEST.in +0 -0
  6. {seolpyo_mplchart-0.1.3.2 → seolpyo_mplchart-0.1.3.3}/seolpyo_mplchart/__init__.py +0 -0
  7. {seolpyo_mplchart-0.1.3.2 → seolpyo_mplchart-0.1.3.3}/seolpyo_mplchart/base.py +0 -0
  8. {seolpyo_mplchart-0.1.3.2 → seolpyo_mplchart-0.1.3.3}/seolpyo_mplchart/cursor.py +0 -0
  9. {seolpyo_mplchart-0.1.3.2 → seolpyo_mplchart-0.1.3.3}/seolpyo_mplchart/data/apple.txt +0 -0
  10. {seolpyo_mplchart-0.1.3.2 → seolpyo_mplchart-0.1.3.3}/seolpyo_mplchart/data/samsung.txt +0 -0
  11. {seolpyo_mplchart-0.1.3.2 → seolpyo_mplchart-0.1.3.3}/seolpyo_mplchart/draw.py +0 -0
  12. {seolpyo_mplchart-0.1.3.2 → seolpyo_mplchart-0.1.3.3}/seolpyo_mplchart/slider.py +0 -0
  13. {seolpyo_mplchart-0.1.3.2 → seolpyo_mplchart-0.1.3.3}/seolpyo_mplchart/test.py +0 -0
  14. {seolpyo_mplchart-0.1.3.2 → seolpyo_mplchart-0.1.3.3}/seolpyo_mplchart/utils.py +0 -0
  15. {seolpyo_mplchart-0.1.3.2 → seolpyo_mplchart-0.1.3.3}/seolpyo_mplchart.egg-info/SOURCES.txt +0 -0
  16. {seolpyo_mplchart-0.1.3.2 → seolpyo_mplchart-0.1.3.3}/seolpyo_mplchart.egg-info/dependency_links.txt +0 -0
  17. {seolpyo_mplchart-0.1.3.2 → seolpyo_mplchart-0.1.3.3}/seolpyo_mplchart.egg-info/requires.txt +0 -0
  18. {seolpyo_mplchart-0.1.3.2 → seolpyo_mplchart-0.1.3.3}/seolpyo_mplchart.egg-info/top_level.txt +0 -0
  19. {seolpyo_mplchart-0.1.3.2 → seolpyo_mplchart-0.1.3.3}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: seolpyo-mplchart
3
- Version: 0.1.3.2
3
+ Version: 0.1.3.3
4
4
  Summary: Fast candlestick chart using Python. Includes navigator, slider, navigation, and text information display functions
5
5
  Author-email: white-seolpyo <white-seolpyo@naver.com>
6
6
  License: MIT License
@@ -40,6 +40,8 @@ Ethereum: 0x1c5fb8a5e0b1153cd4116c91736bd16fabf83520
40
40
  # Sample
41
41
  ![sample gif](https://raw.githubusercontent.com/white-seolpyo/seolpyo-mplchart/master/images/sample.gif)
42
42
 
43
+ ![simpler](https://github.com/white-seolpyo/seolpyo-mplchart/blob/main/images/simpler.gif)
44
+
43
45
  <img alt="tkinter sample gif" src="https://github.com/white-seolpyo/seolpyo-mplchart/blob/main/images/with%20tkinter.gif?raw=true">
44
46
 
45
47
  ![english sample](https://raw.githubusercontent.com/white-seolpyo/seolpyo-mplchart/refs/heads/main/images/change%20format.png)
@@ -13,6 +13,8 @@ Ethereum: 0x1c5fb8a5e0b1153cd4116c91736bd16fabf83520
13
13
  # Sample
14
14
  ![sample gif](https://raw.githubusercontent.com/white-seolpyo/seolpyo-mplchart/master/images/sample.gif)
15
15
 
16
+ ![simpler](https://github.com/white-seolpyo/seolpyo-mplchart/blob/main/images/simpler.gif)
17
+
16
18
  <img alt="tkinter sample gif" src="https://github.com/white-seolpyo/seolpyo-mplchart/blob/main/images/with%20tkinter.gif?raw=true">
17
19
 
18
20
  ![english sample](https://raw.githubusercontent.com/white-seolpyo/seolpyo-mplchart/refs/heads/main/images/change%20format.png)
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
8
8
 
9
9
  [project]
10
10
  name = "seolpyo-mplchart"
11
- version = "0.1.3.2"
11
+ version = "0.1.3.3"
12
12
  dependencies = [
13
13
  "matplotlib >= 3.7.0",
14
14
  "pandas >= 2.0.0",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: seolpyo-mplchart
3
- Version: 0.1.3.2
3
+ Version: 0.1.3.3
4
4
  Summary: Fast candlestick chart using Python. Includes navigator, slider, navigation, and text information display functions
5
5
  Author-email: white-seolpyo <white-seolpyo@naver.com>
6
6
  License: MIT License
@@ -40,6 +40,8 @@ Ethereum: 0x1c5fb8a5e0b1153cd4116c91736bd16fabf83520
40
40
  # Sample
41
41
  ![sample gif](https://raw.githubusercontent.com/white-seolpyo/seolpyo-mplchart/master/images/sample.gif)
42
42
 
43
+ ![simpler](https://github.com/white-seolpyo/seolpyo-mplchart/blob/main/images/simpler.gif)
44
+
43
45
  <img alt="tkinter sample gif" src="https://github.com/white-seolpyo/seolpyo-mplchart/blob/main/images/with%20tkinter.gif?raw=true">
44
46
 
45
47
  ![english sample](https://raw.githubusercontent.com/white-seolpyo/seolpyo-mplchart/refs/heads/main/images/change%20format.png)