chisel 1.4.4__tar.gz → 1.4.6__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.4/src/chisel.egg-info → chisel-1.4.6}/PKG-INFO +1 -2
- {chisel-1.4.4 → chisel-1.4.6}/setup.cfg +1 -2
- {chisel-1.4.4 → chisel-1.4.6}/src/chisel/static/chiselDoc.bare +1 -1
- chisel-1.4.6/src/chisel/static/markdown-up.tar.gz +0 -0
- {chisel-1.4.4 → chisel-1.4.6/src/chisel.egg-info}/PKG-INFO +1 -2
- chisel-1.4.4/src/chisel/static/markdown-up.tar.gz +0 -0
- {chisel-1.4.4 → chisel-1.4.6}/LICENSE +0 -0
- {chisel-1.4.4 → chisel-1.4.6}/README.md +0 -0
- {chisel-1.4.4 → chisel-1.4.6}/pyproject.toml +0 -0
- {chisel-1.4.4 → chisel-1.4.6}/src/chisel/__init__.py +0 -0
- {chisel-1.4.4 → chisel-1.4.6}/src/chisel/action.py +0 -0
- {chisel-1.4.4 → chisel-1.4.6}/src/chisel/app.py +0 -0
- {chisel-1.4.4 → chisel-1.4.6}/src/chisel/doc.py +0 -0
- {chisel-1.4.4 → chisel-1.4.6}/src/chisel/request.py +0 -0
- {chisel-1.4.4 → chisel-1.4.6}/src/chisel/static/__init__.py +0 -0
- {chisel-1.4.4 → chisel-1.4.6}/src/chisel/static/index.html +0 -0
- {chisel-1.4.4 → chisel-1.4.6}/src/chisel.egg-info/SOURCES.txt +0 -0
- {chisel-1.4.4 → chisel-1.4.6}/src/chisel.egg-info/dependency_links.txt +0 -0
- {chisel-1.4.4 → chisel-1.4.6}/src/chisel.egg-info/requires.txt +0 -0
- {chisel-1.4.4 → chisel-1.4.6}/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.6
|
|
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
|
|
@@ -9,7 +9,6 @@ License: MIT
|
|
|
9
9
|
Keywords: api,json,framework,schema,wsgi
|
|
10
10
|
Classifier: Development Status :: 5 - Production/Stable
|
|
11
11
|
Classifier: Intended Audience :: Developers
|
|
12
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
13
12
|
Classifier: Operating System :: OS Independent
|
|
14
13
|
Classifier: Programming Language :: Python :: 3.9
|
|
15
14
|
Classifier: Programming Language :: Python :: 3.10
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[metadata]
|
|
2
2
|
name = chisel
|
|
3
|
-
version = 1.4.
|
|
3
|
+
version = 1.4.6
|
|
4
4
|
url = https://github.com/craigahobbs/chisel
|
|
5
5
|
author = Craig A. Hobbs
|
|
6
6
|
author_email = craigahobbs@gmail.com
|
|
@@ -12,7 +12,6 @@ keywords = api, json, framework, schema, wsgi
|
|
|
12
12
|
classifiers =
|
|
13
13
|
Development Status :: 5 - Production/Stable
|
|
14
14
|
Intended Audience :: Developers
|
|
15
|
-
License :: OSI Approved :: MIT License
|
|
16
15
|
Operating System :: OS Independent
|
|
17
16
|
Programming Language :: Python :: 3.9
|
|
18
17
|
Programming Language :: Python :: 3.10
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: chisel
|
|
3
|
-
Version: 1.4.
|
|
3
|
+
Version: 1.4.6
|
|
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
|
|
@@ -9,7 +9,6 @@ License: MIT
|
|
|
9
9
|
Keywords: api,json,framework,schema,wsgi
|
|
10
10
|
Classifier: Development Status :: 5 - Production/Stable
|
|
11
11
|
Classifier: Intended Audience :: Developers
|
|
12
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
13
12
|
Classifier: Operating System :: OS Independent
|
|
14
13
|
Classifier: Programming Language :: Python :: 3.9
|
|
15
14
|
Classifier: Programming Language :: Python :: 3.10
|
|
Binary file
|
|
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
|