chisel 1.2.3__tar.gz → 1.2.4__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: chisel
3
- Version: 1.2.3
3
+ Version: 1.2.4
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
@@ -21,6 +21,7 @@ Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
21
21
  Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
22
22
  Description-Content-Type: text/x-rst
23
23
  License-File: LICENSE
24
+ Requires-Dist: schema-markdown>=1.2.0
24
25
 
25
26
  chisel
26
27
  ======
@@ -1,6 +1,6 @@
1
1
  [metadata]
2
2
  name = chisel
3
- version = 1.2.3
3
+ version = 1.2.4
4
4
  url = https://github.com/craigahobbs/chisel
5
5
  author = Craig A. Hobbs
6
6
  author_email = craigahobbs@gmail.com
@@ -17,10 +17,36 @@ CHISEL_DOC_HTML = b'''\
17
17
  <!DOCTYPE html>
18
18
  <html lang="en">
19
19
  <head>
20
- <title>Chisel</title>
20
+ <title>Chisel Documentation Application</title>
21
21
  <meta charset="UTF-8">
22
+ <meta name="description" content="Chisel Documentation Application">
22
23
  <meta name="viewport" content="width=device-width, initial-scale=1">
23
24
  <link rel="stylesheet" href="https://craigahobbs.github.io/markdown-up/app.css">
25
+
26
+ <!-- Preloads -->
27
+ <link rel="modulepreload" href="https://craigahobbs.github.io/markdown-up/bare-script/lib/data.js" as="script">
28
+ <link rel="modulepreload" href="https://craigahobbs.github.io/markdown-up/bare-script/lib/library.js" as="script">
29
+ <link rel="modulepreload" href="https://craigahobbs.github.io/markdown-up/bare-script/lib/model.js" as="script">
30
+ <link rel="modulepreload" href="https://craigahobbs.github.io/markdown-up/bare-script/lib/parser.js" as="script">
31
+ <link rel="modulepreload" href="https://craigahobbs.github.io/markdown-up/bare-script/lib/runtime.js" as="script">
32
+ <link rel="modulepreload" href="https://craigahobbs.github.io/markdown-up/bare-script/lib/runtimeAsync.js" as="script">
33
+ <link rel="modulepreload" href="https://craigahobbs.github.io/markdown-up/element-model/lib/elementModel.js" as="script">
34
+ <link rel="modulepreload" href="https://craigahobbs.github.io/markdown-up/lib/app.js" as="script">
35
+ <link rel="modulepreload" href="https://craigahobbs.github.io/markdown-up/lib/dataTable.js" as="script">
36
+ <link rel="modulepreload" href="https://craigahobbs.github.io/markdown-up/lib/dataUtil.js" as="script">
37
+ <link rel="modulepreload" href="https://craigahobbs.github.io/markdown-up/lib/lineChart.js" as="script">
38
+ <link rel="modulepreload" href="https://craigahobbs.github.io/markdown-up/lib/script.js" as="script">
39
+ <link rel="modulepreload" href="https://craigahobbs.github.io/markdown-up/lib/scriptLibrary.js" as="script">
40
+ <link rel="modulepreload" href="https://craigahobbs.github.io/markdown-up/markdown-model/lib/elements.js" as="script">
41
+ <link rel="modulepreload" href="https://craigahobbs.github.io/markdown-up/markdown-model/lib/parser.js" as="script">
42
+ <link rel="modulepreload" href="https://craigahobbs.github.io/markdown-up/schema-markdown-doc/lib/schemaMarkdownDoc.js" as="script">
43
+ <link rel="modulepreload" href="https://craigahobbs.github.io/markdown-up/schema-markdown/lib/encode.js" as="script">
44
+ <link rel="modulepreload" href="https://craigahobbs.github.io/markdown-up/schema-markdown/lib/parser.js" as="script">
45
+ <link rel="modulepreload" href="https://craigahobbs.github.io/markdown-up/schema-markdown/lib/schema.js" as="script">
46
+ <link rel="modulepreload" href="https://craigahobbs.github.io/markdown-up/schema-markdown/lib/schemaUtil.js" as="script">
47
+ <link rel="modulepreload" href="https://craigahobbs.github.io/markdown-up/schema-markdown/lib/typeModel.js" as="script">
48
+ <link rel="preload" href="https://craigahobbs.github.io/markdown-up/app.css" as="style">
49
+ <link rel="preload" href="https://craigahobbs.github.io/markdown-up/markdown-model/static/markdown-model.css" as="style">
24
50
  </head>
25
51
  <body>
26
52
  </body>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: chisel
3
- Version: 1.2.3
3
+ Version: 1.2.4
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
@@ -21,6 +21,7 @@ Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
21
21
  Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
22
22
  Description-Content-Type: text/x-rst
23
23
  License-File: LICENSE
24
+ Requires-Dist: schema-markdown>=1.2.0
24
25
 
25
26
  chisel
26
27
  ======
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes