seolpyo-mplchart 0.0.2__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.

Potentially problematic release.


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

@@ -0,0 +1,37 @@
1
+ Metadata-Version: 2.1
2
+ Name: seolpyo-mplchart
3
+ Version: 0.0.2
4
+ Summary: Fast candlestick chart using Python.
5
+ Author-email: white-seolpyo <white-seolpyo@naver.com>
6
+ License: MIT License
7
+ Project-URL: Homepage, https://white.seolpyo.com/
8
+ Project-URL: Documentation(English), https://white.seolpyo.com/entry/148/
9
+ Project-URL: Documentation(한글), https://white.seolpyo.com/entry/147/
10
+ Project-URL: repository, https://github.com/white-seolpyo/seolpyo-mplchart
11
+ Project-URL: Issues, https://github.com/white-seolpyo/seolpyo-mplchart/issues
12
+ Keywords: chart,차트,stock,주식,invest,투자,finance,파이낸스,candle,캔들,candlestick,캔들스틱,matplotlib,mplfinance,pyqtgraph,finplot,virtual currency,가상화폐,coin,코인,bitcoin,비트코인,ethereum,이더리움
13
+ Classifier: License :: OSI Approved :: MIT License
14
+ Classifier: Development Status :: 5 - Production/Stable
15
+ Classifier: Framework :: Matplotlib
16
+ Classifier: Operating System :: Microsoft :: Windows
17
+ Classifier: Intended Audience :: Developers
18
+ Classifier: Programming Language :: Python
19
+ Classifier: Programming Language :: Python :: 3
20
+ Classifier: Programming Language :: Python :: 3 :: Only
21
+ Classifier: Programming Language :: Python :: 3.11
22
+ Classifier: Programming Language :: Python :: 3.12
23
+ Requires-Python: >=3.11
24
+ Description-Content-Type: text/markdown
25
+ Requires-Dist: matplotlib>=3.9.2
26
+ Requires-Dist: pandas>=2.2.2
27
+
28
+ # Donation
29
+ Bitcoin: 1MKCHW8smDZv5DFMiVkA5G3DeXcMn871ZX
30
+
31
+ Ethereum: 0x1c5fb8a5e0b1153cd4116c91736bd16fabf83520
32
+
33
+
34
+ # Document
35
+ [English](https://white.seolpyo.com/entry/148/)
36
+
37
+ [한글](https://white.seolpyo.com/entry/147/)
@@ -0,0 +1,13 @@
1
+ seolpyo_mplchart/__init__.py,sha256=bsfjo70OG4go5ZNaFziLpXPMZ9wWSGQdx1ujuaGBzCQ,1289
2
+ seolpyo_mplchart/base.py,sha256=vQ4OOBm3nGwjJ4wjDLaD_3LGxYzlP6AWpI6SZrZiwnQ,3600
3
+ seolpyo_mplchart/cursor.py,sha256=iQLLab9dzPmSWZmq_daWAp_joozQ9_wp-8VMdbcMkic,17152
4
+ seolpyo_mplchart/draw.py,sha256=GSvZBUIUyrlztdcxYD6_Ef1d5ZBdxi9uyLvAYb0WWVQ,12786
5
+ seolpyo_mplchart/slider.py,sha256=0ZDJIs5rR1spoc3my5chuKXkKOJsXUjbDk6utDBABcU,23060
6
+ seolpyo_mplchart/test.py,sha256=cW2hoaVbRtoSXlpmA4i1BKHBjI3-FAqYq__kryxkrC8,1007
7
+ seolpyo_mplchart/utils.py,sha256=4f-lTdDHUGzavdt33SQuc6-6NFAnDK3j6vasw22ZNGo,1162
8
+ seolpyo_mplchart/data/apple.txt,sha256=0izAfweu1lLsC0IwVthdVlo9reG8KGbKGTSX5knI5Zc,1380864
9
+ seolpyo_mplchart/data/samsung.txt,sha256=UejaSkbzr4E5K3lkelCT0yJiWUPfmViBEaTyoXyphIs,2476424
10
+ seolpyo_mplchart-0.0.2.dist-info/METADATA,sha256=UAcDFK4OY1hORLKymAlTdCTaK1zYd_2gbMpi8h10aE0,1637
11
+ seolpyo_mplchart-0.0.2.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
12
+ seolpyo_mplchart-0.0.2.dist-info/top_level.txt,sha256=KgqFn7rKWize7OjMaTCHxKm9ie6vqnyb5c8fN7y_tSo,17
13
+ seolpyo_mplchart-0.0.2.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (75.6.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ seolpyo_mplchart