aepp 0.4.3.post1__tar.gz → 0.4.3.post2__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.
- {aepp-0.4.3.post1/aepp.egg-info → aepp-0.4.3.post2}/PKG-INFO +1 -6
- aepp-0.4.3.post2/aepp/__version__.py +1 -0
- aepp-0.4.3.post2/aepp/cli/__init__.py +0 -0
- aepp-0.4.3.post2/aepp/cli/__main__.py +1239 -0
- {aepp-0.4.3.post1 → aepp-0.4.3.post2/aepp.egg-info}/PKG-INFO +1 -6
- {aepp-0.4.3.post1 → aepp-0.4.3.post2}/aepp.egg-info/SOURCES.txt +3 -2
- {aepp-0.4.3.post1 → aepp-0.4.3.post2}/pyproject.toml +1 -1
- aepp-0.4.3.post1/aepp/__version__.py +0 -1
- aepp-0.4.3.post1/setup.py +0 -60
- {aepp-0.4.3.post1 → aepp-0.4.3.post2}/LICENSE +0 -0
- {aepp-0.4.3.post1 → aepp-0.4.3.post2}/MANIFEST.in +0 -0
- {aepp-0.4.3.post1 → aepp-0.4.3.post2}/README.md +0 -0
- {aepp-0.4.3.post1 → aepp-0.4.3.post2}/aepp/__init__.py +0 -0
- {aepp-0.4.3.post1 → aepp-0.4.3.post2}/aepp/accesscontrol.py +0 -0
- {aepp-0.4.3.post1 → aepp-0.4.3.post2}/aepp/catalog.py +0 -0
- {aepp-0.4.3.post1 → aepp-0.4.3.post2}/aepp/classmanager.py +0 -0
- {aepp-0.4.3.post1 → aepp-0.4.3.post2}/aepp/config.py +0 -0
- {aepp-0.4.3.post1 → aepp-0.4.3.post2}/aepp/configs.py +0 -0
- {aepp-0.4.3.post1 → aepp-0.4.3.post2}/aepp/connector.py +0 -0
- {aepp-0.4.3.post1 → aepp-0.4.3.post2}/aepp/customerprofile.py +0 -0
- {aepp-0.4.3.post1 → aepp-0.4.3.post2}/aepp/dataaccess.py +0 -0
- {aepp-0.4.3.post1 → aepp-0.4.3.post2}/aepp/dataprep.py +0 -0
- {aepp-0.4.3.post1 → aepp-0.4.3.post2}/aepp/datasets.py +0 -0
- {aepp-0.4.3.post1 → aepp-0.4.3.post2}/aepp/datatypemanager.py +0 -0
- {aepp-0.4.3.post1 → aepp-0.4.3.post2}/aepp/deletion.py +0 -0
- {aepp-0.4.3.post1 → aepp-0.4.3.post2}/aepp/destination.py +0 -0
- {aepp-0.4.3.post1 → aepp-0.4.3.post2}/aepp/destinationinstanceservice.py +0 -0
- {aepp-0.4.3.post1 → aepp-0.4.3.post2}/aepp/edge.py +0 -0
- {aepp-0.4.3.post1 → aepp-0.4.3.post2}/aepp/exportDatasetToDataLandingZone.py +0 -0
- {aepp-0.4.3.post1 → aepp-0.4.3.post2}/aepp/fieldgroupmanager.py +0 -0
- {aepp-0.4.3.post1 → aepp-0.4.3.post2}/aepp/flowservice.py +0 -0
- {aepp-0.4.3.post1 → aepp-0.4.3.post2}/aepp/hygiene.py +0 -0
- {aepp-0.4.3.post1 → aepp-0.4.3.post2}/aepp/identity.py +0 -0
- {aepp-0.4.3.post1 → aepp-0.4.3.post2}/aepp/ingestion.py +0 -0
- {aepp-0.4.3.post1 → aepp-0.4.3.post2}/aepp/observability.py +0 -0
- {aepp-0.4.3.post1 → aepp-0.4.3.post2}/aepp/policy.py +0 -0
- {aepp-0.4.3.post1 → aepp-0.4.3.post2}/aepp/privacyservice.py +0 -0
- {aepp-0.4.3.post1 → aepp-0.4.3.post2}/aepp/queryservice.py +0 -0
- {aepp-0.4.3.post1 → aepp-0.4.3.post2}/aepp/sandboxes.py +0 -0
- {aepp-0.4.3.post1 → aepp-0.4.3.post2}/aepp/schema.py +0 -0
- {aepp-0.4.3.post1 → aepp-0.4.3.post2}/aepp/schemamanager.py +0 -0
- {aepp-0.4.3.post1 → aepp-0.4.3.post2}/aepp/segmentation.py +0 -0
- {aepp-0.4.3.post1 → aepp-0.4.3.post2}/aepp/sensei.py +0 -0
- {aepp-0.4.3.post1 → aepp-0.4.3.post2}/aepp/som.py +0 -0
- {aepp-0.4.3.post1 → aepp-0.4.3.post2}/aepp/synchronizer.py +0 -0
- {aepp-0.4.3.post1 → aepp-0.4.3.post2}/aepp/tags.py +0 -0
- {aepp-0.4.3.post1 → aepp-0.4.3.post2}/aepp/utils.py +0 -0
- {aepp-0.4.3.post1 → aepp-0.4.3.post2}/aepp.egg-info/dependency_links.txt +0 -0
- {aepp-0.4.3.post1 → aepp-0.4.3.post2}/aepp.egg-info/entry_points.txt +0 -0
- {aepp-0.4.3.post1 → aepp-0.4.3.post2}/aepp.egg-info/requires.txt +0 -0
- {aepp-0.4.3.post1 → aepp-0.4.3.post2}/aepp.egg-info/top_level.txt +0 -0
- {aepp-0.4.3.post1 → aepp-0.4.3.post2}/setup.cfg +0 -0
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: aepp
|
|
3
|
-
Version: 0.4.3.
|
|
3
|
+
Version: 0.4.3.post2
|
|
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
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.4.3-2"
|
|
File without changes
|