btgsolutions-dataservices-python-client 3.2.4__tar.gz → 3.2.5__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.
Files changed (36) hide show
  1. {btgsolutions_dataservices_python_client-3.2.4/btgsolutions_dataservices_python_client.egg-info → btgsolutions_dataservices_python_client-3.2.5}/PKG-INFO +1 -1
  2. {btgsolutions_dataservices_python_client-3.2.4 → btgsolutions_dataservices_python_client-3.2.5}/btgsolutions_dataservices/__init__.py +1 -1
  3. {btgsolutions_dataservices_python_client-3.2.4 → btgsolutions_dataservices_python_client-3.2.5/btgsolutions_dataservices_python_client.egg-info}/PKG-INFO +1 -1
  4. {btgsolutions_dataservices_python_client-3.2.4 → btgsolutions_dataservices_python_client-3.2.5}/setup.py +9 -3
  5. {btgsolutions_dataservices_python_client-3.2.4 → btgsolutions_dataservices_python_client-3.2.5}/LICENSE +0 -0
  6. {btgsolutions_dataservices_python_client-3.2.4 → btgsolutions_dataservices_python_client-3.2.5}/MANIFEST.in +0 -0
  7. {btgsolutions_dataservices_python_client-3.2.4 → btgsolutions_dataservices_python_client-3.2.5}/README.md +0 -0
  8. {btgsolutions_dataservices_python_client-3.2.4 → btgsolutions_dataservices_python_client-3.2.5}/btgsolutions_dataservices/config.py +0 -0
  9. {btgsolutions_dataservices_python_client-3.2.4 → btgsolutions_dataservices_python_client-3.2.5}/btgsolutions_dataservices/exceptions.py +0 -0
  10. {btgsolutions_dataservices_python_client-3.2.4 → btgsolutions_dataservices_python_client-3.2.5}/btgsolutions_dataservices/rest/__init__.py +0 -0
  11. {btgsolutions_dataservices_python_client-3.2.4 → btgsolutions_dataservices_python_client-3.2.5}/btgsolutions_dataservices/rest/authenticator.py +0 -0
  12. {btgsolutions_dataservices_python_client-3.2.4 → btgsolutions_dataservices_python_client-3.2.5}/btgsolutions_dataservices/rest/bulk_data.py +0 -0
  13. {btgsolutions_dataservices_python_client-3.2.4 → btgsolutions_dataservices_python_client-3.2.5}/btgsolutions_dataservices/rest/company_data.py +0 -0
  14. {btgsolutions_dataservices_python_client-3.2.4 → btgsolutions_dataservices_python_client-3.2.5}/btgsolutions_dataservices/rest/corporate_events.py +0 -0
  15. {btgsolutions_dataservices_python_client-3.2.4 → btgsolutions_dataservices_python_client-3.2.5}/btgsolutions_dataservices/rest/hfn.py +0 -0
  16. {btgsolutions_dataservices_python_client-3.2.4 → btgsolutions_dataservices_python_client-3.2.5}/btgsolutions_dataservices/rest/historical_candles.py +0 -0
  17. {btgsolutions_dataservices_python_client-3.2.4 → btgsolutions_dataservices_python_client-3.2.5}/btgsolutions_dataservices/rest/intraday_candles.py +0 -0
  18. {btgsolutions_dataservices_python_client-3.2.4 → btgsolutions_dataservices_python_client-3.2.5}/btgsolutions_dataservices/rest/intraday_tick_data.py +0 -0
  19. {btgsolutions_dataservices_python_client-3.2.4 → btgsolutions_dataservices_python_client-3.2.5}/btgsolutions_dataservices/rest/public_sources.py +0 -0
  20. {btgsolutions_dataservices_python_client-3.2.4 → btgsolutions_dataservices_python_client-3.2.5}/btgsolutions_dataservices/rest/quotes.py +0 -0
  21. {btgsolutions_dataservices_python_client-3.2.4 → btgsolutions_dataservices_python_client-3.2.5}/btgsolutions_dataservices/rest/reference_data.py +0 -0
  22. {btgsolutions_dataservices_python_client-3.2.4 → btgsolutions_dataservices_python_client-3.2.5}/btgsolutions_dataservices/rest/stock_loan.py +0 -0
  23. {btgsolutions_dataservices_python_client-3.2.4 → btgsolutions_dataservices_python_client-3.2.5}/btgsolutions_dataservices/rest/ticker_last_event.py +0 -0
  24. {btgsolutions_dataservices_python_client-3.2.4 → btgsolutions_dataservices_python_client-3.2.5}/btgsolutions_dataservices/rest/ticker_last_event_polling.py +0 -0
  25. {btgsolutions_dataservices_python_client-3.2.4 → btgsolutions_dataservices_python_client-3.2.5}/btgsolutions_dataservices/websocket/__init__.py +0 -0
  26. {btgsolutions_dataservices_python_client-3.2.4 → btgsolutions_dataservices_python_client-3.2.5}/btgsolutions_dataservices/websocket/hfn_websocket_client.py +0 -0
  27. {btgsolutions_dataservices_python_client-3.2.4 → btgsolutions_dataservices_python_client-3.2.5}/btgsolutions_dataservices/websocket/market_data_feed.py +0 -0
  28. {btgsolutions_dataservices_python_client-3.2.4 → btgsolutions_dataservices_python_client-3.2.5}/btgsolutions_dataservices/websocket/market_data_websocket_client.py +0 -0
  29. {btgsolutions_dataservices_python_client-3.2.4 → btgsolutions_dataservices_python_client-3.2.5}/btgsolutions_dataservices/websocket/websocket_default_functions.py +0 -0
  30. {btgsolutions_dataservices_python_client-3.2.4 → btgsolutions_dataservices_python_client-3.2.5}/btgsolutions_dataservices_python_client.egg-info/SOURCES.txt +0 -0
  31. {btgsolutions_dataservices_python_client-3.2.4 → btgsolutions_dataservices_python_client-3.2.5}/btgsolutions_dataservices_python_client.egg-info/dependency_links.txt +0 -0
  32. {btgsolutions_dataservices_python_client-3.2.4 → btgsolutions_dataservices_python_client-3.2.5}/btgsolutions_dataservices_python_client.egg-info/requires.txt +0 -0
  33. {btgsolutions_dataservices_python_client-3.2.4 → btgsolutions_dataservices_python_client-3.2.5}/btgsolutions_dataservices_python_client.egg-info/top_level.txt +0 -0
  34. {btgsolutions_dataservices_python_client-3.2.4 → btgsolutions_dataservices_python_client-3.2.5}/pyproject.toml +0 -0
  35. {btgsolutions_dataservices_python_client-3.2.4 → btgsolutions_dataservices_python_client-3.2.5}/requirements.txt +0 -0
  36. {btgsolutions_dataservices_python_client-3.2.4 → btgsolutions_dataservices_python_client-3.2.5}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: btgsolutions_dataservices_python_client
3
- Version: 3.2.4
3
+ Version: 3.2.5
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
@@ -1,4 +1,4 @@
1
- __version__ = "3.2.4"
1
+ __version__ = "3.2.5"
2
2
 
3
3
  from .websocket import *
4
4
  from .rest import *
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: btgsolutions_dataservices_python_client
3
- Version: 3.2.4
3
+ Version: 3.2.5
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
@@ -2,14 +2,13 @@ from setuptools import setup, find_packages
2
2
  import os
3
3
  from pathlib import Path
4
4
 
5
- from btgsolutions_dataservices import __version__
6
5
 
7
6
  this_directory = Path(__file__).parent
8
7
  long_description = (this_directory / "README.md").read_text()
9
8
 
10
9
  thelibFolder = os.path.dirname(os.path.realpath(__file__))
11
10
  requirementPath = thelibFolder + '/requirements.txt'
12
- install_requires = []
11
+ install_requires = [ ]
13
12
 
14
13
  if os.path.isfile(requirementPath):
15
14
  with open(requirementPath) as f:
@@ -22,9 +21,16 @@ else:
22
21
 
23
22
  description = "Python package containing several classes and data for extracting and manipulating market and trading data."
24
23
 
24
+ def get_version():
25
+ with open("btgsolutions_dataservices/__init__.py") as f:
26
+ for line in f:
27
+ if line.startswith("__version__"):
28
+ return line.split("=")[1].strip().strip('"').strip("'")
29
+
30
+
25
31
  setup(
26
32
  name='btgsolutions_dataservices_python_client',
27
- version=__version__,
33
+ version=get_version(),
28
34
  description=description,
29
35
  long_description=long_description,
30
36
  long_description_content_type='text/markdown',