jgtfx2console 0.4.23__py3-none-any.whl → 0.4.24__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
jgtfx2console/__init__.py CHANGED
@@ -42,6 +42,6 @@ with warnings.catch_warnings():
42
42
  # your code here
43
43
 
44
44
 
45
- __version__ = "0.4.23"
45
+ __version__ = "0.4.24"
46
46
 
47
47
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: jgtfx2console
3
- Version: 0.4.23
3
+ Version: 0.4.24
4
4
  Summary: PDS Services
5
5
  Home-page: https://github.com/jgwill/jgtfx2console
6
6
  Author: GUillaume Isabelle
@@ -1,5 +1,5 @@
1
1
  jgtfx2console/LiveChartDataExport.py,sha256=Diqo49bOOLlqMF4spwcmpH5iNakmvx5z5zHFKhYwrOo,15202
2
- jgtfx2console/__init__.py,sha256=G43ddgcvDVIuPUtfk73s33uvG9l8ZgRNNwbO1FfVULw,1611
2
+ jgtfx2console/__init__.py,sha256=5E2ASBEBST2iEzXzWx7Ek_Q9XnYvRwuP6DuV8avo_z4,1611
3
3
  jgtfx2console/config_generator.py,sha256=hJ7P9luXFxY2E8YsOCI51tFtQMXEM4uA3IPeuP7GZeo,2827
4
4
  jgtfx2console/fxcli2console.py,sha256=oI4d01jkXNriP2tF8aHcdep_r2YORWMfSnysrIHEAqQ,7426
5
5
  jgtfx2console/forexconnect/EachRowListener.py,sha256=jbRaSqhHtoaRnEnLGoUmVLvE6VPt-WXYtglRPzK440k,1649
@@ -31,9 +31,9 @@ jgtfx2console/forexconnect/lib/linux/libpython3.7m.so,sha256=UQzwU5QcaVnwQdt2yXi
31
31
  jgtfx2console/forexconnect/lib/linux/libquotesmgr2.so.2.8,sha256=QIUMvjI-4m3YX3N23Pad9TIhYbmk17raTTW0gyrElkM,1245248
32
32
  jgtfx2console/forexconnect/lib/linux/libsqlite3.8.so,sha256=aqjV6ZcluDkzyr_bbWQCOHt9uitLvp7uPS-53Z3toQk,641120
33
33
  jgtfx2console/forexconnect/lib/linux/requirements.txt,sha256=62zntle4oq_jlsvrAK1bbfgYvAcRPtVHkGYu_eWiRZs,77
34
- jgtfx2console-0.4.23.dist-info/LICENSE,sha256=uCA_HysYVK9qIMbDEFjcDYhCoKTg19AJhKhM71EKSGA,1086
35
- jgtfx2console-0.4.23.dist-info/METADATA,sha256=fnuZScwoaCqyIKj8xHO9yPx2rnUPAr8nRXTKujp8YI0,2201
36
- jgtfx2console-0.4.23.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
37
- jgtfx2console-0.4.23.dist-info/entry_points.txt,sha256=iSwe90GK9NXcJIDBaKiASHxFPDsYv0FqyKYcq-D2kdo,210
38
- jgtfx2console-0.4.23.dist-info/top_level.txt,sha256=PBNCBgqX42I7ctUTX9FcTnIX0utvgRqzuflefzZ30D8,14
39
- jgtfx2console-0.4.23.dist-info/RECORD,,
34
+ jgtfx2console-0.4.24.dist-info/LICENSE,sha256=uCA_HysYVK9qIMbDEFjcDYhCoKTg19AJhKhM71EKSGA,1086
35
+ jgtfx2console-0.4.24.dist-info/METADATA,sha256=uoQwxjpO4PDKH9II-ZQT0-LS6g5TC5acPNk_xZMyhas,2201
36
+ jgtfx2console-0.4.24.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
37
+ jgtfx2console-0.4.24.dist-info/entry_points.txt,sha256=5-2VwwmwQtOqI0d2qvq3Lupgu9sUVe8S6zOYf-9whQ4,164
38
+ jgtfx2console-0.4.24.dist-info/top_level.txt,sha256=PBNCBgqX42I7ctUTX9FcTnIX0utvgRqzuflefzZ30D8,14
39
+ jgtfx2console-0.4.24.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ [console_scripts]
2
+ fxcli2console = jgtfx2console.fxcli2console:main
3
+ fxlive = jgtfx2console.LiveChartDataExport:main
4
+ fxliveconf = jgtfx2console.config_generator:main
@@ -1,4 +0,0 @@
1
- [console_scripts]
2
- fxcli2console = jgtfx2console.fxcli2console:main
3
- fxlive = jgtfx2console.ptoLiveChartDataExport.LiveChartDataExport:main
4
- fxliveconf = jgtfx2console.ptoLiveChartDataExport.config_generator:main