ep-sdk-4pd 0.1.9__tar.gz → 1.0.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ep_sdk_4pd
3
- Version: 0.1.9
3
+ Version: 1.0.0
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__ = '1.0.0'
@@ -8,11 +8,11 @@ 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
 
14
14
  # prod 地址
15
- # endpoint = 'http://172.27.88.56:6601'
15
+ endpoint = 'http://172.27.88.56:6601'
16
16
 
17
17
  class EpData:
18
18
 
@@ -10,11 +10,11 @@ from datetime import datetime
10
10
  from ep_sdk_4pd.models import ModelOutputDirRequest, RunStrategyRequest, CallTrainDoneRequest
11
11
 
12
12
  # test 地址
13
- endpoint = 'http://172.27.88.56:6001'
13
+ # endpoint = 'http://172.27.88.56:6001'
14
14
 
15
15
 
16
16
  # prod 地址
17
- # endpoint = 'http://172.27.88.56:6601'
17
+ endpoint = 'http://172.27.88.56:6601'
18
18
 
19
19
  class EpSystem:
20
20
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ep_sdk_4pd
3
- Version: 0.1.9
3
+ Version: 1.0.0
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 = '0.1.9'
11
+ VERSION = '1.0.0'
12
12
  REQUIRES = ['requests']
13
13
 
14
14
  LONG_DESCRIPTION = ''
@@ -4,7 +4,7 @@ from ep_sdk_4pd.ep_system import EpSystem
4
4
  def test_call_train_done():
5
5
  print('-------------test_call_train_done-------------')
6
6
 
7
- data = EpSystem.call_train_done(strategy_id=None,script_strategy_id=None)
7
+ data = EpSystem.call_train_done(strategy_id=76,script_strategy_id=27)
8
8
  print(data)
9
9
  print('-------------------------------------')
10
10
 
@@ -1 +0,0 @@
1
- __version__ = '0.1.9'
File without changes
File without changes