aepp 0.4.3.post1__py3-none-any.whl → 0.4.3.post3__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 +1 -1
- aepp/cli/__init__.py +0 -0
- aepp/cli/__main__.py +1242 -0
- aepp/flowservice.py +1 -1
- aepp/synchronizer.py +3 -2
- {aepp-0.4.3.post1.dist-info → aepp-0.4.3.post3.dist-info}/METADATA +1 -6
- {aepp-0.4.3.post1.dist-info → aepp-0.4.3.post3.dist-info}/RECORD +11 -9
- {aepp-0.4.3.post1.dist-info → aepp-0.4.3.post3.dist-info}/WHEEL +0 -0
- {aepp-0.4.3.post1.dist-info → aepp-0.4.3.post3.dist-info}/entry_points.txt +0 -0
- {aepp-0.4.3.post1.dist-info → aepp-0.4.3.post3.dist-info}/licenses/LICENSE +0 -0
- {aepp-0.4.3.post1.dist-info → aepp-0.4.3.post3.dist-info}/top_level.txt +0 -0
aepp/flowservice.py
CHANGED
|
@@ -1993,7 +1993,7 @@ class FlowManager:
|
|
|
1993
1993
|
|
|
1994
1994
|
def __init__(self,
|
|
1995
1995
|
flowId:str=None,
|
|
1996
|
-
config: Union[dict,
|
|
1996
|
+
config: Union[dict,ConnectObject] = aepp.config.config_object
|
|
1997
1997
|
)->None:
|
|
1998
1998
|
"""
|
|
1999
1999
|
Instantiate a Flow Manager Instance based on the flow ID.
|
aepp/synchronizer.py
CHANGED
|
@@ -15,11 +15,12 @@ from copy import deepcopy
|
|
|
15
15
|
from typing import Union
|
|
16
16
|
from pathlib import Path
|
|
17
17
|
from io import FileIO
|
|
18
|
+
from .configs import ConnectObject
|
|
18
19
|
|
|
19
20
|
|
|
20
21
|
class Synchronizer:
|
|
21
22
|
## TO DO -> Add support for local environment
|
|
22
|
-
def __init__(self,targets:list=None,config:
|
|
23
|
+
def __init__(self,targets:list=None,config:'ConnectObject'=None,baseSandbox:str=None,region:str='nld2',localFolder:str=None):
|
|
23
24
|
"""
|
|
24
25
|
Setup the synchronizor object with the base sandbox and target sandbox.
|
|
25
26
|
Arguments:
|
|
@@ -42,7 +43,7 @@ class Synchronizer:
|
|
|
42
43
|
self.localfolder = None
|
|
43
44
|
if targets is None:
|
|
44
45
|
raise ValueError("a list of target sandboxes must be provided - at least one")
|
|
45
|
-
if config is None or type(config) !=
|
|
46
|
+
if config is None or type(config) != ConnectObject:
|
|
46
47
|
raise ValueError("a ConnectObject must be provided")
|
|
47
48
|
config_object = deepcopy(config.getConfigObject())
|
|
48
49
|
if baseSandbox is not None and localFolder is None:
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: aepp
|
|
3
|
-
Version: 0.4.3.
|
|
3
|
+
Version: 0.4.3.post3
|
|
4
4
|
Summary: Package to manage AEP API endpoint and some helper functions
|
|
5
|
-
Home-page: https://github.com/adobe/aepp
|
|
6
|
-
Author: Julien Piccini
|
|
7
5
|
Author-email: Julien Piccini <piccini.julien@gmail.com>
|
|
8
6
|
License: Apache-2.0
|
|
9
7
|
Project-URL: Homepage, https://github.com/adobe/aepp
|
|
@@ -24,10 +22,7 @@ Requires-Dist: tenacity
|
|
|
24
22
|
Requires-Dist: deprecation
|
|
25
23
|
Requires-Dist: datamodel-code-generator
|
|
26
24
|
Requires-Dist: rich
|
|
27
|
-
Dynamic: author
|
|
28
|
-
Dynamic: home-page
|
|
29
25
|
Dynamic: license-file
|
|
30
|
-
Dynamic: requires-python
|
|
31
26
|
|
|
32
27
|
# Adobe Experience Platform API made for humans
|
|
33
28
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
aepp/__init__.py,sha256=tKlipgknDl84iALUNgR9mktILF3gSk1GgMUw_Gg-HXE,27912
|
|
2
|
-
aepp/__version__.py,sha256=
|
|
2
|
+
aepp/__version__.py,sha256=lYwnz-hLrTYqjtFY-Bv6scJqo3PcuBsGf92TLHa2rzo,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
|
|
@@ -17,7 +17,7 @@ aepp/destinationinstanceservice.py,sha256=zEZbKi519cOOdxWMZ3mv9ccP6yjNAlNwqrQMlz
|
|
|
17
17
|
aepp/edge.py,sha256=F2QZApmITObXB8hRWXftHBZ82KNqVZ7iSNuovT8qnk4,16041
|
|
18
18
|
aepp/exportDatasetToDataLandingZone.py,sha256=C6jg3XttFC-0mswa3ypZb6qx3MCQ8_A_3kyKspurXJA,18629
|
|
19
19
|
aepp/fieldgroupmanager.py,sha256=OQkSuGiSxU5ToSPqKmB_3Pmfg6aZjQMGL6LFnODqEiY,101560
|
|
20
|
-
aepp/flowservice.py,sha256=
|
|
20
|
+
aepp/flowservice.py,sha256=WizgwY6TYn1kiLxQt6Y3d7XgoLAb9imXrFXtt94hhog,107612
|
|
21
21
|
aepp/hygiene.py,sha256=VEspnyu9eUlcK3wLeJYclaFaOWl5G5I5MRwmVA-RnUg,15385
|
|
22
22
|
aepp/identity.py,sha256=E9MCIgntScMssduqKZqehT6FqSfTjWHcq7E7wESj3Zc,20833
|
|
23
23
|
aepp/ingestion.py,sha256=OamE7NDei2Ev5vXIDkMlzvdyBaN41nkIGmpAnUlQoZI,22372
|
|
@@ -31,12 +31,14 @@ aepp/schemamanager.py,sha256=hwItd4vXsPFeV25gX1Fbeiu07-BCg4z_VRQREMgJZ58,50738
|
|
|
31
31
|
aepp/segmentation.py,sha256=oSgR2yx4nawYN5XAeHV_wefvmXEf0nb-bCguaDmp8F8,43555
|
|
32
32
|
aepp/sensei.py,sha256=oYNy5BSWAEqsDkEexcQso6NfA6ntGGMnCOyHri0pJs8,7761
|
|
33
33
|
aepp/som.py,sha256=XNm_Lu2wt2kpSSpldLptuER2eludFXeO9fI6i3iNCzo,34175
|
|
34
|
-
aepp/synchronizer.py,sha256=
|
|
34
|
+
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
|
-
aepp
|
|
38
|
-
aepp
|
|
39
|
-
aepp-0.4.3.
|
|
40
|
-
aepp-0.4.3.
|
|
41
|
-
aepp-0.4.3.
|
|
42
|
-
aepp-0.4.3.
|
|
37
|
+
aepp/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
38
|
+
aepp/cli/__main__.py,sha256=0gFm4dwfLsVDTkN8cFMqtDqmaVoz7eG0BZ0avgCgzNI,65696
|
|
39
|
+
aepp-0.4.3.post3.dist-info/licenses/LICENSE,sha256=HjYTlfne3BbS5gNHzNqJ5COCiTQLUdf87QkzRyFbE4Y,10337
|
|
40
|
+
aepp-0.4.3.post3.dist-info/METADATA,sha256=AbYZNMOP6qL2aB2brlYBPBBXKAccC8UIuS58P_gUlA4,5317
|
|
41
|
+
aepp-0.4.3.post3.dist-info/WHEEL,sha256=qELbo2s1Yzl39ZmrAibXA2jjPLUYfnVhUNTlyF1rq0Y,92
|
|
42
|
+
aepp-0.4.3.post3.dist-info/entry_points.txt,sha256=e7HAumUTymoUiCuVRzFlcchennUBLcjxvuiimySF98Y,48
|
|
43
|
+
aepp-0.4.3.post3.dist-info/top_level.txt,sha256=dtZJI8SzhWVgZRl68PHKZX_fD6amvDiFR-lqD9FSJvE,5
|
|
44
|
+
aepp-0.4.3.post3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|