volue-insight-timeseries 1.4.1__py3-none-any.whl → 2.0.0__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.

Potentially problematic release.


This version of volue-insight-timeseries might be problematic. Click here for more details.

@@ -1 +1 @@
1
- 1.4.1
1
+ 2.0.0
@@ -32,7 +32,7 @@ class EventListener:
32
32
  self.queue = queue.Queue()
33
33
  self.do_shutdown = False
34
34
  self.worker = threading.Thread(target=self.fetch_events)
35
- self.worker.setDaemon(True)
35
+ self.worker.daemon = True
36
36
  self.worker.start()
37
37
 
38
38
  def get(self):
@@ -1,14 +1,15 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: volue-insight-timeseries
3
- Version: 1.4.1
3
+ Version: 2.0.0
4
4
  Summary: Volue Insight API python library
5
5
  Home-page: https://www.volueinsight.com
6
6
  Author: Volue Insight
7
7
  Author-email: support.insight@volue.com
8
- Requires-Python: >=3.9, <3.13a0
8
+ Requires-Python: >=3.10, <3.14
9
9
  License-File: LICENSE
10
10
  Requires-Dist: requests>=2.18
11
11
  Requires-Dist: sseclient-py>=1.7
12
- Requires-Dist: pandas>=1.5.0
12
+ Requires-Dist: pandas>=1.5.0; python_version >= "3.10" and python_version < "3.13"
13
+ Requires-Dist: pandas>=2.3.2; python_version ~= "3.13"
13
14
 
14
15
  This library is meant as a simple toolkit for working with data from https://api.volueinsight.com/ (or equivalent services). Note that access is based on some sort of login credentials, this library is not all that useful unless you have a valid Volue Insight account.
@@ -1,12 +1,12 @@
1
- volue_insight_timeseries/VERSION,sha256=8LZyMhqJSE9NqFn_x0G7_otbaT04f34F-Exd5iWhzGE,5
1
+ volue_insight_timeseries/VERSION,sha256=wo_MpTY3vIjhJK8XJd8Ty5jGne3v1i-zzb4c22t2BiQ,6
2
2
  volue_insight_timeseries/__init__.py,sha256=DXR1tB3huHaG9wKRbpSEYhAat97msXrFgdp9eyYR5Wc,274
3
3
  volue_insight_timeseries/auth.py,sha256=wetOsgVpAU3ApnDqjcjGsCbyWO1sewmByLPzvGSFiKg,2322
4
4
  volue_insight_timeseries/curves.py,sha256=VN6EVuaLg-6QqIKLnCbGq0-vbe_rTd5FPu8irZoDxfo,65901
5
- volue_insight_timeseries/events.py,sha256=E6-rCbrmYR9_-CNZLC94e_6D3jxhryShNcYRB99WBQE,4192
5
+ volue_insight_timeseries/events.py,sha256=GI_b6tMbmTZBmBiYXXddBb-7u9tEvbcdvREAitenvXs,4190
6
6
  volue_insight_timeseries/session.py,sha256=Ml-6V_HcPD5v5xkiqWqhwcDlylgRH4GfTee_HS8JDHY,20281
7
7
  volue_insight_timeseries/util.py,sha256=oYoD86-mHMAWkkEQlIjaTH73Oecu4HlvllvwjuB2BFA,10451
8
- volue_insight_timeseries-1.4.1.dist-info/LICENSE,sha256=QW5nSxE0LozNpYWdyJm_0hco_PidycTnelwYzKdW7ZM,1069
9
- volue_insight_timeseries-1.4.1.dist-info/METADATA,sha256=FGNpbM_aKpuzxvJUJ5H0CwVs4iyfE241le2fFE70BUg,629
10
- volue_insight_timeseries-1.4.1.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
11
- volue_insight_timeseries-1.4.1.dist-info/top_level.txt,sha256=IxOCIoqzMAV5gS4n6CIoRW9kBZnKQHyUPlDuJpEXmNY,25
12
- volue_insight_timeseries-1.4.1.dist-info/RECORD,,
8
+ volue_insight_timeseries-2.0.0.dist-info/LICENSE,sha256=QW5nSxE0LozNpYWdyJm_0hco_PidycTnelwYzKdW7ZM,1069
9
+ volue_insight_timeseries-2.0.0.dist-info/METADATA,sha256=Ho33imgvsxE6y5nUbT7Z4BK5JFO_uOmVBNZwPJJvWck,737
10
+ volue_insight_timeseries-2.0.0.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
11
+ volue_insight_timeseries-2.0.0.dist-info/top_level.txt,sha256=IxOCIoqzMAV5gS4n6CIoRW9kBZnKQHyUPlDuJpEXmNY,25
12
+ volue_insight_timeseries-2.0.0.dist-info/RECORD,,