QuantResearch 2.4__tar.gz → 2.4.2__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: QuantResearch
3
- Version: 2.4
3
+ Version: 2.4.2
4
4
  Summary: Technical indicators and visualization tools for quantitative research
5
5
  Home-page: https://github.com/vinayak1729-web/QuantR
6
6
  Author: Vinayak ShindeVishal Mishra
@@ -19,7 +19,7 @@ import winsound # Windows; replaced with platform check below
19
19
  import platform
20
20
  import json, os
21
21
 
22
- from indicators import (
22
+ from .indicators import (
23
23
  Rsi, RVWAP, macd, bb_bands, atr, fetch_data,
24
24
  sma, temma, demma, ema,
25
25
  stochastic, williams_r, obv, parabolic_sar,
@@ -420,7 +420,7 @@ class QuantDashboard:
420
420
 
421
421
  def _show_welcome(self, parent):
422
422
  tk.Label(parent,
423
- text="QuantResearch // Bloomberg-Mango\n\nEnter a ticker → Fetch Data",
423
+ text="QuantResearch Dashboard \n\nEnter a ticker → Fetch Data",
424
424
  font=('Consolas',18,'bold'), bg=C['bg2'], fg=C['accent'],
425
425
  justify='center').pack(expand=True)
426
426
 
@@ -1513,5 +1513,3 @@ def launch_dashboard():
1513
1513
  app = QuantDashboard(root)
1514
1514
  root.mainloop()
1515
1515
 
1516
-
1517
- launch_dashboard()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: QuantResearch
3
- Version: 2.4
3
+ Version: 2.4.2
4
4
  Summary: Technical indicators and visualization tools for quantitative research
5
5
  Home-page: https://github.com/vinayak1729-web/QuantR
6
6
  Author: Vinayak ShindeVishal Mishra
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "QuantResearch"
7
- version = "2.4"
7
+ version = "2.4.2"
8
8
  description = "Technical indicators and visualization tools for quantitative research"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.7"
File without changes
File without changes
File without changes
File without changes