Skip to main content

The Neptyne kernel

Project description

The Neptyne Kernel

This package contains everything shipped in a Neptyne kernel container. Running outside of a Neptyne context isnt fully supported yet, but this may prove useful for some advanced use cases.

Installing

Neptyne kernels use Python 3.11, so this is the only version currently supported.

python3.11 -m venv venv
. venv/bin/activate
pip install -r kernel/requirements.txt # or pip install uv && uv pip install -r kernel/requirements.txt

Usage

In Neptyne containers, you'd typically import the API using

import neptyne as nt

Outside of this context, you'll need to do something like

import kernel.neptyne_api as nt

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

neptyne_kernel-0.1.2.tar.gz (292.9 kB view hashes)

Uploaded Source

Built Distribution

neptyne_kernel-0.1.2-py3-none-any.whl (332.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page