star-openapi-scalar 1.40.9__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.
@@ -0,0 +1,22 @@
1
+ Metadata-Version: 2.4
2
+ Name: star-openapi-scalar
3
+ Version: 1.40.9
4
+ Summary: Provide Scalar UI for star-openapi.
5
+ Project-URL: Homepage, https://github.com/luolingchun/star-openapi-plugins/tree/master/star-openapi-scalar
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 Scalar UI for [star-openapi](https://github.com/luolingchun/star-openapi).
@@ -0,0 +1,10 @@
1
+ star_openapi_scalar/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ star_openapi_scalar/__version__.py,sha256=IxrQC3v8O7KGC8i_6o7aaYlMx7gNN9sg-vGChO2bTKg,48
3
+ star_openapi_scalar/plugins.py,sha256=RK-crKXuotwTLvbeHn70p36C22XaBBfWyrZmPo7U0hY,1240
4
+ star_openapi_scalar/templates/__init__.py,sha256=9yHB369VToWHeAfW5hxUh6d3Q475MkZqq14fuQIOOHU,807
5
+ star_openapi_scalar/templates/scalar/images/scalar.svg,sha256=VDDTPwzhHFCRbA_UpmlPoXBjECo-Ic5CuL6xHtTAF8s,599
6
+ star_openapi_scalar/templates/scalar/js/scalar.standalone.js,sha256=LkeaIu_yFxyQlCKSoDxj4PqcOvXkK4ddMxS99uxJPb8,3325699
7
+ star_openapi_scalar-1.40.9.dist-info/METADATA,sha256=bS3-ocIKJ-R2NZWIlzUppBvhKL8uPkfOMkGKwWKh3y8,968
8
+ star_openapi_scalar-1.40.9.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
9
+ star_openapi_scalar-1.40.9.dist-info/entry_points.txt,sha256=M2gQ_alW-wwbNkMcJHhF7aBaW0tIITpIA-MG6MVS2Gw,77
10
+ star_openapi_scalar-1.40.9.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.28.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
@@ -0,0 +1,2 @@
1
+ [star_openapi.plugins]
2
+ register = star_openapi_scalar.plugins.RegisterPlugin