star-openapi-scalar 1.40.9__tar.gz → 1.43.11__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.
- {star_openapi_scalar-1.40.9 → star_openapi_scalar-1.43.11}/PKG-INFO +1 -2
- {star_openapi_scalar-1.40.9 → star_openapi_scalar-1.43.11}/pyproject.toml +0 -1
- {star_openapi_scalar-1.40.9 → star_openapi_scalar-1.43.11}/star_openapi_scalar/__version__.py +1 -1
- star_openapi_scalar-1.43.11/star_openapi_scalar/templates/scalar/js/scalar.standalone.js +8 -0
- star_openapi_scalar-1.40.9/star_openapi_scalar/templates/scalar/js/scalar.standalone.js +0 -47
- {star_openapi_scalar-1.40.9 → star_openapi_scalar-1.43.11}/.gitignore +0 -0
- {star_openapi_scalar-1.40.9 → star_openapi_scalar-1.43.11}/star_openapi_scalar/__init__.py +0 -0
- {star_openapi_scalar-1.40.9 → star_openapi_scalar-1.43.11}/star_openapi_scalar/plugins.py +0 -0
- {star_openapi_scalar-1.40.9 → star_openapi_scalar-1.43.11}/star_openapi_scalar/templates/__init__.py +0 -0
- {star_openapi_scalar-1.40.9 → star_openapi_scalar-1.43.11}/star_openapi_scalar/templates/scalar/images/scalar.svg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: star-openapi-scalar
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.43.11
|
|
4
4
|
Summary: Provide Scalar UI for star-openapi.
|
|
5
5
|
Project-URL: Homepage, https://github.com/luolingchun/star-openapi-plugins/tree/master/star-openapi-scalar
|
|
6
6
|
Project-URL: Documentation, https://luolingchun.github.io/star-openapi/latest/Usage/UI_Templates/
|
|
@@ -8,7 +8,6 @@ Maintainer-email: llc <luolingchun@outlook.com>
|
|
|
8
8
|
License: MIT
|
|
9
9
|
Classifier: Development Status :: 5 - Production/Stable
|
|
10
10
|
Classifier: Environment :: Web Environment
|
|
11
|
-
Classifier: Framework :: Flask
|
|
12
11
|
Classifier: Intended Audience :: Developers
|
|
13
12
|
Classifier: License :: OSI Approved :: MIT License
|
|
14
13
|
Classifier: Operating System :: OS Independent
|
|
@@ -13,7 +13,6 @@ classifiers = [
|
|
|
13
13
|
# "Development Status :: 6 - Mature",
|
|
14
14
|
# "Development Status :: 7 - Inactive",
|
|
15
15
|
"Environment :: Web Environment",
|
|
16
|
-
"Framework :: Flask",
|
|
17
16
|
"Intended Audience :: Developers",
|
|
18
17
|
"License :: OSI Approved :: MIT License",
|
|
19
18
|
"Operating System :: OS Independent",
|