dokku-py


Namedokku-py JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/search5/dokku-py
SummaryPython version of the Dokku CLI
upload_time2024-05-28 19:02:02
maintainerNone
docs_urlNone
authorlee ji-ho
requires_python<4.0,>=3.10
licenseBSD-3-Clause
keywords dokku
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Dokku CLI Python

This program is a Python reimplementation of dokku's CLI program.

We expect it to work on the following operating systems:

1. Windows 10 or later
1. macOS
1. Debian/Ubuntu, RHEL/Cent/Rocky, etc.

This program requires Python 3.10 or later. 

And you should be able to use ssh and git commands.

## Installation

We recommend pipx as the method for installing this program. This assumes that you have pipx installed.

```shell
$ pipx install dokku-py
```

## Usage

Simply run the dokku command in your shell. For the available commands, see the documentation on the dokku homepage.

```shell
$ dokku command
```

## Contributing

If you find a bug in this program or a feature you'd like to see added, please write an issue.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/search5/dokku-py",
    "name": "dokku-py",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": "dokku",
    "author": "lee ji-ho",
    "author_email": "search5@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/0b/21/46622f7758a6663fe675f020019b0ba742a6df8f98fa5e7e5ed4844578b9/dokku_py-0.1.0.tar.gz",
    "platform": null,
    "description": "# Dokku CLI Python\n\nThis program is a Python reimplementation of dokku's CLI program.\n\nWe expect it to work on the following operating systems:\n\n1. Windows 10 or later\n1. macOS\n1. Debian/Ubuntu, RHEL/Cent/Rocky, etc.\n\nThis program requires Python 3.10 or later. \n\nAnd you should be able to use ssh and git commands.\n\n## Installation\n\nWe recommend pipx as the method for installing this program. This assumes that you have pipx installed.\n\n```shell\n$ pipx install dokku-py\n```\n\n## Usage\n\nSimply run the dokku command in your shell. For the available commands, see the documentation on the dokku homepage.\n\n```shell\n$ dokku command\n```\n\n## Contributing\n\nIf you find a bug in this program or a feature you'd like to see added, please write an issue.\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Python version of the Dokku CLI",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/search5/dokku-py",
        "Repository": "https://github.com/search5/dokku-py"
    },
    "split_keywords": [
        "dokku"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f0191b0bc4f8ec940e539126b0dc09fac3d87efeff7f1d691d233d4b93ca95ab",
                "md5": "502804a6b8bfb9050132403e9fe61937",
                "sha256": "8e9995f385891ec1c2ce6f605eaba0da465ef86adf601215745611e854c0974c"
            },
            "downloads": -1,
            "filename": "dokku_py-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "502804a6b8bfb9050132403e9fe61937",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 6758,
            "upload_time": "2024-05-28T19:02:00",
            "upload_time_iso_8601": "2024-05-28T19:02:00.119020Z",
            "url": "https://files.pythonhosted.org/packages/f0/19/1b0bc4f8ec940e539126b0dc09fac3d87efeff7f1d691d233d4b93ca95ab/dokku_py-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0b2146622f7758a6663fe675f020019b0ba742a6df8f98fa5e7e5ed4844578b9",
                "md5": "f5bf15cb07266b2a091d84fcdb42d76d",
                "sha256": "9dfa97cfe9fc8512159adf5e561d570f3d611093fddd58a0f3d86e84a7b07cad"
            },
            "downloads": -1,
            "filename": "dokku_py-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "f5bf15cb07266b2a091d84fcdb42d76d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 6120,
            "upload_time": "2024-05-28T19:02:02",
            "upload_time_iso_8601": "2024-05-28T19:02:02.071462Z",
            "url": "https://files.pythonhosted.org/packages/0b/21/46622f7758a6663fe675f020019b0ba742a6df8f98fa5e7e5ed4844578b9/dokku_py-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-28 19:02:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "search5",
    "github_project": "dokku-py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "dokku-py"
}
        
Elapsed time: 0.25099s