star-openapi-elements 9.0.13__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.
- star_openapi_elements/__init__.py +0 -0
- star_openapi_elements/__version__.py +3 -0
- star_openapi_elements/plugins.py +41 -0
- star_openapi_elements/templates/__init__.py +28 -0
- star_openapi_elements/templates/elements/css/styles.min.css +1 -0
- star_openapi_elements/templates/elements/images/elements.svg +22 -0
- star_openapi_elements/templates/elements/js/web-components.min.js +2 -0
- star_openapi_elements-9.0.13.dist-info/METADATA +22 -0
- star_openapi_elements-9.0.13.dist-info/RECORD +11 -0
- star_openapi_elements-9.0.13.dist-info/WHEEL +4 -0
- star_openapi_elements-9.0.13.dist-info/entry_points.txt +2 -0
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: star-openapi-elements
|
|
3
|
+
Version: 9.0.13
|
|
4
|
+
Summary: Provide Stoplight Elements UI for star-openapi.
|
|
5
|
+
Project-URL: Homepage, https://github.com/luolingchun/star-openapi-plugins/tree/master/star-openapi-elements
|
|
6
|
+
Project-URL: Documentation, https://luolingchun.github.io/star-openapi/latest/Usage/UI_Templates/
|
|
7
|
+
Maintainer-email: llc <luolingchun@outlook.com>
|
|
8
|
+
License: MIT
|
|
9
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
10
|
+
Classifier: Environment :: Web Environment
|
|
11
|
+
Classifier: Framework :: Flask
|
|
12
|
+
Classifier: Intended Audience :: Developers
|
|
13
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
14
|
+
Classifier: Operating System :: OS Independent
|
|
15
|
+
Classifier: Programming Language :: Python
|
|
16
|
+
Classifier: Programming Language :: Python :: 3
|
|
17
|
+
Classifier: Programming Language :: Python :: 3 :: Only
|
|
18
|
+
Requires-Python: >=3.8
|
|
19
|
+
Requires-Dist: star-openapi
|
|
20
|
+
Description-Content-Type: text/markdown
|
|
21
|
+
|
|
22
|
+
Provide Stoplight Elements UI for [star-openapi](https://github.com/luolingchun/star-openapi).
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
star_openapi_elements/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
star_openapi_elements/__version__.py,sha256=KNHtWUqZkwGm6rSAkox4AjyEoLTT4oR7hIpP0xAMvzc,48
|
|
3
|
+
star_openapi_elements/plugins.py,sha256=1CcnRVK30rBsFet75cJNfOHegAc7C1wTPeD1LkF1evw,1262
|
|
4
|
+
star_openapi_elements/templates/__init__.py,sha256=xrzvXGDXzhFDmuuOOfTY9CJWIc47jJyaadBcFNzWa9o,910
|
|
5
|
+
star_openapi_elements/templates/elements/css/styles.min.css,sha256=pSACIoEI-1Z7dcr_IJxNiqJWrlkd496n07GjhLGiewY,297600
|
|
6
|
+
star_openapi_elements/templates/elements/images/elements.svg,sha256=JdLjhRyfuhiLrLERdJIp-7_KZL4Gf7hA7QPYaltpJ_M,3346
|
|
7
|
+
star_openapi_elements/templates/elements/js/web-components.min.js,sha256=M4wZs7_oFvUx9hgzKaa3_CjYBSWfAtgU0OXJyWvXSNc,2084351
|
|
8
|
+
star_openapi_elements-9.0.13.dist-info/METADATA,sha256=ctucs_SakTJIA1Pj9rcRXttPbNIR0F5WQUDNQPbNf_0,996
|
|
9
|
+
star_openapi_elements-9.0.13.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
10
|
+
star_openapi_elements-9.0.13.dist-info/entry_points.txt,sha256=bIGgFr_xVLbvbyrmWeiA6bwqYCpRZg3wkYnJHQVjQDQ,79
|
|
11
|
+
star_openapi_elements-9.0.13.dist-info/RECORD,,
|