kensho-kfinance 1.2.0__tar.gz → 1.2.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.
Potentially problematic release.
This version of kensho-kfinance might be problematic. Click here for more details.
- {kensho_kfinance-1.2.0 → kensho_kfinance-1.2.2}/PKG-INFO +10 -8
- {kensho_kfinance-1.2.0 → kensho_kfinance-1.2.2}/kensho_kfinance.egg-info/PKG-INFO +10 -8
- {kensho_kfinance-1.2.0 → kensho_kfinance-1.2.2}/kensho_kfinance.egg-info/requires.txt +9 -7
- {kensho_kfinance-1.2.0 → kensho_kfinance-1.2.2}/kfinance/CHANGELOG.md +7 -0
- {kensho_kfinance-1.2.0 → kensho_kfinance-1.2.2}/kfinance/constants.py +11 -0
- {kensho_kfinance-1.2.0 → kensho_kfinance-1.2.2}/kfinance/fetch.py +54 -21
- {kensho_kfinance-1.2.0 → kensho_kfinance-1.2.2}/kfinance/tests/test_fetch.py +0 -20
- {kensho_kfinance-1.2.0 → kensho_kfinance-1.2.2}/kfinance/version.py +2 -2
- {kensho_kfinance-1.2.0 → kensho_kfinance-1.2.2}/pyproject.toml +10 -7
- {kensho_kfinance-1.2.0 → kensho_kfinance-1.2.2}/.coveragerc +0 -0
- {kensho_kfinance-1.2.0 → kensho_kfinance-1.2.2}/.github/workflows/ci-lint.yml +0 -0
- {kensho_kfinance-1.2.0 → kensho_kfinance-1.2.2}/.github/workflows/ci-test.yml +0 -0
- {kensho_kfinance-1.2.0 → kensho_kfinance-1.2.2}/.github/workflows/python-publish.yml +0 -0
- {kensho_kfinance-1.2.0 → kensho_kfinance-1.2.2}/.gitignore +0 -0
- {kensho_kfinance-1.2.0 → kensho_kfinance-1.2.2}/.readthedocs.yaml +0 -0
- {kensho_kfinance-1.2.0 → kensho_kfinance-1.2.2}/AUTHORS.md +0 -0
- {kensho_kfinance-1.2.0 → kensho_kfinance-1.2.2}/CODE_OF_CONDUCT.md +0 -0
- {kensho_kfinance-1.2.0 → kensho_kfinance-1.2.2}/CONTRIBUTING.md +0 -0
- {kensho_kfinance-1.2.0 → kensho_kfinance-1.2.2}/LICENSE +0 -0
- {kensho_kfinance-1.2.0 → kensho_kfinance-1.2.2}/README.md +0 -0
- {kensho_kfinance-1.2.0 → kensho_kfinance-1.2.2}/docs/conf.py +0 -0
- {kensho_kfinance-1.2.0 → kensho_kfinance-1.2.2}/docs/index.rst +0 -0
- {kensho_kfinance-1.2.0 → kensho_kfinance-1.2.2}/docs/kfinance.rst +0 -0
- {kensho_kfinance-1.2.0 → kensho_kfinance-1.2.2}/docs/llm_tools.rst +0 -0
- {kensho_kfinance-1.2.0 → kensho_kfinance-1.2.2}/docs/requirements.txt +0 -0
- {kensho_kfinance-1.2.0 → kensho_kfinance-1.2.2}/docs/templates/apidoc/package.rst_t +0 -0
- {kensho_kfinance-1.2.0 → kensho_kfinance-1.2.2}/docs/templates/apidoc/toc.rst_t +0 -0
- {kensho_kfinance-1.2.0 → kensho_kfinance-1.2.2}/justfile +0 -0
- {kensho_kfinance-1.2.0 → kensho_kfinance-1.2.2}/kensho_kfinance.egg-info/SOURCES.txt +0 -0
- {kensho_kfinance-1.2.0 → kensho_kfinance-1.2.2}/kensho_kfinance.egg-info/dependency_links.txt +0 -0
- {kensho_kfinance-1.2.0 → kensho_kfinance-1.2.2}/kensho_kfinance.egg-info/top_level.txt +0 -0
- {kensho_kfinance-1.2.0 → kensho_kfinance-1.2.2}/kfinance/__init__.py +0 -0
- {kensho_kfinance-1.2.0 → kensho_kfinance-1.2.2}/kfinance/batch_request_handling.py +0 -0
- {kensho_kfinance-1.2.0 → kensho_kfinance-1.2.2}/kfinance/kfinance.py +0 -0
- {kensho_kfinance-1.2.0 → kensho_kfinance-1.2.2}/kfinance/llm_tools.py +0 -0
- {kensho_kfinance-1.2.0 → kensho_kfinance-1.2.2}/kfinance/meta_classes.py +0 -0
- {kensho_kfinance-1.2.0 → kensho_kfinance-1.2.2}/kfinance/prompt.py +0 -0
- {kensho_kfinance-1.2.0 → kensho_kfinance-1.2.2}/kfinance/py.typed +0 -0
- {kensho_kfinance-1.2.0 → kensho_kfinance-1.2.2}/kfinance/server_thread.py +0 -0
- {kensho_kfinance-1.2.0 → kensho_kfinance-1.2.2}/kfinance/tests/__init__.py +0 -0
- {kensho_kfinance-1.2.0 → kensho_kfinance-1.2.2}/kfinance/tests/test_batch_requests.py +0 -0
- {kensho_kfinance-1.2.0 → kensho_kfinance-1.2.2}/kfinance/tests/test_objects.py +0 -0
- {kensho_kfinance-1.2.0 → kensho_kfinance-1.2.2}/kfinance/tool_schemas.py +0 -0
- {kensho_kfinance-1.2.0 → kensho_kfinance-1.2.2}/scripts/copyright_line_check.sh +0 -0
- {kensho_kfinance-1.2.0 → kensho_kfinance-1.2.2}/scripts/lint.sh +0 -0
- {kensho_kfinance-1.2.0 → kensho_kfinance-1.2.2}/scripts/test.sh +0 -0
- {kensho_kfinance-1.2.0 → kensho_kfinance-1.2.2}/setup.cfg +0 -0
- {kensho_kfinance-1.2.0 → kensho_kfinance-1.2.2}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: kensho-kfinance
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.2
|
|
4
4
|
Summary: Python CLI for kFinance
|
|
5
5
|
Author-email: Luke Brown <luke.brown@kensho.com>, Michelle Keoy <michelle.keoy@kensho.com>, Keith Page <keith.page@kensho.com>, Matthew Rosen <matthew.rosen@kensho.com>, Nick Roshdieh <nick.roshdieh@kensho.com>
|
|
6
6
|
Project-URL: source, https://github.com/kensho-technologies/kfinance
|
|
@@ -12,23 +12,25 @@ Requires-Python: >=3.10
|
|
|
12
12
|
Description-Content-Type: text/markdown
|
|
13
13
|
License-File: LICENSE
|
|
14
14
|
License-File: AUTHORS.md
|
|
15
|
-
Requires-Dist:
|
|
16
|
-
Requires-Dist: requests<3,>=2.22.0
|
|
17
|
-
Requires-Dist: urllib3>=1.21.1
|
|
18
|
-
Requires-Dist: pyjwt>=2.8.0
|
|
15
|
+
Requires-Dist: langchain-core>=0.3.15
|
|
19
16
|
Requires-Dist: numpy>=1.22.4
|
|
20
17
|
Requires-Dist: pandas>=2.0.0
|
|
21
|
-
Requires-Dist: types-requests<3,>=2.22.0
|
|
22
18
|
Requires-Dist: pillow>=10
|
|
23
|
-
Requires-Dist:
|
|
19
|
+
Requires-Dist: pydantic<3,>=2.10.0
|
|
20
|
+
Requires-Dist: pyjwt>=2.8.0
|
|
21
|
+
Requires-Dist: python-dateutil<2.9,>=2.8.2
|
|
24
22
|
Requires-Dist: strenum>=0.4.15
|
|
23
|
+
Requires-Dist: tabulate>=0.9.0
|
|
24
|
+
Requires-Dist: types-requests<3,>=2.22.0
|
|
25
|
+
Requires-Dist: requests<3,>=2.22.0
|
|
26
|
+
Requires-Dist: urllib3>=1.21.1
|
|
25
27
|
Provides-Extra: dev
|
|
26
28
|
Requires-Dist: coverage<8,>=7.6.10; extra == "dev"
|
|
27
29
|
Requires-Dist: mypy<2,>=1.15.0; extra == "dev"
|
|
28
30
|
Requires-Dist: pytest<7,>=6.1.2; extra == "dev"
|
|
29
31
|
Requires-Dist: pytest-cov<7,>=6.0.0; extra == "dev"
|
|
30
|
-
Requires-Dist: ruff<1,>=0.9.4; extra == "dev"
|
|
31
32
|
Requires-Dist: requests_mock<1.2,>=1.1; extra == "dev"
|
|
33
|
+
Requires-Dist: ruff<1,>=0.9.4; extra == "dev"
|
|
32
34
|
Dynamic: license-file
|
|
33
35
|
|
|
34
36
|
# kFinance
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: kensho-kfinance
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.2
|
|
4
4
|
Summary: Python CLI for kFinance
|
|
5
5
|
Author-email: Luke Brown <luke.brown@kensho.com>, Michelle Keoy <michelle.keoy@kensho.com>, Keith Page <keith.page@kensho.com>, Matthew Rosen <matthew.rosen@kensho.com>, Nick Roshdieh <nick.roshdieh@kensho.com>
|
|
6
6
|
Project-URL: source, https://github.com/kensho-technologies/kfinance
|
|
@@ -12,23 +12,25 @@ Requires-Python: >=3.10
|
|
|
12
12
|
Description-Content-Type: text/markdown
|
|
13
13
|
License-File: LICENSE
|
|
14
14
|
License-File: AUTHORS.md
|
|
15
|
-
Requires-Dist:
|
|
16
|
-
Requires-Dist: requests<3,>=2.22.0
|
|
17
|
-
Requires-Dist: urllib3>=1.21.1
|
|
18
|
-
Requires-Dist: pyjwt>=2.8.0
|
|
15
|
+
Requires-Dist: langchain-core>=0.3.15
|
|
19
16
|
Requires-Dist: numpy>=1.22.4
|
|
20
17
|
Requires-Dist: pandas>=2.0.0
|
|
21
|
-
Requires-Dist: types-requests<3,>=2.22.0
|
|
22
18
|
Requires-Dist: pillow>=10
|
|
23
|
-
Requires-Dist:
|
|
19
|
+
Requires-Dist: pydantic<3,>=2.10.0
|
|
20
|
+
Requires-Dist: pyjwt>=2.8.0
|
|
21
|
+
Requires-Dist: python-dateutil<2.9,>=2.8.2
|
|
24
22
|
Requires-Dist: strenum>=0.4.15
|
|
23
|
+
Requires-Dist: tabulate>=0.9.0
|
|
24
|
+
Requires-Dist: types-requests<3,>=2.22.0
|
|
25
|
+
Requires-Dist: requests<3,>=2.22.0
|
|
26
|
+
Requires-Dist: urllib3>=1.21.1
|
|
25
27
|
Provides-Extra: dev
|
|
26
28
|
Requires-Dist: coverage<8,>=7.6.10; extra == "dev"
|
|
27
29
|
Requires-Dist: mypy<2,>=1.15.0; extra == "dev"
|
|
28
30
|
Requires-Dist: pytest<7,>=6.1.2; extra == "dev"
|
|
29
31
|
Requires-Dist: pytest-cov<7,>=6.0.0; extra == "dev"
|
|
30
|
-
Requires-Dist: ruff<1,>=0.9.4; extra == "dev"
|
|
31
32
|
Requires-Dist: requests_mock<1.2,>=1.1; extra == "dev"
|
|
33
|
+
Requires-Dist: ruff<1,>=0.9.4; extra == "dev"
|
|
32
34
|
Dynamic: license-file
|
|
33
35
|
|
|
34
36
|
# kFinance
|
|
@@ -1,18 +1,20 @@
|
|
|
1
|
-
|
|
2
|
-
requests<3,>=2.22.0
|
|
3
|
-
urllib3>=1.21.1
|
|
4
|
-
pyjwt>=2.8.0
|
|
1
|
+
langchain-core>=0.3.15
|
|
5
2
|
numpy>=1.22.4
|
|
6
3
|
pandas>=2.0.0
|
|
7
|
-
types-requests<3,>=2.22.0
|
|
8
4
|
pillow>=10
|
|
9
|
-
|
|
5
|
+
pydantic<3,>=2.10.0
|
|
6
|
+
pyjwt>=2.8.0
|
|
7
|
+
python-dateutil<2.9,>=2.8.2
|
|
10
8
|
strenum>=0.4.15
|
|
9
|
+
tabulate>=0.9.0
|
|
10
|
+
types-requests<3,>=2.22.0
|
|
11
|
+
requests<3,>=2.22.0
|
|
12
|
+
urllib3>=1.21.1
|
|
11
13
|
|
|
12
14
|
[dev]
|
|
13
15
|
coverage<8,>=7.6.10
|
|
14
16
|
mypy<2,>=1.15.0
|
|
15
17
|
pytest<7,>=6.1.2
|
|
16
18
|
pytest-cov<7,>=6.0.0
|
|
17
|
-
ruff<1,>=0.9.4
|
|
18
19
|
requests_mock<1.2,>=1.1
|
|
20
|
+
ruff<1,>=0.9.4
|
|
@@ -76,6 +76,17 @@ class LatestPeriods(TypedDict):
|
|
|
76
76
|
now: CurrentPeriod
|
|
77
77
|
|
|
78
78
|
|
|
79
|
+
class IndustryClassification(StrEnum):
|
|
80
|
+
sic = "sic"
|
|
81
|
+
naics = "naics"
|
|
82
|
+
nace = "nace"
|
|
83
|
+
anzsic = "anzsic"
|
|
84
|
+
spcapiqetf = "spcapiqetf"
|
|
85
|
+
spratings = "spratings"
|
|
86
|
+
gics = "gics"
|
|
87
|
+
simple = "simple"
|
|
88
|
+
|
|
89
|
+
|
|
79
90
|
# all of these values must be lower case keys
|
|
80
91
|
LINE_ITEMS: list[LineItemType] = [
|
|
81
92
|
{
|
|
@@ -7,7 +7,7 @@ from uuid import uuid4
|
|
|
7
7
|
import jwt
|
|
8
8
|
import requests
|
|
9
9
|
|
|
10
|
-
from .constants import BusinessRelationshipType, IdentificationTriple
|
|
10
|
+
from .constants import BusinessRelationshipType, IdentificationTriple, IndustryClassification
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
# version.py gets autogenerated by setuptools-scm and is not available
|
|
@@ -368,26 +368,6 @@ class KFinanceApiClient:
|
|
|
368
368
|
country_iso_code=country_iso_code, state_iso_code=state_iso_code, fetch_ticker=False
|
|
369
369
|
)
|
|
370
370
|
|
|
371
|
-
def fetch_simple_industry_groups(
|
|
372
|
-
self, simple_industry: str, fetch_ticker: bool = True
|
|
373
|
-
) -> dict[str, list]:
|
|
374
|
-
"""Fetch simple industry groups"""
|
|
375
|
-
url = f"{self.url_base}{'ticker_groups' if fetch_ticker else 'company_groups'}/industry/simple/{simple_industry}"
|
|
376
|
-
return self.fetch(url)
|
|
377
|
-
|
|
378
|
-
def fetch_ticker_simple_industry_groups(
|
|
379
|
-
self, simple_industry: str
|
|
380
|
-
) -> dict[str, list[IdentificationTriple]]:
|
|
381
|
-
"""Fetch ticker simple industry groups"""
|
|
382
|
-
return self.fetch_simple_industry_groups(simple_industry=simple_industry, fetch_ticker=True)
|
|
383
|
-
|
|
384
|
-
def fetch_company_simple_industry_groups(self, simple_industry: str) -> dict[str, list[int]]:
|
|
385
|
-
"""Fetch company simple industry groups"""
|
|
386
|
-
return self.fetch_simple_industry_groups(
|
|
387
|
-
simple_industry=simple_industry,
|
|
388
|
-
fetch_ticker=False,
|
|
389
|
-
)
|
|
390
|
-
|
|
391
371
|
def fetch_exchange_groups(
|
|
392
372
|
self, exchange_code: str, fetch_ticker: bool = True
|
|
393
373
|
) -> dict[str, list]:
|
|
@@ -456,3 +436,56 @@ class KFinanceApiClient:
|
|
|
456
436
|
"""
|
|
457
437
|
url = f"{self.url_base}relationship/{company_id}/{relationship_type}"
|
|
458
438
|
return self.fetch(url)
|
|
439
|
+
|
|
440
|
+
def fetch_from_industry_code(
|
|
441
|
+
self,
|
|
442
|
+
industry_code: str,
|
|
443
|
+
industry_classification: IndustryClassification,
|
|
444
|
+
fetch_ticker: bool = True,
|
|
445
|
+
) -> dict[str, list]:
|
|
446
|
+
"""Fetches a list of companies or identification triples that are classified in the given industry_code and industry_classification."""
|
|
447
|
+
|
|
448
|
+
url = f"{self.url_base}{'ticker_groups' if fetch_ticker else 'company_groups'}/industry/{industry_classification}/{industry_code}"
|
|
449
|
+
return self.fetch(url)
|
|
450
|
+
|
|
451
|
+
def fetch_ticker_from_industry_code(
|
|
452
|
+
self,
|
|
453
|
+
industry_code: str,
|
|
454
|
+
industry_classification: IndustryClassification,
|
|
455
|
+
) -> dict[str, list[IdentificationTriple]]:
|
|
456
|
+
"""Fetches a list of identification triples that are classified in the given industry_code and industry_classification.
|
|
457
|
+
|
|
458
|
+
Returns a dictionary of shape {"tickers": List[{“company_id”: <company_id>, “security_id”: <security_id>, “trading_item_id”: <trading_item_id>}]}.
|
|
459
|
+
:param industry_code: The industry_code to filter on. The industry_code is a string corresponding to the Industry classifications ontology.
|
|
460
|
+
:type industry_code: str
|
|
461
|
+
:param industry_classification: The type of industry_classification to filter on.
|
|
462
|
+
:type industry_classification: IndustryClassification
|
|
463
|
+
:return: A dictionary containing the list of identification triple [company_id, security_id, trading_item_id] that are classified in the given industry_code and industry_classification.
|
|
464
|
+
:rtype: dict[str, list[IdentificationTriple]]
|
|
465
|
+
"""
|
|
466
|
+
return self.fetch_from_industry_code(
|
|
467
|
+
industry_code=industry_code,
|
|
468
|
+
industry_classification=industry_classification,
|
|
469
|
+
fetch_ticker=True,
|
|
470
|
+
)
|
|
471
|
+
|
|
472
|
+
def fetch_company_from_industry_code(
|
|
473
|
+
self,
|
|
474
|
+
industry_code: str,
|
|
475
|
+
industry_classification: IndustryClassification,
|
|
476
|
+
) -> dict[str, list[int]]:
|
|
477
|
+
"""Fetches a list of companies that are classified in the given industry_code and industry_classification.
|
|
478
|
+
|
|
479
|
+
Returns a dictionary of shape {"companies": List[<company_id>]}.
|
|
480
|
+
:param industry_code: The industry_code to filter on. The industry_code is a string corresponding to the Industry classifications ontology.
|
|
481
|
+
:type industry_code: str
|
|
482
|
+
:param industry_classification: The type of industry_classification to filter on.
|
|
483
|
+
:type industry_classification: IndustryClassification
|
|
484
|
+
:return: A dictionary containing the list of companies that are classified in the given industry_code and industry_classification.
|
|
485
|
+
:rtype: dict[str, list[int]]
|
|
486
|
+
"""
|
|
487
|
+
return self.fetch_from_industry_code(
|
|
488
|
+
industry_code=industry_code,
|
|
489
|
+
industry_classification=industry_classification,
|
|
490
|
+
fetch_ticker=False,
|
|
491
|
+
)
|
|
@@ -157,26 +157,6 @@ class TestFetchItem(TestCase):
|
|
|
157
157
|
)
|
|
158
158
|
self.kfinance_api_client.fetch.assert_called_with(expected_fetch_url)
|
|
159
159
|
|
|
160
|
-
def test_fetch_ticker_industry_simple_groups(self) -> None:
|
|
161
|
-
simple_industry = "media"
|
|
162
|
-
expected_fetch_url = (
|
|
163
|
-
f"{self.kfinance_api_client.url_base}ticker_groups/industry/simple/{simple_industry}"
|
|
164
|
-
)
|
|
165
|
-
self.kfinance_api_client.fetch_ticker_simple_industry_groups(
|
|
166
|
-
simple_industry=simple_industry
|
|
167
|
-
)
|
|
168
|
-
self.kfinance_api_client.fetch.assert_called_once_with(expected_fetch_url)
|
|
169
|
-
|
|
170
|
-
def test_fetch_company_industry_simple_groups(self) -> None:
|
|
171
|
-
simple_industry = "media"
|
|
172
|
-
expected_fetch_url = (
|
|
173
|
-
f"{self.kfinance_api_client.url_base}company_groups/industry/simple/{simple_industry}"
|
|
174
|
-
)
|
|
175
|
-
self.kfinance_api_client.fetch_company_simple_industry_groups(
|
|
176
|
-
simple_industry=simple_industry
|
|
177
|
-
)
|
|
178
|
-
self.kfinance_api_client.fetch.assert_called_once_with(expected_fetch_url)
|
|
179
|
-
|
|
180
160
|
def test_fetch_ticker_exchange_groups(self) -> None:
|
|
181
161
|
exchange_code = "NYSE"
|
|
182
162
|
expected_fetch_url = (
|
|
@@ -16,17 +16,20 @@ classifiers = [
|
|
|
16
16
|
"Operating System :: OS Independent",
|
|
17
17
|
]
|
|
18
18
|
|
|
19
|
+
|
|
19
20
|
dependencies = [
|
|
20
|
-
"
|
|
21
|
-
"requests>=2.22.0,<3",
|
|
22
|
-
"urllib3>=1.21.1",
|
|
23
|
-
"pyjwt>=2.8.0",
|
|
21
|
+
"langchain-core>=0.3.15",
|
|
24
22
|
"numpy>=1.22.4",
|
|
25
23
|
"pandas>=2.0.0",
|
|
26
|
-
"types-requests>=2.22.0,<3",
|
|
27
24
|
"pillow>=10",
|
|
28
|
-
"
|
|
25
|
+
"pydantic>=2.10.0,<3",
|
|
26
|
+
"pyjwt>=2.8.0",
|
|
27
|
+
"python-dateutil>=2.8.2,<2.9",
|
|
29
28
|
"strenum>=0.4.15",
|
|
29
|
+
"tabulate>=0.9.0", # required for turning dataframes into markdown
|
|
30
|
+
"types-requests>=2.22.0,<3",
|
|
31
|
+
"requests>=2.22.0,<3",
|
|
32
|
+
"urllib3>=1.21.1",
|
|
30
33
|
]
|
|
31
34
|
|
|
32
35
|
[project.optional-dependencies]
|
|
@@ -35,8 +38,8 @@ dev = [
|
|
|
35
38
|
"mypy>=1.15.0,<2",
|
|
36
39
|
"pytest>=6.1.2,<7",
|
|
37
40
|
"pytest-cov>=6.0.0,<7",
|
|
38
|
-
"ruff>=0.9.4,<1",
|
|
39
41
|
"requests_mock>=1.1,<1.2",
|
|
42
|
+
"ruff>=0.9.4,<1",
|
|
40
43
|
]
|
|
41
44
|
|
|
42
45
|
[project.urls]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{kensho_kfinance-1.2.0 → kensho_kfinance-1.2.2}/kensho_kfinance.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|