tesorotools-python 0.0.1__py2.py3-none-any.whl → 0.0.2__py2.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.
- tesorotools/data_sources/lseg.py +2 -1
- {tesorotools_python-0.0.1.dist-info → tesorotools_python-0.0.2.dist-info}/METADATA +1 -1
- {tesorotools_python-0.0.1.dist-info → tesorotools_python-0.0.2.dist-info}/RECORD +4 -4
- {tesorotools_python-0.0.1.dist-info → tesorotools_python-0.0.2.dist-info}/WHEEL +0 -0
tesorotools/data_sources/lseg.py
CHANGED
|
@@ -4,6 +4,8 @@ from pathlib import Path
|
|
|
4
4
|
import lseg.data as ld
|
|
5
5
|
import pandas as pd
|
|
6
6
|
|
|
7
|
+
# there should be a better way for testing this
|
|
8
|
+
|
|
7
9
|
|
|
8
10
|
def get_series(
|
|
9
11
|
api_key: str,
|
|
@@ -48,7 +50,6 @@ def get_series(
|
|
|
48
50
|
fields=fields,
|
|
49
51
|
cooldown=cooldown,
|
|
50
52
|
file_path=cache_file_path,
|
|
51
|
-
debug=True,
|
|
52
53
|
)
|
|
53
54
|
if cache_file_path is None:
|
|
54
55
|
partial_data.append(data)
|
|
@@ -9,7 +9,7 @@ tesorotools/artists/type_curve.py,sha256=VGFCCyMVNwjliLK9usyw_nLC6emKcJYOSV1pmWJ
|
|
|
9
9
|
tesorotools/data_sources/README.md,sha256=iMAeLsv9Xk3IogDh8nCt2pSeTqCHmXA66KPvV25Za7I,261
|
|
10
10
|
tesorotools/data_sources/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
11
|
tesorotools/data_sources/debug.py,sha256=fmUHt7f3dAd6qUBo5D_kTn__MgGC0hisdaC6sFXHKNg,877
|
|
12
|
-
tesorotools/data_sources/lseg.py,sha256=
|
|
12
|
+
tesorotools/data_sources/lseg.py,sha256=YxU9G2yq0cLsKSpYQP6XnW8DH59DFRBc018SfkY8qY0,3643
|
|
13
13
|
tesorotools/database/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
14
14
|
tesorotools/database/push.py,sha256=Y1ToNupMIdNfXcg20P0sFijXza05FUCB1OK53cPXYtU,1960
|
|
15
15
|
tesorotools/dependencies/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -34,6 +34,6 @@ tesorotools/utils/globals.py,sha256=gFhNjCjeih7NaNEb6yjgoJbkTSUuJu9Xw5-UDtCPAQA,
|
|
|
34
34
|
tesorotools/utils/matplotlib.py,sha256=tKidZIcDLKWgawIOJggWwVoaTMsrjw1WEJQouydSYbI,1197
|
|
35
35
|
tesorotools/utils/series.py,sha256=eUEUOdzDfA7YbgO4o6KtxwJOL5cQYdqLjrdvuQ7Hqhc,1168
|
|
36
36
|
tesorotools/utils/template.py,sha256=xpBVad28gG9ZLVwd9e0dTWsGsbujjmVcCPEW2mIKEJo,4917
|
|
37
|
-
tesorotools_python-0.0.
|
|
38
|
-
tesorotools_python-0.0.
|
|
39
|
-
tesorotools_python-0.0.
|
|
37
|
+
tesorotools_python-0.0.2.dist-info/METADATA,sha256=yNrZhBJ5ULwC_cNCPbn40rP3D9XpjbMhKIC4YHNRrwU,323
|
|
38
|
+
tesorotools_python-0.0.2.dist-info/WHEEL,sha256=tkmg4JIqwd9H8mL30xA7crRmoStyCtGp0VWshokd1Jc,105
|
|
39
|
+
tesorotools_python-0.0.2.dist-info/RECORD,,
|
|
File without changes
|