bullishpy 0.55.0__py3-none-any.whl → 0.56.0__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 bullishpy might be problematic. Click here for more details.

bullish/app/app.py CHANGED
@@ -414,10 +414,12 @@ def main() -> None:
414
414
 
415
415
  if st.session_state.database_path is None:
416
416
  dialog_pick_database()
417
+ if "initialized" not in st.session_state:
417
418
  initialize(
418
419
  database_path=st.session_state.database_path,
419
420
  job_type="Initialize",
420
421
  )
422
+ st.session_state.initialized = True
421
423
  bearish_db_ = bearish_db(st.session_state.database_path)
422
424
 
423
425
  charts_tab, jobs_tab = st.tabs(["Charts", "Jobs"])
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: bullishpy
3
- Version: 0.55.0
3
+ Version: 0.56.0
4
4
  Summary:
5
5
  Author: aan
6
6
  Author-email: andoludovic.andriamamonjy@gmail.com
@@ -9,7 +9,7 @@ bullish/analysis/indicators.py,sha256=f5FReOeM1qgs_v3yEFp2ebPYqIQNib_4tftG0WDkhR
9
9
  bullish/analysis/industry_views.py,sha256=-B4CCAYz2arGQtWTXLLMpox0loO_MGdVQd2ycCRMOQQ,6799
10
10
  bullish/analysis/predefined_filters.py,sha256=LD_68Gi84gGifT4I4Vgz6VN8y8o1hFBKyQBbpE1i9Bo,12340
11
11
  bullish/app/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
12
- bullish/app/app.py,sha256=oF0ew2TtWSZ9iIsBK7H0Dy-FvOCjzSA4MdEsBzeRI9g,16630
12
+ bullish/app/app.py,sha256=7hWVVd2jBM-Es9S904ck1mtIMSadWgFqwns0bTwrKOU,16720
13
13
  bullish/cli.py,sha256=yYqiEQAvOIQ-pTn77RPuE449gwaEGBeQwNHHAJ5yQDM,2739
14
14
  bullish/database/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
15
15
  bullish/database/alembic/README,sha256=heMzebYwlGhnE8_4CWJ4LS74WoEZjBy-S-mIJRxAEKI,39
@@ -56,8 +56,8 @@ bullish/jobs/models.py,sha256=rBXxtGFBpgZprrxq5_X2Df-bh8BLYEfw-VLMRucrqa8,784
56
56
  bullish/jobs/tasks.py,sha256=vmglWAADUUkhc_2ArzgAGdjtWotkYymvK6LQt08vGo4,6096
57
57
  bullish/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
58
58
  bullish/utils/checks.py,sha256=g-5QXNWNe1_BwHKrc2PtvPiLraL0tqGgxnzG7u-Wkgo,2189
59
- bullishpy-0.55.0.dist-info/LICENSE,sha256=nYb7AJFegu6ndlQhbbk54MjT-GH-0x9RF6Ls-ggJ_g4,1075
60
- bullishpy-0.55.0.dist-info/METADATA,sha256=9yDejzNOweXc-j2EfqA1vLpcli2CGVDOqSNUTqtmyso,3007
61
- bullishpy-0.55.0.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
62
- bullishpy-0.55.0.dist-info/entry_points.txt,sha256=eaPpmL6vmSBFo0FBtwibCXGqAW4LFJ83whJzT1VjD-0,43
63
- bullishpy-0.55.0.dist-info/RECORD,,
59
+ bullishpy-0.56.0.dist-info/LICENSE,sha256=nYb7AJFegu6ndlQhbbk54MjT-GH-0x9RF6Ls-ggJ_g4,1075
60
+ bullishpy-0.56.0.dist-info/METADATA,sha256=ZmM08Eiqa0Zd5A61rWv3QpbDrj2OAKs5w-eQLTTMR0w,3007
61
+ bullishpy-0.56.0.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
62
+ bullishpy-0.56.0.dist-info/entry_points.txt,sha256=eaPpmL6vmSBFo0FBtwibCXGqAW4LFJ83whJzT1VjD-0,43
63
+ bullishpy-0.56.0.dist-info/RECORD,,