chisel 1.4.7__tar.gz → 1.4.8__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.
- {chisel-1.4.7/src/chisel.egg-info → chisel-1.4.8}/PKG-INFO +2 -1
- {chisel-1.4.7 → chisel-1.4.8}/setup.cfg +2 -1
- {chisel-1.4.7 → chisel-1.4.8/src/chisel.egg-info}/PKG-INFO +2 -1
- {chisel-1.4.7 → chisel-1.4.8}/LICENSE +0 -0
- {chisel-1.4.7 → chisel-1.4.8}/README.md +0 -0
- {chisel-1.4.7 → chisel-1.4.8}/pyproject.toml +0 -0
- {chisel-1.4.7 → chisel-1.4.8}/src/chisel/__init__.py +0 -0
- {chisel-1.4.7 → chisel-1.4.8}/src/chisel/action.py +0 -0
- {chisel-1.4.7 → chisel-1.4.8}/src/chisel/app.py +0 -0
- {chisel-1.4.7 → chisel-1.4.8}/src/chisel/doc.py +0 -0
- {chisel-1.4.7 → chisel-1.4.8}/src/chisel/request.py +0 -0
- {chisel-1.4.7 → chisel-1.4.8}/src/chisel/static/__init__.py +0 -0
- {chisel-1.4.7 → chisel-1.4.8}/src/chisel/static/chiselDoc.bare +0 -0
- {chisel-1.4.7 → chisel-1.4.8}/src/chisel/static/index.html +0 -0
- {chisel-1.4.7 → chisel-1.4.8}/src/chisel/static/markdown-up.tar.gz +0 -0
- {chisel-1.4.7 → chisel-1.4.8}/src/chisel.egg-info/SOURCES.txt +0 -0
- {chisel-1.4.7 → chisel-1.4.8}/src/chisel.egg-info/dependency_links.txt +0 -0
- {chisel-1.4.7 → chisel-1.4.8}/src/chisel.egg-info/requires.txt +0 -0
- {chisel-1.4.7 → chisel-1.4.8}/src/chisel.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: chisel
|
|
3
|
-
Version: 1.4.
|
|
3
|
+
Version: 1.4.8
|
|
4
4
|
Summary: Lightweight WSGI application framework, schema-validated JSON APIs, and API documentation
|
|
5
5
|
Home-page: https://github.com/craigahobbs/chisel
|
|
6
6
|
Author: Craig A. Hobbs
|
|
@@ -15,6 +15,7 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3.11
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.12
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.13
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
18
19
|
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
|
|
19
20
|
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
|
|
20
21
|
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[metadata]
|
|
2
2
|
name = chisel
|
|
3
|
-
version = 1.4.
|
|
3
|
+
version = 1.4.8
|
|
4
4
|
url = https://github.com/craigahobbs/chisel
|
|
5
5
|
author = Craig A. Hobbs
|
|
6
6
|
author_email = craigahobbs@gmail.com
|
|
@@ -18,6 +18,7 @@ classifiers =
|
|
|
18
18
|
Programming Language :: Python :: 3.11
|
|
19
19
|
Programming Language :: Python :: 3.12
|
|
20
20
|
Programming Language :: Python :: 3.13
|
|
21
|
+
Programming Language :: Python :: 3.14
|
|
21
22
|
Topic :: Internet :: WWW/HTTP :: WSGI
|
|
22
23
|
Topic :: Internet :: WWW/HTTP :: WSGI :: Application
|
|
23
24
|
Topic :: Software Development :: Libraries :: Application Frameworks
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: chisel
|
|
3
|
-
Version: 1.4.
|
|
3
|
+
Version: 1.4.8
|
|
4
4
|
Summary: Lightweight WSGI application framework, schema-validated JSON APIs, and API documentation
|
|
5
5
|
Home-page: https://github.com/craigahobbs/chisel
|
|
6
6
|
Author: Craig A. Hobbs
|
|
@@ -15,6 +15,7 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3.11
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.12
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.13
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
18
19
|
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
|
|
19
20
|
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
|
|
20
21
|
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
|
|
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
|