bigquery-jupyter-plugin


Namebigquery-jupyter-plugin JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
SummaryBigQuery JupyterLab Plugin
upload_time2024-06-24 18:31:38
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseRedistribution 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
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # bigquery_jupyter_plugin

BigQuery JupyterLab Plugin

This extension provides extensions to JupyterLab for working with BigQuery.

## Requirements

- JupyterLab >= 4.0.0

## Install

To install the extension, execute:

```bash
pip install bigquery_jupyter_plugin
```

## Uninstall

To remove the extension, execute:

```bash
pip uninstall bigquery_jupyter_plugin
```

## Troubleshoot

To check if the server extension is enabled:

```bash
jupyter server extension list
```

## Contributing

### Installing from your local repo/branch

```bash
pip install -e ".[test]"
```

### Testing the extension

#### Server tests

This extension is using [Pytest](https://docs.pytest.org/) for Python code testing.

Install test dependencies (needed only once):

```sh
pip install -e ".[test]"
```

To execute them, run:

```sh
pytest -vv -r ap --cov bigquery_jupyter_plugin
```

### Packaging the extension

See [RELEASE](RELEASE.md)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "bigquery-jupyter-plugin",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "\"Google Inc.\" <dataproc-plugins@google.com>",
    "download_url": "https://files.pythonhosted.org/packages/2a/7a/278b36f0bb16dc2a805980f9d40a6f4d60dc4e866a3363be1f1001327de0/bigquery_jupyter_plugin-0.0.1.tar.gz",
    "platform": null,
    "description": "# bigquery_jupyter_plugin\n\nBigQuery JupyterLab Plugin\n\nThis extension provides extensions to JupyterLab for working with BigQuery.\n\n## Requirements\n\n- JupyterLab >= 4.0.0\n\n## Install\n\nTo install the extension, execute:\n\n```bash\npip install bigquery_jupyter_plugin\n```\n\n## Uninstall\n\nTo remove the extension, execute:\n\n```bash\npip uninstall bigquery_jupyter_plugin\n```\n\n## Troubleshoot\n\nTo check if the server extension is enabled:\n\n```bash\njupyter server extension list\n```\n\n## Contributing\n\n### Installing from your local repo/branch\n\n```bash\npip install -e \".[test]\"\n```\n\n### Testing the extension\n\n#### Server tests\n\nThis extension is using [Pytest](https://docs.pytest.org/) for Python code testing.\n\nInstall test dependencies (needed only once):\n\n```sh\npip install -e \".[test]\"\n```\n\nTo execute them, run:\n\n```sh\npytest -vv -r ap --cov bigquery_jupyter_plugin\n```\n\n### Packaging the extension\n\nSee [RELEASE](RELEASE.md)\n",
    "bugtrack_url": null,
    "license": "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": "BigQuery JupyterLab Plugin",
    "version": "0.0.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/GoogleCloudPlatform/bigquery-jupyter-plugin/issues",
        "Homepage": "https://github.com/GoogleCloudPlatform/bigquery-jupyter-plugin",
        "Repository": "https://github.com/GoogleCloudPlatform/bigquery-jupyter-plugin.git"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2a7a278b36f0bb16dc2a805980f9d40a6f4d60dc4e866a3363be1f1001327de0",
                "md5": "486b3317e33c044dbd966e546621c854",
                "sha256": "84caae0679271e2a6082bf7561abb9c0629c986ced4ac0ab8e32ec2079f26c52"
            },
            "downloads": -1,
            "filename": "bigquery_jupyter_plugin-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "486b3317e33c044dbd966e546621c854",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 8643,
            "upload_time": "2024-06-24T18:31:38",
            "upload_time_iso_8601": "2024-06-24T18:31:38.956566Z",
            "url": "https://files.pythonhosted.org/packages/2a/7a/278b36f0bb16dc2a805980f9d40a6f4d60dc4e866a3363be1f1001327de0/bigquery_jupyter_plugin-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-24 18:31:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "GoogleCloudPlatform",
    "github_project": "bigquery-jupyter-plugin",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "bigquery-jupyter-plugin"
}
        
Elapsed time: 0.58866s