seolpyo-mplchart 0.0.1__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,36 @@
1
+ Metadata-Version: 2.1
2
+ Name: seolpyo-mplchart
3
+ Version: 0.0.1
4
+ Summary: Fast candlestick chart using Python. Includes navigator, slider, navigation, and text information display functions
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, https://white.seolpyo.com/entry/148/
9
+ Project-URL: repository, https://github.com/white-seolpyo/seolpyo-mplchart
10
+ Project-URL: Issues, https://github.com/white-seolpyo/seolpyo-mplchart/issues
11
+ Keywords: chart,차트,stock,주식,invest,투자,finance,파이낸스,candle,캔들,candlestick,캔들스틱,matplotlib,mplfinance,pyqtgraph,finplot,virtual currency,가상화폐,coin,코인,bitcoin,비트코인,ethereum,이더리움
12
+ Classifier: License :: OSI Approved :: MIT License
13
+ Classifier: Development Status :: 5 - Production/Stable
14
+ Classifier: Framework :: Matplotlib
15
+ Classifier: Operating System :: Microsoft :: Windows
16
+ Classifier: Intended Audience :: Developers
17
+ Classifier: Programming Language :: Python
18
+ Classifier: Programming Language :: Python :: 3
19
+ Classifier: Programming Language :: Python :: 3 :: Only
20
+ Classifier: Programming Language :: Python :: 3.11
21
+ Classifier: Programming Language :: Python :: 3.12
22
+ Requires-Python: >=3.11
23
+ Description-Content-Type: text/markdown
24
+ Requires-Dist: matplotlib>=3.9.2
25
+ Requires-Dist: pandas>=2.2.2
26
+
27
+ # Donation
28
+ Bitcoin: 1MKCHW8smDZv5DFMiVkA5G3DeXcMn871ZX
29
+
30
+ Ethereum: 0x1c5fb8a5e0b1153cd4116c91736bd16fabf83520
31
+
32
+
33
+ # Document
34
+ [English](https://white.seolpyo.com/entry/148/)
35
+
36
+ [한글](https://white.seolpyo.com/entry/147/)
@@ -0,0 +1,13 @@
1
+ seolpyo_mplchart/__init__.py,sha256=bsfjo70OG4go5ZNaFziLpXPMZ9wWSGQdx1ujuaGBzCQ,1289
2
+ seolpyo_mplchart/base.py,sha256=qt-satA7XI9gJmfmVwMXbck-O_eLbtz6be8GBBJhyAI,3625
3
+ seolpyo_mplchart/cursor.py,sha256=9Vx0mJRiJs7TSn5U8kXVuEDL9_-Tbwnb43dzdV9jtBk,17136
4
+ seolpyo_mplchart/draw.py,sha256=yWxsabwdfOQYUBDi31bd96KbosRPHj7kCK-tMd0tkv4,12534
5
+ seolpyo_mplchart/slider.py,sha256=PN5dEsoqjQydnTf7I1KkjdQ176MC3HHW5HXd0wdbzFU,23129
6
+ seolpyo_mplchart/test.py,sha256=exyj6wxE0SglaVpnaDu4W3D6jSbsqdDCmTfsSs4LDf8,1008
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.1.dist-info/METADATA,sha256=1lkIX_LVO_HwDUBw35pGEKxQ4diTjQE1lUN0MnpovI8,1633
11
+ seolpyo_mplchart-0.0.1.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
12
+ seolpyo_mplchart-0.0.1.dist-info/top_level.txt,sha256=KgqFn7rKWize7OjMaTCHxKm9ie6vqnyb5c8fN7y_tSo,17
13
+ seolpyo_mplchart-0.0.1.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