koatl-kernel 1.0.1__py3-none-any.whl → 1.0.2__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 CHANGED
@@ -1,3 +1,3 @@
1
- __version__ = "1.0.1"
1
+ __version__ = "1.0.2"
2
2
 
3
3
  from .kernel import KoatlKernel
@@ -0,0 +1 @@
1
+ {"argv": ["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.1
3
+ Version: 1.0.2
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>
@@ -32,6 +32,7 @@ Classifier: Programming Language :: Python :: 3
32
32
  Requires-Python: >=3.8
33
33
  Requires-Dist: ipykernel
34
34
  Requires-Dist: jupyter-client
35
+ Requires-Dist: jupyter-console
35
36
  Requires-Dist: koatl
36
37
  Provides-Extra: test
37
38
  Requires-Dist: jupyter-kernel-test; extra == 'test'
@@ -0,0 +1,9 @@
1
+ koatl_kernel/__init__.py,sha256=Y4_AjHLXCcdGKbhswjq7U8-E2hmokeiWrW1Rdd2r_Pw,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.2.data/data/share/jupyter/kernels/koatl/kernel.json,sha256=hWoZ8gocTkfS3Hx_eUh9xYGCFXEAgRcvqQlMJgutH8s,115
6
+ koatl_kernel-1.0.2.dist-info/METADATA,sha256=Dizq4riXOZlUoI34rKG-2gv3PZ08DgkDXirLZ_AMgEU,1998
7
+ koatl_kernel-1.0.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
8
+ koatl_kernel-1.0.2.dist-info/licenses/LICENSE,sha256=98FpSHN3oUJddIcJ1-Pm1i4MykTIY5pHUSOoQblE_2k,1068
9
+ koatl_kernel-1.0.2.dist-info/RECORD,,
@@ -1 +0,0 @@
1
- {"argv": ["/tmp/build-env-pw3nu8t4/bin/python", "-m", "koatl_kernel", "-f", "{connection_file}"], "display_name": "Koatl", "language": "koatl"}
@@ -1,9 +0,0 @@
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,,