Contentstack 1.11.0__tar.gz → 1.11.2__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.
- {contentstack-1.11.0 → contentstack-1.11.2}/Contentstack.egg-info/PKG-INFO +3 -2
- {contentstack-1.11.0 → contentstack-1.11.2}/PKG-INFO +3 -2
- {contentstack-1.11.0 → contentstack-1.11.2}/contentstack/__init__.py +1 -1
- {contentstack-1.11.0 → contentstack-1.11.2}/Contentstack.egg-info/SOURCES.txt +0 -0
- {contentstack-1.11.0 → contentstack-1.11.2}/Contentstack.egg-info/dependency_links.txt +0 -0
- {contentstack-1.11.0 → contentstack-1.11.2}/Contentstack.egg-info/not-zip-safe +0 -0
- {contentstack-1.11.0 → contentstack-1.11.2}/Contentstack.egg-info/requires.txt +0 -0
- {contentstack-1.11.0 → contentstack-1.11.2}/Contentstack.egg-info/top_level.txt +0 -0
- {contentstack-1.11.0 → contentstack-1.11.2}/LICENSE +0 -0
- {contentstack-1.11.0 → contentstack-1.11.2}/README.md +0 -0
- {contentstack-1.11.0 → contentstack-1.11.2}/contentstack/asset.py +0 -0
- {contentstack-1.11.0 → contentstack-1.11.2}/contentstack/assetquery.py +0 -0
- {contentstack-1.11.0 → contentstack-1.11.2}/contentstack/basequery.py +0 -0
- {contentstack-1.11.0 → contentstack-1.11.2}/contentstack/contenttype.py +0 -0
- {contentstack-1.11.0 → contentstack-1.11.2}/contentstack/controller.py +0 -0
- {contentstack-1.11.0 → contentstack-1.11.2}/contentstack/deep_merge_lp.py +0 -0
- {contentstack-1.11.0 → contentstack-1.11.2}/contentstack/entry.py +0 -0
- {contentstack-1.11.0 → contentstack-1.11.2}/contentstack/entryqueryable.py +0 -0
- {contentstack-1.11.0 → contentstack-1.11.2}/contentstack/https_connection.py +0 -0
- {contentstack-1.11.0 → contentstack-1.11.2}/contentstack/image_transform.py +0 -0
- {contentstack-1.11.0 → contentstack-1.11.2}/contentstack/query.py +0 -0
- {contentstack-1.11.0 → contentstack-1.11.2}/contentstack/stack.py +0 -0
- {contentstack-1.11.0 → contentstack-1.11.2}/contentstack/utility.py +0 -0
- {contentstack-1.11.0 → contentstack-1.11.2}/setup.cfg +0 -0
- {contentstack-1.11.0 → contentstack-1.11.2}/setup.py +0 -0
- {contentstack-1.11.0 → contentstack-1.11.2}/tests/test_assets.py +0 -0
- {contentstack-1.11.0 → contentstack-1.11.2}/tests/test_entry.py +0 -0
- {contentstack-1.11.0 → contentstack-1.11.2}/tests/test_live_preview.py +0 -0
- {contentstack-1.11.0 → contentstack-1.11.2}/tests/test_query.py +0 -0
- {contentstack-1.11.0 → contentstack-1.11.2}/tests/test_stack.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: Contentstack
|
|
3
|
-
Version: 1.11.
|
|
3
|
+
Version: 1.11.2
|
|
4
4
|
Summary: Contentstack is a headless CMS with an API-first approach.
|
|
5
5
|
Home-page: https://github.com/contentstack/contentstack-python
|
|
6
6
|
Author: Contentstack
|
|
@@ -29,6 +29,7 @@ Dynamic: description-content-type
|
|
|
29
29
|
Dynamic: home-page
|
|
30
30
|
Dynamic: keywords
|
|
31
31
|
Dynamic: license
|
|
32
|
+
Dynamic: license-file
|
|
32
33
|
Dynamic: requires-dist
|
|
33
34
|
Dynamic: requires-python
|
|
34
35
|
Dynamic: summary
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: Contentstack
|
|
3
|
-
Version: 1.11.
|
|
3
|
+
Version: 1.11.2
|
|
4
4
|
Summary: Contentstack is a headless CMS with an API-first approach.
|
|
5
5
|
Home-page: https://github.com/contentstack/contentstack-python
|
|
6
6
|
Author: Contentstack
|
|
@@ -29,6 +29,7 @@ Dynamic: description-content-type
|
|
|
29
29
|
Dynamic: home-page
|
|
30
30
|
Dynamic: keywords
|
|
31
31
|
Dynamic: license
|
|
32
|
+
Dynamic: license-file
|
|
32
33
|
Dynamic: requires-dist
|
|
33
34
|
Dynamic: requires-python
|
|
34
35
|
Dynamic: summary
|
|
@@ -22,7 +22,7 @@ __all__ = (
|
|
|
22
22
|
__title__ = 'contentstack-delivery-python'
|
|
23
23
|
__author__ = 'contentstack'
|
|
24
24
|
__status__ = 'debug'
|
|
25
|
-
__version__ = 'v1.11.
|
|
25
|
+
__version__ = 'v1.11.2'
|
|
26
26
|
__endpoint__ = 'cdn.contentstack.io'
|
|
27
27
|
__email__ = 'mobile@contentstack.com'
|
|
28
28
|
__developer_email__ = 'shailesh.mishra@contentstack.com'
|
|
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
|