seolpyo-mplchart 0.1.3.1__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.1/seolpyo_mplchart.egg-info → seolpyo_mplchart-0.1.3.3}/PKG-INFO +4 -2
  2. {seolpyo_mplchart-0.1.3.1 → seolpyo_mplchart-0.1.3.3}/README.md +3 -1
  3. {seolpyo_mplchart-0.1.3.1 → seolpyo_mplchart-0.1.3.3}/pyproject.toml +1 -1
  4. {seolpyo_mplchart-0.1.3.1 → seolpyo_mplchart-0.1.3.3/seolpyo_mplchart.egg-info}/PKG-INFO +4 -2
  5. {seolpyo_mplchart-0.1.3.1 → seolpyo_mplchart-0.1.3.3}/MANIFEST.in +0 -0
  6. {seolpyo_mplchart-0.1.3.1 → seolpyo_mplchart-0.1.3.3}/seolpyo_mplchart/__init__.py +0 -0
  7. {seolpyo_mplchart-0.1.3.1 → seolpyo_mplchart-0.1.3.3}/seolpyo_mplchart/base.py +0 -0
  8. {seolpyo_mplchart-0.1.3.1 → seolpyo_mplchart-0.1.3.3}/seolpyo_mplchart/cursor.py +0 -0
  9. {seolpyo_mplchart-0.1.3.1 → seolpyo_mplchart-0.1.3.3}/seolpyo_mplchart/data/apple.txt +0 -0
  10. {seolpyo_mplchart-0.1.3.1 → seolpyo_mplchart-0.1.3.3}/seolpyo_mplchart/data/samsung.txt +0 -0
  11. {seolpyo_mplchart-0.1.3.1 → seolpyo_mplchart-0.1.3.3}/seolpyo_mplchart/draw.py +0 -0
  12. {seolpyo_mplchart-0.1.3.1 → seolpyo_mplchart-0.1.3.3}/seolpyo_mplchart/slider.py +0 -0
  13. {seolpyo_mplchart-0.1.3.1 → seolpyo_mplchart-0.1.3.3}/seolpyo_mplchart/test.py +0 -0
  14. {seolpyo_mplchart-0.1.3.1 → seolpyo_mplchart-0.1.3.3}/seolpyo_mplchart/utils.py +0 -0
  15. {seolpyo_mplchart-0.1.3.1 → seolpyo_mplchart-0.1.3.3}/seolpyo_mplchart.egg-info/SOURCES.txt +0 -0
  16. {seolpyo_mplchart-0.1.3.1 → seolpyo_mplchart-0.1.3.3}/seolpyo_mplchart.egg-info/dependency_links.txt +0 -0
  17. {seolpyo_mplchart-0.1.3.1 → seolpyo_mplchart-0.1.3.3}/seolpyo_mplchart.egg-info/requires.txt +0 -0
  18. {seolpyo_mplchart-0.1.3.1 → seolpyo_mplchart-0.1.3.3}/seolpyo_mplchart.egg-info/top_level.txt +0 -0
  19. {seolpyo_mplchart-0.1.3.1 → 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.1
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
@@ -38,7 +38,9 @@ Ethereum: 0x1c5fb8a5e0b1153cd4116c91736bd16fabf83520
38
38
 
39
39
 
40
40
  # Sample
41
- ![sample gif](https://raw.githubusercontent.com/white-seolpyo/seolpyo-mplchart/refs/heads/main/images/sample.gif)
41
+ ![sample gif](https://raw.githubusercontent.com/white-seolpyo/seolpyo-mplchart/master/images/sample.gif)
42
+
43
+ ![simpler](https://github.com/white-seolpyo/seolpyo-mplchart/blob/main/images/simpler.gif)
42
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
 
@@ -11,7 +11,9 @@ Ethereum: 0x1c5fb8a5e0b1153cd4116c91736bd16fabf83520
11
11
 
12
12
 
13
13
  # Sample
14
- ![sample gif](https://raw.githubusercontent.com/white-seolpyo/seolpyo-mplchart/refs/heads/main/images/sample.gif)
14
+ ![sample gif](https://raw.githubusercontent.com/white-seolpyo/seolpyo-mplchart/master/images/sample.gif)
15
+
16
+ ![simpler](https://github.com/white-seolpyo/seolpyo-mplchart/blob/main/images/simpler.gif)
15
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
 
@@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
8
8
 
9
9
  [project]
10
10
  name = "seolpyo-mplchart"
11
- version = "0.1.3.1"
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.1
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
@@ -38,7 +38,9 @@ Ethereum: 0x1c5fb8a5e0b1153cd4116c91736bd16fabf83520
38
38
 
39
39
 
40
40
  # Sample
41
- ![sample gif](https://raw.githubusercontent.com/white-seolpyo/seolpyo-mplchart/refs/heads/main/images/sample.gif)
41
+ ![sample gif](https://raw.githubusercontent.com/white-seolpyo/seolpyo-mplchart/master/images/sample.gif)
42
+
43
+ ![simpler](https://github.com/white-seolpyo/seolpyo-mplchart/blob/main/images/simpler.gif)
42
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