andeplane-pyodide-kernel


Nameandeplane-pyodide-kernel JSON
Version 0.0.8 PyPI version JSON
download
home_page
SummaryPython kernel for JupyterLite powered by Pyodide
upload_time2023-04-28 11:02:08
maintainer
docs_urlNone
authorJupyterLite Contributors
requires_python>=3.8
licenseBSD 3-Clause License Copyright (c) 2022, JupyterLite Contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
keywords browser jupyter jupyterlab jupyterlite notebook pyodide
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # jupyterlite-pyodide-kernel

> A Python kernel for [JupyterLite](https://jupyterlite.rtfd.io) powered by
> [Pyodide](https://pyodide.org),

[![ci-badge]][ci] [![lite-badge]][lite] [![docs-badge]][docs]

[ci-badge]: https://github.com/jupyterlite/pyodide-kernel/workflows/Build/badge.svg
[lite-badge]: https://jupyterlite.rtfd.io/en/latest/_static/badge.svg
[lite]: https://jupyterlite-pyodide-kernel.rtfd.io/en/latest/_static
[ci]: https://github.com/jupyterlite/pyodide-kernel/actions?query=branch%3Amain
[docs-badge]:
  https://readthedocs.org/projects/jupyterlite-pyodide-kernel/badge/?version=latest
[docs]: https://jupyterlite-pyodide-kernel.readthedocs.io/en/latest/?badge=latest

## Requirements

- `python >=3.8`
- `jupyterlite >=0.1.0b19`

## Install

To install the Pyodide kernel labextension and the CLI addons for `jupyter lite`, run:

```bash
pip install jupyterlite-pyodide-kernel
```

Then build your JupyterLite site:

```bash
jupyter lite build
```

⚠️ The documentation for advanced configuration is available from the main JupyterLite
documentation site:

- [configuring]
- [command line interface][cli]

[configuring]:
  https://jupyterlite.readthedocs.io/en/latest/howto/index.html#configuring-the-python-environment
[cli]: https://jupyterlite.readthedocs.io/en/latest/reference/cli.html

## Uninstall

To remove the extension, run:

```bash
pip uninstall jupyterlite-pyodide-kernel
```

## Development Install

Below is an short overview of getting up and running quickly. Please see the
[contributing guide][contrib] for full details.

### Development Requirements

**Recommended** a Python virtual environment provided by a tool of choice, e.g.

- `virtualenv`
- `mamba`
- `conda`

Ensure the local development environment has:

- `git`
- `nodejs 18`
- `python >=3.8`

### Development Quick Start

```bash
git clone https://github.com/jupyterlite/pyodide-kernel
cd pyodide-kernel
npm run quickstart
```

Then, serve the built demo site, documentation, and test reports with Python's built-in
http server:

```bash
jlpm serve
```

[contrib]: https://github.com/jupyterlite/pyodide-kernel/blob/main/CONTRIBUTING.md

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "andeplane-pyodide-kernel",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "browser,jupyter,jupyterlab,jupyterlite,notebook,pyodide",
    "author": "JupyterLite Contributors",
    "author_email": "",
    "download_url": "",
    "platform": null,
    "description": "# jupyterlite-pyodide-kernel\n\n> A Python kernel for [JupyterLite](https://jupyterlite.rtfd.io) powered by\n> [Pyodide](https://pyodide.org),\n\n[![ci-badge]][ci] [![lite-badge]][lite] [![docs-badge]][docs]\n\n[ci-badge]: https://github.com/jupyterlite/pyodide-kernel/workflows/Build/badge.svg\n[lite-badge]: https://jupyterlite.rtfd.io/en/latest/_static/badge.svg\n[lite]: https://jupyterlite-pyodide-kernel.rtfd.io/en/latest/_static\n[ci]: https://github.com/jupyterlite/pyodide-kernel/actions?query=branch%3Amain\n[docs-badge]:\n  https://readthedocs.org/projects/jupyterlite-pyodide-kernel/badge/?version=latest\n[docs]: https://jupyterlite-pyodide-kernel.readthedocs.io/en/latest/?badge=latest\n\n## Requirements\n\n- `python >=3.8`\n- `jupyterlite >=0.1.0b19`\n\n## Install\n\nTo install the Pyodide kernel labextension and the CLI addons for `jupyter lite`, run:\n\n```bash\npip install jupyterlite-pyodide-kernel\n```\n\nThen build your JupyterLite site:\n\n```bash\njupyter lite build\n```\n\n\u26a0\ufe0f The documentation for advanced configuration is available from the main JupyterLite\ndocumentation site:\n\n- [configuring]\n- [command line interface][cli]\n\n[configuring]:\n  https://jupyterlite.readthedocs.io/en/latest/howto/index.html#configuring-the-python-environment\n[cli]: https://jupyterlite.readthedocs.io/en/latest/reference/cli.html\n\n## Uninstall\n\nTo remove the extension, run:\n\n```bash\npip uninstall jupyterlite-pyodide-kernel\n```\n\n## Development Install\n\nBelow is an short overview of getting up and running quickly. Please see the\n[contributing guide][contrib] for full details.\n\n### Development Requirements\n\n**Recommended** a Python virtual environment provided by a tool of choice, e.g.\n\n- `virtualenv`\n- `mamba`\n- `conda`\n\nEnsure the local development environment has:\n\n- `git`\n- `nodejs 18`\n- `python >=3.8`\n\n### Development Quick Start\n\n```bash\ngit clone https://github.com/jupyterlite/pyodide-kernel\ncd pyodide-kernel\nnpm run quickstart\n```\n\nThen, serve the built demo site, documentation, and test reports with Python's built-in\nhttp server:\n\n```bash\njlpm serve\n```\n\n[contrib]: https://github.com/jupyterlite/pyodide-kernel/blob/main/CONTRIBUTING.md\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause License  Copyright (c) 2022, JupyterLite Contributors All rights reserved.  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.  3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.",
    "summary": "Python kernel for JupyterLite powered by Pyodide",
    "version": "0.0.8",
    "split_keywords": [
        "browser",
        "jupyter",
        "jupyterlab",
        "jupyterlite",
        "notebook",
        "pyodide"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "082c8e10622fcf11b76af7545e6703cfdf4eaf50de6030ba3a485287d3b4fec6",
                "md5": "3e2579d4813d536ce9c51405069c7f13",
                "sha256": "11fd3e84d8786aa42b0fa4fabea6a243abeaeeebc659c88bb22a84c9d31f8061"
            },
            "downloads": -1,
            "filename": "andeplane_pyodide_kernel-0.0.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3e2579d4813d536ce9c51405069c7f13",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 319480,
            "upload_time": "2023-04-28T11:02:08",
            "upload_time_iso_8601": "2023-04-28T11:02:08.750608Z",
            "url": "https://files.pythonhosted.org/packages/08/2c/8e10622fcf11b76af7545e6703cfdf4eaf50de6030ba3a485287d3b4fec6/andeplane_pyodide_kernel-0.0.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-28 11:02:08",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "andeplane-pyodide-kernel"
}
        
Elapsed time: 0.09441s