koatl-kernel 1.0__py3-none-any.whl → 1.0.1__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.
- koatl_kernel/__init__.py +1 -1
- koatl_kernel-1.0.1.data/data/share/jupyter/kernels/koatl/kernel.json +1 -0
- {koatl_kernel-1.0.dist-info → koatl_kernel-1.0.1.dist-info}/METADATA +10 -3
- koatl_kernel-1.0.1.dist-info/RECORD +9 -0
- koatl_kernel-1.0.data/data/share/jupyter/kernels/koatl/kernel.json +0 -1
- koatl_kernel-1.0.dist-info/RECORD +0 -9
- {koatl_kernel-1.0.dist-info → koatl_kernel-1.0.1.dist-info}/WHEEL +0 -0
- {koatl_kernel-1.0.dist-info → koatl_kernel-1.0.1.dist-info}/licenses/LICENSE +0 -0
koatl_kernel/__init__.py
CHANGED
@@ -0,0 +1 @@
|
|
1
|
+
{"argv": ["/tmp/build-env-pw3nu8t4/bin/python", "-m", "koatl_kernel", "-f", "{connection_file}"], "display_name": "Koatl", "language": "koatl"}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: koatl-kernel
|
3
|
-
Version: 1.0
|
3
|
+
Version: 1.0.1
|
4
4
|
Summary: Koatl kernel for Jupyter
|
5
5
|
Project-URL: Homepage, https://github.com/skkestrel/koatl
|
6
6
|
Author-email: Kevin <skkestrel@gmail.com>
|
@@ -35,6 +35,13 @@ Requires-Dist: jupyter-client
|
|
35
35
|
Requires-Dist: koatl
|
36
36
|
Provides-Extra: test
|
37
37
|
Requires-Dist: jupyter-kernel-test; extra == 'test'
|
38
|
-
Description-Content-Type: text/
|
38
|
+
Description-Content-Type: text/markdown
|
39
39
|
|
40
|
-
This is the jupyter kernel for koatl.
|
40
|
+
This is the jupyter kernel for koatl.
|
41
|
+
|
42
|
+
Version number is in `koatl_kernel/__init__.py`
|
43
|
+
|
44
|
+
```
|
45
|
+
python3 -m build
|
46
|
+
python3 -m twine upload --repository pypi dist/*
|
47
|
+
```
|
@@ -0,0 +1,9 @@
|
|
1
|
+
koatl_kernel/__init__.py,sha256=Sei-2VF7jAwjTji8QYlH1mGUgT1MHaYCo0wr5Oena9Q,55
|
2
|
+
koatl_kernel/__main__.py,sha256=Q-DPRlqVbPu7jTMdW8xF2hJ3ru0qwnprBkgms24r93c,125
|
3
|
+
koatl_kernel/kernel.py,sha256=kY82m6yIvskAtaXvpTxyVA8YlssuCP-6DcWJIbBqiqM,2044
|
4
|
+
koatl_kernel/shell.py,sha256=El4FptNOyif4C2bAA6BRG75x9565VzL1o5IVGQhZC4M,2041
|
5
|
+
koatl_kernel-1.0.1.data/data/share/jupyter/kernels/koatl/kernel.json,sha256=NZYB60kGQ9ySTonGxGZ-bAt1z91APq-oqgJ5Ra5p5IM,143
|
6
|
+
koatl_kernel-1.0.1.dist-info/METADATA,sha256=oJ17PoEdrbVQ0CR5pCeMq2Ae6Wk_2TptfjsBeDHpiv0,1967
|
7
|
+
koatl_kernel-1.0.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
8
|
+
koatl_kernel-1.0.1.dist-info/licenses/LICENSE,sha256=98FpSHN3oUJddIcJ1-Pm1i4MykTIY5pHUSOoQblE_2k,1068
|
9
|
+
koatl_kernel-1.0.1.dist-info/RECORD,,
|
@@ -1 +0,0 @@
|
|
1
|
-
{"argv": ["/tmp/build-env-ztbb1x9n/bin/python", "-m", "koatl_kernel", "-f", "{connection_file}"], "display_name": "Koatl", "language": "koatl"}
|
@@ -1,9 +0,0 @@
|
|
1
|
-
koatl_kernel/__init__.py,sha256=UExFJlql-GaXbZylbX9bcf6hozWdH7-la6Crnv5T1rQ,53
|
2
|
-
koatl_kernel/__main__.py,sha256=Q-DPRlqVbPu7jTMdW8xF2hJ3ru0qwnprBkgms24r93c,125
|
3
|
-
koatl_kernel/kernel.py,sha256=kY82m6yIvskAtaXvpTxyVA8YlssuCP-6DcWJIbBqiqM,2044
|
4
|
-
koatl_kernel/shell.py,sha256=El4FptNOyif4C2bAA6BRG75x9565VzL1o5IVGQhZC4M,2041
|
5
|
-
koatl_kernel-1.0.data/data/share/jupyter/kernels/koatl/kernel.json,sha256=cMUN6NE5zw-LgpNduCuCjPp13s7HA_mQIO7I4a3L9ZY,143
|
6
|
-
koatl_kernel-1.0.dist-info/METADATA,sha256=ep0pc23Vqwrbqox8HykLOMhTglZJ3HAqAazoBOXqOKE,1837
|
7
|
-
koatl_kernel-1.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
8
|
-
koatl_kernel-1.0.dist-info/licenses/LICENSE,sha256=98FpSHN3oUJddIcJ1-Pm1i4MykTIY5pHUSOoQblE_2k,1068
|
9
|
-
koatl_kernel-1.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|