jupyter-releaser


Namejupyter-releaser JSON
Version 1.8.2 PyPI version JSON
download
home_pageNone
SummaryJupyter Releaser for Python and/or npm packages.
upload_time2024-04-22 15:25:11
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseCopyright (c) 2021 Project Jupyter 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. Tee File License ================ The tee.py file is from https://github.com/pycontribs/subprocess-tee/ which is licensed under the "MIT" license. See the tee.py file for details.
keywords ipython jupyter
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Jupyter Releaser

[![Build Status](https://github.com/jupyter-server/jupyter_releaser/actions/workflows/test.yml/badge.svg?query=branch%3Amain++)](https://github.com/jupyter-server/jupyter_releaser/actions/workflows/test.yml/badge.svg?query=branch%3Amain++)
[![Documentation Status](https://readthedocs.org/projects/jupyter-releaser/badge/?version=latest)](http://jupyter-releaser.readthedocs.io/en/latest/?badge=latest)

**Jupyter Releaser** contains a set of helper scripts and GitHub Actions to aid in automated releases of Python and npm packages.

## Installation

To install the latest release locally, make sure you have
[pip installed](https://pip.readthedocs.io/en/stable/installing/) and run:

```bash
    pip install git+https://github.com/jupyter-server/jupyter_releaser
```

## Library Usage

```bash
    jupyter-releaser --help
    jupyter-releaser build-python --help
    jupyter-releaser check-npm --help
```

## Checklist for Adoption

See the [adoption guides](https://jupyter-releaser.readthedocs.io/en/latest/how_to_guides/index.html).

## Actions

GitHub actions scripts are available to draft a changelog, draft a release, publish a release, and check a release.

See the [action details documentation](https://jupyter-releaser.readthedocs.io/en/latest/background/theory.html#action-details) for more information.

The actions can be run on a [fork](https://jupyter-releaser.readthedocs.io/en/latest/how_to_guides/convert_repo_from_releaser.html) of `jupyter_releaser` and target multiple
repositories, or run as workflows on the [source repositories](https://jupyter-releaser.readthedocs.io/en/latest/how_to_guides/convert_repo_from_repo.html), using
shared credentials.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "jupyter-releaser",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "ipython, jupyter",
    "author": null,
    "author_email": "Jupyter Development Team <jupyter@googlegroups.com>",
    "download_url": "https://files.pythonhosted.org/packages/d4/a3/a9680db33080517d5a076c8ac15b490a73d1b37e33b6997204562512bcb0/jupyter_releaser-1.8.2.tar.gz",
    "platform": null,
    "description": "# Jupyter Releaser\n\n[![Build Status](https://github.com/jupyter-server/jupyter_releaser/actions/workflows/test.yml/badge.svg?query=branch%3Amain++)](https://github.com/jupyter-server/jupyter_releaser/actions/workflows/test.yml/badge.svg?query=branch%3Amain++)\n[![Documentation Status](https://readthedocs.org/projects/jupyter-releaser/badge/?version=latest)](http://jupyter-releaser.readthedocs.io/en/latest/?badge=latest)\n\n**Jupyter Releaser** contains a set of helper scripts and GitHub Actions to aid in automated releases of Python and npm packages.\n\n## Installation\n\nTo install the latest release locally, make sure you have\n[pip installed](https://pip.readthedocs.io/en/stable/installing/) and run:\n\n```bash\n    pip install git+https://github.com/jupyter-server/jupyter_releaser\n```\n\n## Library Usage\n\n```bash\n    jupyter-releaser --help\n    jupyter-releaser build-python --help\n    jupyter-releaser check-npm --help\n```\n\n## Checklist for Adoption\n\nSee the [adoption guides](https://jupyter-releaser.readthedocs.io/en/latest/how_to_guides/index.html).\n\n## Actions\n\nGitHub actions scripts are available to draft a changelog, draft a release, publish a release, and check a release.\n\nSee the [action details documentation](https://jupyter-releaser.readthedocs.io/en/latest/background/theory.html#action-details) for more information.\n\nThe actions can be run on a [fork](https://jupyter-releaser.readthedocs.io/en/latest/how_to_guides/convert_repo_from_releaser.html) of `jupyter_releaser` and target multiple\nrepositories, or run as workflows on the [source repositories](https://jupyter-releaser.readthedocs.io/en/latest/how_to_guides/convert_repo_from_repo.html), using\nshared credentials.\n",
    "bugtrack_url": null,
    "license": "Copyright (c) 2021 Project Jupyter 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.   Tee File License ================  The tee.py file is from https://github.com/pycontribs/subprocess-tee/ which is licensed under the \"MIT\" license.  See the tee.py file for details.",
    "summary": "Jupyter Releaser for Python and/or npm packages.",
    "version": "1.8.2",
    "project_urls": {
        "Homepage": "https://jupyter.org"
    },
    "split_keywords": [
        "ipython",
        " jupyter"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "13ff7df2952e5ea5421483622df61bd8e79634a975ba2517926ee70c41e54cb7",
                "md5": "2de2923e7cdec175f1fd1def6b0c3725",
                "sha256": "dcfb418b14663e17f05f38ccff6c3da83db7e7aa68d654e36b71cd7b0ded416c"
            },
            "downloads": -1,
            "filename": "jupyter_releaser-1.8.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2de2923e7cdec175f1fd1def6b0c3725",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 43641,
            "upload_time": "2024-04-22T15:25:08",
            "upload_time_iso_8601": "2024-04-22T15:25:08.555907Z",
            "url": "https://files.pythonhosted.org/packages/13/ff/7df2952e5ea5421483622df61bd8e79634a975ba2517926ee70c41e54cb7/jupyter_releaser-1.8.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d4a3a9680db33080517d5a076c8ac15b490a73d1b37e33b6997204562512bcb0",
                "md5": "be234d4a72accdd3036299122f9ae5c1",
                "sha256": "96b8316ef456c215f4956e94a82bb2ec18f41843dc8f75fecb6244ebb637cff0"
            },
            "downloads": -1,
            "filename": "jupyter_releaser-1.8.2.tar.gz",
            "has_sig": false,
            "md5_digest": "be234d4a72accdd3036299122f9ae5c1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 2298116,
            "upload_time": "2024-04-22T15:25:11",
            "upload_time_iso_8601": "2024-04-22T15:25:11.760059Z",
            "url": "https://files.pythonhosted.org/packages/d4/a3/a9680db33080517d5a076c8ac15b490a73d1b37e33b6997204562512bcb0/jupyter_releaser-1.8.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-22 15:25:11",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "jupyter-releaser"
}
        
Elapsed time: 0.24709s