contentstack-utils 1.2.0__py3-none-any.whl → 1.2.2__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.
- {contentstack_utils-1.2.0.dist-info → contentstack_utils-1.2.2.dist-info}/LICENSE +1 -1
- {contentstack_utils-1.2.0.dist-info → contentstack_utils-1.2.2.dist-info}/METADATA +2 -5
- contentstack_utils-1.2.2.dist-info/RECORD +5 -0
- {contentstack_utils-1.2.0.dist-info → contentstack_utils-1.2.2.dist-info}/WHEEL +1 -1
- contentstack_utils-1.2.0.dist-info/RECORD +0 -5
- {contentstack_utils-1.2.0.dist-info → contentstack_utils-1.2.2.dist-info}/top_level.txt +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
Copyright
|
|
1
|
+
Copyright 2023 Contentstack
|
|
2
2
|
|
|
3
3
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
4
4
|
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: contentstack-utils
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.2
|
|
4
4
|
Summary: contentstack_utils is a Utility package for Contentstack headless CMS with an API-first approach.
|
|
5
5
|
Home-page: https://github.com/contentstack/contentstack-utils-python
|
|
6
6
|
Author: contentstack
|
|
7
7
|
License: MIT
|
|
8
|
-
Platform: UNKNOWN
|
|
9
8
|
Classifier: License :: OSI Approved :: MIT License
|
|
10
9
|
Classifier: Operating System :: OS Independent
|
|
11
10
|
Classifier: Intended Audience :: Developers
|
|
@@ -51,7 +50,7 @@ If you are using Contentstack Python SDK in your project by running the followin
|
|
|
51
50
|
## For the specific version
|
|
52
51
|
|
|
53
52
|
```python
|
|
54
|
-
pip install Contentstack==1.
|
|
53
|
+
pip install Contentstack==1.5.1
|
|
55
54
|
```
|
|
56
55
|
|
|
57
56
|
## Usage
|
|
@@ -145,5 +144,3 @@ if result is not None and 'entries' in result:
|
|
|
145
144
|
option = Option()
|
|
146
145
|
GQL.json_to_html(item, ['paragraph_text'], option)
|
|
147
146
|
```
|
|
148
|
-
|
|
149
|
-
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
contentstack_utils-1.2.2.dist-info/LICENSE,sha256=R_LrTgIRqwLf2eMDMxOiSWPCarr7IofJWsg6NlRqRtk,1051
|
|
2
|
+
contentstack_utils-1.2.2.dist-info/METADATA,sha256=wY-HLRrO6Qd34SA0CAJmFqDyoUjJvjYkcFVxxKzFNcI,4906
|
|
3
|
+
contentstack_utils-1.2.2.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
|
4
|
+
contentstack_utils-1.2.2.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
5
|
+
contentstack_utils-1.2.2.dist-info/RECORD,,
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
contentstack_utils-1.2.0.dist-info/LICENSE,sha256=ItWIeIAApbjtN-CR8exObyxhGpnfkmNgs8UqfU9Ib7c,1051
|
|
2
|
-
contentstack_utils-1.2.0.dist-info/METADATA,sha256=g-Yzm5CUah7yLuhJoh2xeZ2l3B51bpGlXRqCUyzLoaM,4926
|
|
3
|
-
contentstack_utils-1.2.0.dist-info/WHEEL,sha256=ewwEueio1C2XeHTvT17n8dZUJgOvyCWCt0WVNLClP9o,92
|
|
4
|
-
contentstack_utils-1.2.0.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
5
|
-
contentstack_utils-1.2.0.dist-info/RECORD,,
|
|
File without changes
|