cloudpss 4.5.22__tar.gz → 4.5.24__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.
- {cloudpss-4.5.22 → cloudpss-4.5.24}/PKG-INFO +1 -1
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/job/messageStreamReceiver.py +4 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/model/model.py +1 -1
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/runner/IESLabPlanResult.py +1 -0
 - cloudpss-4.5.24/cloudpss/version.py +1 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss.egg-info/PKG-INFO +1 -1
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/test/test-topology.py +6 -4
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/test/test-topology1.py +2 -2
 - cloudpss-4.5.24/test/testb.py +34 -0
 - cloudpss-4.5.22/cloudpss/version.py +0 -1
 - cloudpss-4.5.22/test/testb.py +0 -16
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/README.md +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/__init__.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/asyncio/__init__.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/asyncio/job/__init__.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/asyncio/job/job.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/asyncio/job/messageStreamReceiver.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/asyncio/job/messageStreamSender.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/asyncio/model/__init__.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/asyncio/model/model.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/asyncio/model/revision.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/asyncio/model/topology.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/asyncio/utils/AsyncIterable.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/asyncio/utils/__init__.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/asyncio/utils/httpAsyncRequest.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/dslab/__init__.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/dslab/dataManageModel.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/dslab/dslab.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/dslab/files/__init__.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/dslab/files/curveData.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/dslab/files/files.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/dslab/financialAnalysisModel.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/function/__init__.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/function/function.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/function/functionExecution.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/function/job.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/ieslab/DataManageModel.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/ieslab/EvaluationModel.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/ieslab/IESLabOpt.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/ieslab/IESLabPlan.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/ieslab/IESLabSimulation.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/ieslab/PlanModel.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/ieslab/__init__.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/job/TemplateCompiler.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/job/TemplateManager.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/job/__init__.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/job/job.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/job/jobReceiver.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/job/messageStreamSender.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/job/result/EMTResult.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/job/result/IESLabSimulationResult.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/job/result/IESLabTypicalDayResult.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/job/result/IESResult.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/job/result/PowerFlowResult.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/job/result/__init__.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/job/result/result.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/model/__init__.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/model/implements/__init__.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/model/implements/component.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/model/implements/diagram.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/model/implements/implement.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/model/jobDefinitions.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/model/revision.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/model/topology.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/project/__init__.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/project/project.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/runner/DSLabResult.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/runner/IESLabEvaluationResult.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/runner/IESLabTypicalDayResult.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/runner/MessageStreamReceiver.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/runner/__init__.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/runner/receiver.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/runner/result.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/runner/runner.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/runner/storage.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/runner/transform.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/utils/IO.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/utils/__init__.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/utils/dataEncoder.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/utils/graphqlUtil.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/utils/httprequests.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/utils/matlab.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/utils/parseDebugArgs.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/utils/yamlLoader.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss/verify.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss.egg-info/SOURCES.txt +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss.egg-info/dependency_links.txt +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss.egg-info/requires.txt +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/cloudpss.egg-info/top_level.txt +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/setup.cfg +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/setup.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/test/test-async.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/test/test-async2.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/test/test-async3.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/test/test-plot.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/test/test-plot1.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/test/test-sdk.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/test/test-sdk1.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/test/test-snapshot.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/test/test-yield.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/test/test.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/test/test11.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/test/test12.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/test/test2.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/test/test7950.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/test/testAsync.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/test/testEvent.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/test/testRt-test.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/test/testRt.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/test/testRt2.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/test/testSend.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/test/test_TCP.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/test/test_in_new_web_1.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/test/test_modepower_ampratio(3).py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/test/test_ws.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/test/test_ws2.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/test/test_ws3.py +0 -0
 - {cloudpss-4.5.22 → cloudpss-4.5.24}/test/testkey.py +0 -0
 
| 
         @@ -93,6 +93,10 @@ class MessageStreamReceiver(JobReceiver): 
     | 
|
| 
       93 
93 
     | 
    
         | 
| 
       94 
94 
     | 
    
         
             
                def __on_error(self,  *args, **kwargs):
         
     | 
| 
       95 
95 
     | 
    
         
             
                    logging.debug("MessageStreamReceiver error")
         
     | 
| 
      
 96 
     | 
    
         
            +
                    err = args[1] if len(args)>1 else None
         
     | 
| 
      
 97 
     | 
    
         
            +
                    if isinstance(err, websocket.WebSocketConnectionClosedException):
         
     | 
| 
      
 98 
     | 
    
         
            +
                        self.close(args[0])
         
     | 
| 
      
 99 
     | 
    
         
            +
                        return
         
     | 
| 
       96 
100 
     | 
    
         
             
                    msg = {
         
     | 
| 
       97 
101 
     | 
    
         
             
                        "type": "log",
         
     | 
| 
       98 
102 
     | 
    
         
             
                        "verb": "create",
         
     | 
| 
         @@ -0,0 +1 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            __version__ = '4.5.24'
         
     | 
| 
         @@ -8,14 +8,16 @@ import pandas as pd 
     | 
|
| 
       8 
8 
     | 
    
         
             
            import json
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
       10 
10 
     | 
    
         
             
            if __name__ == '__main__':
         
     | 
| 
       11 
     | 
    
         
            -
                os.environ['CLOUDPSS_API_URL'] = 'http:// 
     | 
| 
      
 11 
     | 
    
         
            +
                os.environ['CLOUDPSS_API_URL'] = 'http://cloudpss-nb2030.local.ddns.cloudpss.net/'
         
     | 
| 
       12 
12 
     | 
    
         
             
                print('CLOUDPSS connected')
         
     | 
| 
       13 
13 
     | 
    
         
             
                cloudpss.setToken(
         
     | 
| 
       14 
14 
     | 
    
         
             
                    'eyJhbGciOiJFUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MTEsInVzZXJuYW1lIjoiemhvdXFpYW5nIiwic2NvcGVzIjpbImJyb3dzZXIiXSwicm9sZXMiOlsiKiJdLCJ0eXBlIjoiYnJvd3NlciIsImV4cCI6MTcyNTUyNjkxNywiaWF0IjoxNzIyODQ4NTE3fQ.WjTa_hQg6nhtXjpNY7pcgGHgjv9NE1YDDPepL5Xjg_Xms-HT9LUw5MBngBLvlXQtajnwAOkNVnVv49hxHcOzRQ')
         
     | 
| 
       15 
15 
     | 
    
         
             
                print('Token done')
         
     | 
| 
       16 
     | 
    
         
            -
                project = cloudpss.Model.fetch('model/ 
     | 
| 
       17 
     | 
    
         
            -
                print(project.revision.hash)
         
     | 
| 
       18 
     | 
    
         
            -
                t = time.time()
         
     | 
| 
      
 16 
     | 
    
         
            +
                project = cloudpss.Model.fetch('model/admin/PMSG_Model_12MW_AVM_sungrow_pscad')
         
     | 
| 
      
 17 
     | 
    
         
            +
                # print(project.revision.hash)
         
     | 
| 
      
 18 
     | 
    
         
            +
                # t = time.time()
         
     | 
| 
      
 19 
     | 
    
         
            +
                
         
     | 
| 
      
 20 
     | 
    
         
            +
                topology = project.fetchTopology(config={'args':{}},maximumDepth=10)
         
     | 
| 
       19 
21 
     | 
    
         
             
                # topology = cloudpss.ModelTopology.fetch("hlbBPYIyQHWzgPxdjp9lV9a92twyxA2zETzrqz4Q0fou7mfOemX-pr9OfO9eUfq4","emtp",{'args':{}})
         
     | 
| 
       20 
22 
     | 
    
         
             
                # topology = cloudpss.ModelTopology.fetch("JwHbZdjco9eC0nZw3fY7Iz9rqsQ4HFGJObiBW3bFuYLPCd0Vqb2vb8zNY28D1AXV","emtp",{'args':{}})
         
     | 
| 
       21 
23 
     | 
    
         
             
                # print(time.time()-t)
         
     | 
| 
         @@ -14,9 +14,9 @@ if __name__ == '__main__': 
     | 
|
| 
       14 
14 
     | 
    
         
             
                cloudpss.setToken(
         
     | 
| 
       15 
15 
     | 
    
         
             
                    'eyJhbGciOiJFUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwidXNlcm5hbWUiOiJhZG1pbiIsInNjb3BlcyI6WyJtb2RlbDo5ODM2NyIsImZ1bmN0aW9uOjk4MzY3IiwiYXBwbGljYXRpb246MzI4MzEiXSwicm9sZXMiOlsiYWRtaW4iXSwidHlwZSI6ImFwcGx5IiwiZXhwIjoxNzY2MzA3MzU1LCJub3RlIjoiYWEiLCJpYXQiOjE3NTA3NTUzNTV9.iYh3otDGy-f7dKyIUd8xpnEuwVuRDfmBVsI112XeCZBe7sZLdyBb6a4XqOd8AoyTzFcpLj7rF1PQcT4mhEf6kA')
         
     | 
| 
       16 
16 
     | 
    
         
             
                print('Token done')
         
     | 
| 
       17 
     | 
    
         
            -
                project = cloudpss.Model.fetch('model/admin/ 
     | 
| 
      
 17 
     | 
    
         
            +
                project = cloudpss.Model.fetch('model/admin/atest')
         
     | 
| 
       18 
18 
     | 
    
         
             
                # topology = cloudpss.ModelTopology.fetch("-xrS3SewFhpVYKBtIXLk-XDLCQRQnUmlIbXS3s4sdPUkPKeAMhXHjRgZD1JPjPfQ","emtp",{'args':{}})
         
     | 
| 
       19 
     | 
    
         
            -
                topology= project.fetchTopology(config={'args':{}},maximumDepth=50)
         
     | 
| 
      
 19 
     | 
    
         
            +
                topology= project.fetchTopology(implementType='emtp',config={'args':{}},maximumDepth=50)
         
     | 
| 
       20 
20 
     | 
    
         
             
                print(topology.components)
         
     | 
| 
       21 
21 
     | 
    
         | 
| 
       22 
22 
     | 
    
         | 
| 
         @@ -0,0 +1,34 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            import sys,os
         
     | 
| 
      
 2 
     | 
    
         
            +
            sys.path.append(os.path.join(os.path.dirname(__file__), '../'))
         
     | 
| 
      
 3 
     | 
    
         
            +
            import cloudpss
         
     | 
| 
      
 4 
     | 
    
         
            +
            import json
         
     | 
| 
      
 5 
     | 
    
         
            +
            import time
         
     | 
| 
      
 6 
     | 
    
         
            +
             
     | 
| 
      
 7 
     | 
    
         
            +
            if __name__ == '__main__':
         
     | 
| 
      
 8 
     | 
    
         
            +
                
         
     | 
| 
      
 9 
     | 
    
         
            +
                  cloudpss.setToken('eyJhbGciOiJFUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MTE1NTcsInVzZXJuYW1lIjoiYmFuZ2ppbGVnYW9sZWdhbyIsInNjb3BlcyI6WyJtb2RlbDo5ODM2NyIsImZ1bmN0aW9uOjk4MzY3IiwiYXBwbGljYXRpb246MzI4MzEiXSwicm9sZXMiOlsiYmFuZ2ppbGVnYW9sZWdhbyJdLCJ0eXBlIjoiYXBwbHkiLCJleHAiOjE3OTExODg2OTEsIm5vdGUiOiIxMjMiLCJpYXQiOjE3NjAwODQ2OTF9.RoHSICdh_6ygNuXde166K5rDujPReskYdgCcJTfTrdsXlQ4x6hleVCRedpvYbDzZZYwrwZ8XG5FT8ops3BLICg')
         
     | 
| 
      
 10 
     | 
    
         
            +
             
     | 
| 
      
 11 
     | 
    
         
            +
                  os.environ['CLOUDPSS_API_URL'] = 'https://cloudpss.net/'
         
     | 
| 
      
 12 
     | 
    
         
            +
                  
         
     | 
| 
      
 13 
     | 
    
         
            +
                  # 获取指定 rid 的项目
         
     | 
| 
      
 14 
     | 
    
         
            +
                  model = cloudpss.Model.fetch('model/songyankan/3_Gen_9_Bus')
         
     | 
| 
      
 15 
     | 
    
         
            +
             
     | 
| 
      
 16 
     | 
    
         
            +
                  # 修改 Gen2 发电机有功功率
         
     | 
| 
      
 17 
     | 
    
         
            +
                  comp = model.getComponentByKey('canvas_0_757')
         
     | 
| 
      
 18 
     | 
    
         
            +
                  print(comp.args)
         
     | 
| 
      
 19 
     | 
    
         
            +
                  comp.args['pf_P'] = '180'
         
     | 
| 
      
 20 
     | 
    
         
            +
                  
         
     | 
| 
      
 21 
     | 
    
         
            +
                  # 启动计算任务
         
     | 
| 
      
 22 
     | 
    
         
            +
                  config = model.configs[0]  # 若未设置,则默认用model的第一个config(参数方案)
         
     | 
| 
      
 23 
     | 
    
         
            +
                  job = model.jobs[0]  # 若未设置,则默认用model的第一个job(计算方案)
         
     | 
| 
      
 24 
     | 
    
         
            +
                  runner = model.run(job,config)
         
     | 
| 
      
 25 
     | 
    
         
            +
                  while not runner.status():
         
     | 
| 
      
 26 
     | 
    
         
            +
                     logs = runner.result.getLogs()
         
     | 
| 
      
 27 
     | 
    
         
            +
                     for log in logs:
         
     | 
| 
      
 28 
     | 
    
         
            +
                           print(log)
         
     | 
| 
      
 29 
     | 
    
         
            +
                     time.sleep(1)
         
     | 
| 
      
 30 
     | 
    
         
            +
                  print('end')
         
     | 
| 
      
 31 
     | 
    
         
            +
                  
         
     | 
| 
      
 32 
     | 
    
         
            +
                  # 打印结果
         
     | 
| 
      
 33 
     | 
    
         
            +
                  print(runner.result.getBranches())
         
     | 
| 
      
 34 
     | 
    
         
            +
                  print(runner.result.getBuses())
         
     | 
| 
         @@ -1 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            __version__ = '4.5.22'
         
     | 
    
        cloudpss-4.5.22/test/testb.py
    DELETED
    
    
| 
         
            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
         
     | 
| 
         
            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
         
     | 
| 
         
            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
         
     | 
| 
         
            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
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     |