dukascript 0.0.1__py3-none-any.whl → 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.
- dukascript/__init__.py +0 -11
- {dukascript-0.0.1.dist-info → dukascript-0.0.2.dist-info}/METADATA +1 -1
- dukascript-0.0.2.dist-info/RECORD +8 -0
- dukascript-0.0.1.dist-info/RECORD +0 -8
- {dukascript-0.0.1.dist-info → dukascript-0.0.2.dist-info}/WHEEL +0 -0
- {dukascript-0.0.1.dist-info → dukascript-0.0.2.dist-info}/licenses/LICENSE +0 -0
- {dukascript-0.0.1.dist-info → dukascript-0.0.2.dist-info}/top_level.txt +0 -0
dukascript/__init__.py
CHANGED
@@ -54,17 +54,6 @@ def _get_custom_logger(debug=False):
|
|
54
54
|
logger = logging.getLogger("DUKASCRIPT")
|
55
55
|
logger.setLevel(logging.DEBUG if debug else logging.INFO)
|
56
56
|
|
57
|
-
if not logger.handlers:
|
58
|
-
# Formatter
|
59
|
-
formatter = logging.Formatter("[%(levelname)s] %(message)s")
|
60
|
-
|
61
|
-
# Console Handler
|
62
|
-
ch = logging.StreamHandler()
|
63
|
-
ch.setLevel(logging.DEBUG if debug else logging.INFO)
|
64
|
-
ch.setFormatter(formatter)
|
65
|
-
|
66
|
-
logger.addHandler(ch)
|
67
|
-
|
68
57
|
return logger
|
69
58
|
|
70
59
|
|
@@ -0,0 +1,8 @@
|
|
1
|
+
dukascript/__init__.py,sha256=uKpjTfC7lEw8LRPHdXbEw2jyviA4mUhW2CoKJw412nE,11398
|
2
|
+
dukascript/_instrument_generator.py,sha256=WDTNS1bLa-J2uI3TmoBTg-WCHdAtkX6d6tq0xhqL4GI,24848
|
3
|
+
dukascript/instruments.py,sha256=OxKTWR8zx2sjaHtGtd81FsQwTdAMItjgUSojzuJ1waI,59069
|
4
|
+
dukascript-0.0.2.dist-info/licenses/LICENSE,sha256=SA8D35cWkNTiEI71ATLBPTzWgFwjPNZLeloeBJrAJr4,1061
|
5
|
+
dukascript-0.0.2.dist-info/METADATA,sha256=4mb_CxQLSNqAhflL7miHQVJQEKumZ5a-yJ4LBEDLQw0,2040
|
6
|
+
dukascript-0.0.2.dist-info/WHEEL,sha256=pxyMxgL8-pra_rKaQ4drOZAegBVuX-G_4nRHjjgWbmo,91
|
7
|
+
dukascript-0.0.2.dist-info/top_level.txt,sha256=h7GgEQykn3TuhHU4jJxZQ7oNjP_naNvjUwZAw6KU3VE,11
|
8
|
+
dukascript-0.0.2.dist-info/RECORD,,
|
@@ -1,8 +0,0 @@
|
|
1
|
-
dukascript/__init__.py,sha256=8Q76I42KfJSVqE17KgTqcGXjtkeVDodJxcNdOCwzHHY,11708
|
2
|
-
dukascript/_instrument_generator.py,sha256=WDTNS1bLa-J2uI3TmoBTg-WCHdAtkX6d6tq0xhqL4GI,24848
|
3
|
-
dukascript/instruments.py,sha256=OxKTWR8zx2sjaHtGtd81FsQwTdAMItjgUSojzuJ1waI,59069
|
4
|
-
dukascript-0.0.1.dist-info/licenses/LICENSE,sha256=SA8D35cWkNTiEI71ATLBPTzWgFwjPNZLeloeBJrAJr4,1061
|
5
|
-
dukascript-0.0.1.dist-info/METADATA,sha256=4xfXjJiPSeOrvh-VTMWJVuKl-l3jh1JL81LkMU21G9g,2040
|
6
|
-
dukascript-0.0.1.dist-info/WHEEL,sha256=pxyMxgL8-pra_rKaQ4drOZAegBVuX-G_4nRHjjgWbmo,91
|
7
|
-
dukascript-0.0.1.dist-info/top_level.txt,sha256=h7GgEQykn3TuhHU4jJxZQ7oNjP_naNvjUwZAw6KU3VE,11
|
8
|
-
dukascript-0.0.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|