Metadata-Version: 2.4
Name: nock_kernel
Version: 1.0.0
Summary: A Jupyter kernel for Nock 4K - Urbit's virtual machine
Home-page: https://github.com/sigilante/pinochle
Author: Your Name
Author-email: your.email@example.com
License: MIT
Project-URL: Bug Tracker, https://github.com/sigilante/pinochle/issues
Project-URL: Documentation, https://github.com/sigilante/pinochle/blob/master/README.md
Project-URL: Source Code, https://github.com/sigilante/pinochle
Keywords: nock urbit jupyter kernel interpreter nockapp nockchain
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Jupyter
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Interpreters
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: pinochle>=1.0.0
Requires-Dist: ipykernel>=6.0
Requires-Dist: mmh3
Requires-Dist: bitstring
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Nock Kernel

Jupyter kernel for interactive Nock 4K evaluation.

## Installation

```bash
# Install both packages
pip install pinochle nock-kernel

# Install the kernel spec
nock-kernel-install
```

Or from source:

```bash
git clone https://github.com/sigilante/pinochle.git
cd pinochle

# Install core library
pip install ./packages/pinochle

# Install kernel
pip install ./packages/nock_kernel
nock-kernel-install
```

## Usage

The kernel is named "Nock 4K" and uses the `pinochle` library under the hood.

Start Jupyter:

```bash
jupyter notebook
```

Create a new notebook and select "Nock 4K" as the kernel.

## License

MIT License
