rdeploy


Namerdeploy JSON
Version 0.1.9 PyPI version JSON
download
home_pagehttps://github.com/rehive/rdeploy
SummaryCLI that makes it easy to build and deploy an application to k8s.
upload_time2024-04-30 20:33:48
maintainerNone
docs_urlNone
authorRehive
requires_pythonNone
licenseMIT License
keywords docker python helm kubernetes build automation deploy
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            rdeploy
------------

rdeploy is a collection of invoke tasks that wrap common tools and services to make it easier to deploy code to a kubernetes cluster.

Installation
------------

To install, use pip::

    pip install rdeploy

Once installed, you can use it from within your project directory. The console script uses an `rdeploy.yaml`
file to configure itself.

Updating on PyPi
----------------

rm -rf dist
python setup.py sdist bdist_wheel
twine upload dist/*

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/rehive/rdeploy",
    "name": "rdeploy",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "docker python helm kubernetes build automation deploy",
    "author": "Rehive",
    "author_email": "info@rehive.com",
    "download_url": "https://files.pythonhosted.org/packages/b9/9c/0861f3bfdeea9e88060af3238c8ccdbc85144bc438d3caeacc232e3a28d8/rdeploy-0.1.9.tar.gz",
    "platform": null,
    "description": "rdeploy\n------------\n\nrdeploy is a collection of invoke tasks that wrap common tools and services to make it easier to deploy code to a kubernetes cluster.\n\nInstallation\n------------\n\nTo install, use pip::\n\n    pip install rdeploy\n\nOnce installed, you can use it from within your project directory. The console script uses an `rdeploy.yaml`\nfile to configure itself.\n\nUpdating on PyPi\n----------------\n\nrm -rf dist\npython setup.py sdist bdist_wheel\ntwine upload dist/*\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "CLI that makes it easy to build and deploy an application to k8s.",
    "version": "0.1.9",
    "project_urls": {
        "Homepage": "https://github.com/rehive/rdeploy"
    },
    "split_keywords": [
        "docker",
        "python",
        "helm",
        "kubernetes",
        "build",
        "automation",
        "deploy"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "32cf92f9ec03f6ae526c9f6647a62a549970f85f742059dd24f98dc138b90f0d",
                "md5": "13e4fcf37e06b28d181b4726394a5283",
                "sha256": "3b03533a73aa8cbad8718e67caca3b02fb7e1b955a99ba9d9948227b1b89ed88"
            },
            "downloads": -1,
            "filename": "rdeploy-0.1.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "13e4fcf37e06b28d181b4726394a5283",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 10960,
            "upload_time": "2024-04-30T20:33:46",
            "upload_time_iso_8601": "2024-04-30T20:33:46.208004Z",
            "url": "https://files.pythonhosted.org/packages/32/cf/92f9ec03f6ae526c9f6647a62a549970f85f742059dd24f98dc138b90f0d/rdeploy-0.1.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b99c0861f3bfdeea9e88060af3238c8ccdbc85144bc438d3caeacc232e3a28d8",
                "md5": "7cb0fa5ba6491f771a2f665e251a7583",
                "sha256": "66fb22583988702b76a1a0eac70afb8a67c7df08f11ea3670f43e74bc815c553"
            },
            "downloads": -1,
            "filename": "rdeploy-0.1.9.tar.gz",
            "has_sig": false,
            "md5_digest": "7cb0fa5ba6491f771a2f665e251a7583",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 13537,
            "upload_time": "2024-04-30T20:33:48",
            "upload_time_iso_8601": "2024-04-30T20:33:48.304010Z",
            "url": "https://files.pythonhosted.org/packages/b9/9c/0861f3bfdeea9e88060af3238c8ccdbc85144bc438d3caeacc232e3a28d8/rdeploy-0.1.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-30 20:33:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "rehive",
    "github_project": "rdeploy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "rdeploy"
}
        
Elapsed time: 0.25119s