aepp 0.5.0.post2__py3-none-any.whl → 0.5.0.post4__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.
aepp/__version__.py CHANGED
@@ -1 +1 @@
1
- __version__ = "0.5.0-2"
1
+ __version__ = "0.5.0-4"
aepp/cli/__main__.py CHANGED
@@ -867,6 +867,7 @@ class ServiceShell(cmd.Cmd):
867
867
  "total_runs": 0,
868
868
  "failed_runs": 0,
869
869
  "success_runs": 0,
870
+ "partial_success":0,
870
871
  }
871
872
  runs_by_flow[flow_id]["total_runs"] += 1
872
873
  status = run.get("metrics",{}).get("statusSummary",{}).get("status","unknown")
@@ -929,7 +930,7 @@ class ServiceShell(cmd.Cmd):
929
930
  table.add_column("Total Runs", style="blue")
930
931
  table.add_column("Successful", style="green")
931
932
  table.add_column("Failed", style="red")
932
- table.add_columns("Partial Success", style='orange')
933
+ table.add_column("Partial Success", style='orange')
933
934
  table.add_column("Success Rate", style="green")
934
935
  table.add_column("Failure Rate", style="red")
935
936
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: aepp
3
- Version: 0.5.0.post2
3
+ Version: 0.5.0.post4
4
4
  Summary: Package to manage AEP API endpoint and some helper functions
5
5
  Author-email: Julien Piccini <piccini.julien@gmail.com>
6
6
  License: Apache-2.0
@@ -1,5 +1,5 @@
1
1
  aepp/__init__.py,sha256=tKlipgknDl84iALUNgR9mktILF3gSk1GgMUw_Gg-HXE,27912
2
- aepp/__version__.py,sha256=2irCg2CW3_F38EPnWQFkF8Nz4tODgL2RUhLpkKAhCqU,23
2
+ aepp/__version__.py,sha256=To8TXsIbQK4Pi3tcL1ecr0xpCs5Ci6NWWm4HkW08McA,23
3
3
  aepp/accesscontrol.py,sha256=PB3FcrO4bvDjdNxjHx7p_20hp4ahBXewoOSxuTGMXC8,17423
4
4
  aepp/catalog.py,sha256=hK9m3SAP0fhgkYqu14Tcfq14qBhw54tLCOF0mH31b1M,68237
5
5
  aepp/classmanager.py,sha256=CTYGkg5ygB8HtRia6DfT9WLBqXJOVg7pSM9jBB25Bqw,64707
@@ -35,10 +35,10 @@ aepp/synchronizer.py,sha256=iG-E--HcxXFIW046Jzu4NAexcAoIAZOOWK4X_ra_9zg,77960
35
35
  aepp/tags.py,sha256=t2qBallTcWR4IOXcDBmrPpqjbSay1z3E2bcRijzVm1s,17641
36
36
  aepp/utils.py,sha256=tG-YVXylm38-bynqfp5N_Mzyo7mhlZj-dLo7wLoO4tM,1200
37
37
  aepp/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
38
- aepp/cli/__main__.py,sha256=V208vCAS-heQCwD8DP0HM6uVSoHQ-g0Hdy7mKl3JSLk,66225
39
- aepp-0.5.0.post2.dist-info/licenses/LICENSE,sha256=HjYTlfne3BbS5gNHzNqJ5COCiTQLUdf87QkzRyFbE4Y,10337
40
- aepp-0.5.0.post2.dist-info/METADATA,sha256=WhM4A_wbZUbtlaM8o9QNxWQn6pC_tM0gzi3MpESCo-E,5317
41
- aepp-0.5.0.post2.dist-info/WHEEL,sha256=qELbo2s1Yzl39ZmrAibXA2jjPLUYfnVhUNTlyF1rq0Y,92
42
- aepp-0.5.0.post2.dist-info/entry_points.txt,sha256=e7HAumUTymoUiCuVRzFlcchennUBLcjxvuiimySF98Y,48
43
- aepp-0.5.0.post2.dist-info/top_level.txt,sha256=dtZJI8SzhWVgZRl68PHKZX_fD6amvDiFR-lqD9FSJvE,5
44
- aepp-0.5.0.post2.dist-info/RECORD,,
38
+ aepp/cli/__main__.py,sha256=GTG5VBxAL8kuH47ubGqGLRtS6EozqsalI56q39Lw9ac,66274
39
+ aepp-0.5.0.post4.dist-info/licenses/LICENSE,sha256=HjYTlfne3BbS5gNHzNqJ5COCiTQLUdf87QkzRyFbE4Y,10337
40
+ aepp-0.5.0.post4.dist-info/METADATA,sha256=NTjLmxiNQKLceNFkLxJ7l0n2P4J5tW6zzVvD5nBVAzE,5317
41
+ aepp-0.5.0.post4.dist-info/WHEEL,sha256=qELbo2s1Yzl39ZmrAibXA2jjPLUYfnVhUNTlyF1rq0Y,92
42
+ aepp-0.5.0.post4.dist-info/entry_points.txt,sha256=e7HAumUTymoUiCuVRzFlcchennUBLcjxvuiimySF98Y,48
43
+ aepp-0.5.0.post4.dist-info/top_level.txt,sha256=dtZJI8SzhWVgZRl68PHKZX_fD6amvDiFR-lqD9FSJvE,5
44
+ aepp-0.5.0.post4.dist-info/RECORD,,