btgsolutions-dataservices-python-client 2.1.2__tar.gz → 2.2.0__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.
- {btgsolutions_dataservices_python_client-2.1.2/btgsolutions_dataservices_python_client.egg-info → btgsolutions_dataservices_python_client-2.2.0}/PKG-INFO +7 -7
- {btgsolutions_dataservices_python_client-2.1.2 → btgsolutions_dataservices_python_client-2.2.0/btgsolutions_dataservices_python_client.egg-info}/PKG-INFO +7 -7
- btgsolutions_dataservices_python_client-2.2.0/btgsolutions_dataservices_python_client.egg-info/requires.txt +5 -0
- btgsolutions_dataservices_python_client-2.2.0/requirements.txt +5 -0
- {btgsolutions_dataservices_python_client-2.1.2 → btgsolutions_dataservices_python_client-2.2.0}/setup.py +2 -2
- btgsolutions_dataservices_python_client-2.1.2/btgsolutions_dataservices_python_client.egg-info/requires.txt +0 -5
- btgsolutions_dataservices_python_client-2.1.2/requirements.txt +0 -5
- {btgsolutions_dataservices_python_client-2.1.2 → btgsolutions_dataservices_python_client-2.2.0}/LICENSE +0 -0
- {btgsolutions_dataservices_python_client-2.1.2 → btgsolutions_dataservices_python_client-2.2.0}/MANIFEST.in +0 -0
- {btgsolutions_dataservices_python_client-2.1.2 → btgsolutions_dataservices_python_client-2.2.0}/README.md +0 -0
- {btgsolutions_dataservices_python_client-2.1.2 → btgsolutions_dataservices_python_client-2.2.0}/btgsolutions_dataservices/__init__.py +0 -0
- {btgsolutions_dataservices_python_client-2.1.2 → btgsolutions_dataservices_python_client-2.2.0}/btgsolutions_dataservices/config.py +0 -0
- {btgsolutions_dataservices_python_client-2.1.2 → btgsolutions_dataservices_python_client-2.2.0}/btgsolutions_dataservices/exceptions.py +0 -0
- {btgsolutions_dataservices_python_client-2.1.2 → btgsolutions_dataservices_python_client-2.2.0}/btgsolutions_dataservices/rest/__init__.py +0 -0
- {btgsolutions_dataservices_python_client-2.1.2 → btgsolutions_dataservices_python_client-2.2.0}/btgsolutions_dataservices/rest/authenticator.py +0 -0
- {btgsolutions_dataservices_python_client-2.1.2 → btgsolutions_dataservices_python_client-2.2.0}/btgsolutions_dataservices/rest/bulk_data.py +0 -0
- {btgsolutions_dataservices_python_client-2.1.2 → btgsolutions_dataservices_python_client-2.2.0}/btgsolutions_dataservices/rest/company_data.py +0 -0
- {btgsolutions_dataservices_python_client-2.1.2 → btgsolutions_dataservices_python_client-2.2.0}/btgsolutions_dataservices/rest/corporate_events.py +0 -0
- {btgsolutions_dataservices_python_client-2.1.2 → btgsolutions_dataservices_python_client-2.2.0}/btgsolutions_dataservices/rest/hfn.py +0 -0
- {btgsolutions_dataservices_python_client-2.1.2 → btgsolutions_dataservices_python_client-2.2.0}/btgsolutions_dataservices/rest/historical_candles.py +0 -0
- {btgsolutions_dataservices_python_client-2.1.2 → btgsolutions_dataservices_python_client-2.2.0}/btgsolutions_dataservices/rest/intraday_candles.py +0 -0
- {btgsolutions_dataservices_python_client-2.1.2 → btgsolutions_dataservices_python_client-2.2.0}/btgsolutions_dataservices/rest/intraday_tick_data.py +0 -0
- {btgsolutions_dataservices_python_client-2.1.2 → btgsolutions_dataservices_python_client-2.2.0}/btgsolutions_dataservices/rest/quotes.py +0 -0
- {btgsolutions_dataservices_python_client-2.1.2 → btgsolutions_dataservices_python_client-2.2.0}/btgsolutions_dataservices/rest/ticker_last_event.py +0 -0
- {btgsolutions_dataservices_python_client-2.1.2 → btgsolutions_dataservices_python_client-2.2.0}/btgsolutions_dataservices/websocket/__init__.py +0 -0
- {btgsolutions_dataservices_python_client-2.1.2 → btgsolutions_dataservices_python_client-2.2.0}/btgsolutions_dataservices/websocket/hfn_websocket_client.py +0 -0
- {btgsolutions_dataservices_python_client-2.1.2 → btgsolutions_dataservices_python_client-2.2.0}/btgsolutions_dataservices/websocket/market_data_websocket_client.py +0 -0
- {btgsolutions_dataservices_python_client-2.1.2 → btgsolutions_dataservices_python_client-2.2.0}/btgsolutions_dataservices/websocket/websocket_default_functions.py +0 -0
- {btgsolutions_dataservices_python_client-2.1.2 → btgsolutions_dataservices_python_client-2.2.0}/btgsolutions_dataservices_python_client.egg-info/SOURCES.txt +0 -0
- {btgsolutions_dataservices_python_client-2.1.2 → btgsolutions_dataservices_python_client-2.2.0}/btgsolutions_dataservices_python_client.egg-info/dependency_links.txt +0 -0
- {btgsolutions_dataservices_python_client-2.1.2 → btgsolutions_dataservices_python_client-2.2.0}/btgsolutions_dataservices_python_client.egg-info/top_level.txt +0 -0
- {btgsolutions_dataservices_python_client-2.1.2 → btgsolutions_dataservices_python_client-2.2.0}/pyproject.toml +0 -0
- {btgsolutions_dataservices_python_client-2.1.2 → btgsolutions_dataservices_python_client-2.2.0}/setup.cfg +0 -0
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: btgsolutions-dataservices-python-client
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.2.0
|
|
4
4
|
Summary: Python package containing several classes and data for extracting and manipulating market and trading data.
|
|
5
5
|
Home-page: https://github.com/BTG-Pactual-Solutions/btgsolutions-dataservices-python-client
|
|
6
6
|
Author: BTG Solutions Data Services powered by BTG Pactual Solutions
|
|
7
|
-
Requires-Python: >=3.7,<3.
|
|
7
|
+
Requires-Python: >=3.7,<3.13
|
|
8
8
|
Description-Content-Type: text/markdown
|
|
9
9
|
License-File: LICENSE
|
|
10
|
-
Requires-Dist: pandas
|
|
11
|
-
Requires-Dist: websocket-client
|
|
12
|
-
Requires-Dist: PyJWT
|
|
13
|
-
Requires-Dist: requests
|
|
14
|
-
Requires-Dist: pyarrow
|
|
10
|
+
Requires-Dist: pandas>=2.2.2
|
|
11
|
+
Requires-Dist: websocket-client>=1.8.0
|
|
12
|
+
Requires-Dist: PyJWT>=2.8.0
|
|
13
|
+
Requires-Dist: requests>=2.32.3
|
|
14
|
+
Requires-Dist: pyarrow>=17.0.0
|
|
15
15
|
|
|
16
16
|
# BTG Solutions - Data Service
|
|
17
17
|
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: btgsolutions-dataservices-python-client
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.2.0
|
|
4
4
|
Summary: Python package containing several classes and data for extracting and manipulating market and trading data.
|
|
5
5
|
Home-page: https://github.com/BTG-Pactual-Solutions/btgsolutions-dataservices-python-client
|
|
6
6
|
Author: BTG Solutions Data Services powered by BTG Pactual Solutions
|
|
7
|
-
Requires-Python: >=3.7,<3.
|
|
7
|
+
Requires-Python: >=3.7,<3.13
|
|
8
8
|
Description-Content-Type: text/markdown
|
|
9
9
|
License-File: LICENSE
|
|
10
|
-
Requires-Dist: pandas
|
|
11
|
-
Requires-Dist: websocket-client
|
|
12
|
-
Requires-Dist: PyJWT
|
|
13
|
-
Requires-Dist: requests
|
|
14
|
-
Requires-Dist: pyarrow
|
|
10
|
+
Requires-Dist: pandas>=2.2.2
|
|
11
|
+
Requires-Dist: websocket-client>=1.8.0
|
|
12
|
+
Requires-Dist: PyJWT>=2.8.0
|
|
13
|
+
Requires-Dist: requests>=2.32.3
|
|
14
|
+
Requires-Dist: pyarrow>=17.0.0
|
|
15
15
|
|
|
16
16
|
# BTG Solutions - Data Service
|
|
17
17
|
|
|
@@ -22,7 +22,7 @@ description = "Python package containing several classes and data for extracting
|
|
|
22
22
|
|
|
23
23
|
setup(
|
|
24
24
|
name='btgsolutions-dataservices-python-client',
|
|
25
|
-
version='2.
|
|
25
|
+
version='2.2.0',
|
|
26
26
|
description=description,
|
|
27
27
|
long_description=long_description,
|
|
28
28
|
long_description_content_type='text/markdown',
|
|
@@ -30,5 +30,5 @@ setup(
|
|
|
30
30
|
packages=find_packages(),
|
|
31
31
|
url="https://github.com/BTG-Pactual-Solutions/btgsolutions-dataservices-python-client",
|
|
32
32
|
install_requires=install_requires,
|
|
33
|
-
python_requires=">=3.7,<3.
|
|
33
|
+
python_requires=">=3.7,<3.13",
|
|
34
34
|
)
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|