ep-sdk-4pd 3.0.0__tar.gz → 3.0.0.dev0__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ep_sdk_4pd
3
- Version: 3.0.0
3
+ Version: 3.0.0.dev0
4
4
  Summary: 4paradigm Electricity Platform Service SDK Library for Python
5
5
  Home-page: https://gitlab.4pd.io/electricityproject/electricity-platform-sdk
6
6
  Author: 4paradigm Electricity Platform SDK
@@ -0,0 +1 @@
1
+ __version__ = '3.0.0.dev0'
@@ -8,13 +8,13 @@ from ep_sdk_4pd.ep_system import EpSystem
8
8
  from ep_sdk_4pd.models import HistoryDataRequest, PredictDataRequest
9
9
 
10
10
  # test 地址
11
- # endpoint = 'http://172.27.88.56:6001'
11
+ endpoint = 'http://172.27.88.56:6001'
12
12
 
13
13
  # prod 地址
14
14
  # endpoint = 'http://172.27.88.56:6601'
15
15
 
16
16
  # 外网 地址
17
- endpoint = 'http://82.157.231.254:6001'
17
+ # endpoint = 'http://82.157.231.254:6001'
18
18
 
19
19
  Authorization = 'Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJlbGVjdHJpY2l0eS1wbGF0Zm9ybSIsInN1YiI6IjEyMyIsImlhdCI6MTc0NjYwNjQ4NSwianRpIjoiMTIzXzE3NDY1Nzc2ODUxNDYiLCJ0eXBlIjoiYWNjZXNzIn0.Clrz_8j3aJlXTWPX-4DS0NxXN9idTcUIc0AtXOMIjd8'
20
20
 
@@ -12,13 +12,13 @@ from ep_sdk_4pd import models as ep_sdk_4pd_models
12
12
  from ep_sdk_4pd.models import RunStrategyRequest, CallTrainDoneRequest, RsaKeyRequest
13
13
 
14
14
  # test 地址
15
- # endpoint = 'http://172.27.88.56:6001'
15
+ endpoint = 'http://172.27.88.56:6001'
16
16
 
17
17
  # prod 地址
18
18
  # endpoint = 'http://172.27.88.56:6601'
19
19
 
20
20
  # 外网 地址
21
- endpoint = 'http://82.157.231.254:6001'
21
+ # endpoint = 'http://82.157.231.254:6001'
22
22
 
23
23
  Authorization = 'Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJlbGVjdHJpY2l0eS1wbGF0Zm9ybSIsInN1YiI6IjEyMyIsImlhdCI6MTc0NjYwNjQ4NSwianRpIjoiMTIzXzE3NDY1Nzc2ODUxNDYiLCJ0eXBlIjoiYWNjZXNzIn0.Clrz_8j3aJlXTWPX-4DS0NxXN9idTcUIc0AtXOMIjd8'
24
24
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ep_sdk_4pd
3
- Version: 3.0.0
3
+ Version: 3.0.0.dev0
4
4
  Summary: 4paradigm Electricity Platform Service SDK Library for Python
5
5
  Home-page: https://gitlab.4pd.io/electricityproject/electricity-platform-sdk
6
6
  Author: 4paradigm Electricity Platform SDK
@@ -8,7 +8,7 @@ DESCRIPTION = '4paradigm Electricity Platform Service SDK Library for Python'
8
8
  AUTHOR = '4paradigm Electricity Platform SDK'
9
9
  AUTHOR_EMAIL = ''
10
10
  URL = 'https://gitlab.4pd.io/electricityproject/electricity-platform-sdk'
11
- VERSION = '3.0.0'
11
+ VERSION = '3.0.0.dev0'
12
12
  REQUIRES = ['requests']
13
13
 
14
14
  LONG_DESCRIPTION = ''
@@ -1 +0,0 @@
1
- __version__ = '3.0.0'
File without changes
File without changes