Metadata-Version: 2.4
Name: nock_kernel
Version: 1.1.0
Summary: Jupyter kernel for interactive Nock evaluation.
Home-page: https://github.com/sigilante/pinochle
Author: N. E. Davis
Author-email: "N. E. Davis" <neal@zorp.io>
License: MIT
Project-URL: Homepage, https://github.com/sigilante/pinochle
Project-URL: Repository, https://github.com/sigilante/pinochle
Project-URL: Issues, https://github.com/sigilante/pinochle/issues
Keywords: nock,urbit,interpreter,pinochle,nockapp,nockchain
Classifier: Development Status :: 4 - Beta
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: mmh3
Requires-Dist: bitstring
Dynamic: author
Dynamic: home-page
Dynamic: requires-python

# 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
