dead-hosts-launcher


Namedead-hosts-launcher JSON
Version 2.2.8 PyPI version JSON
download
home_pagehttps://github.com/dead-hosts/infrastructure-launcher
SummaryThe launcher of the Dead-Hosts infrastructure.
upload_time2022-12-03 17:41:34
maintainer
docs_urlNone
author
requires_python
licenseMIT
keywords python infrastructure dead-hosts
VCS
bugtrack_url
requirements requests pyyaml PyFunceble-dev
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Infrastructure Launcher
=======================

The launcher of the Dead-Hosts infrastructure and project.

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

::

    $ pip3 install --user dead-hosts-launcher

Configuration
-------------

To work, the launcher will look for a file named :code:`info.json` in
your current directory.

The file should look like follow:

::

    {
        "currently_under_test": false, # Don't touch this.
        "custom_pyfunceble_config": {}, # Put your PyFunceble custom configuration here.
        "days_until_next_test": 0.0,  # Ask an admin. Otherwise, this is the number of days between each authorizations.
        "name": "[repository-name]",  # The name of the current repository. WARNING: Paritially autocompleted under CI.
        "own_management": false,  # You are the one managing the PyFunceble configuration.
        "ping": [],  # Put your GitHub username here to get a mention at the end of the test of your file.
        "raw_link": "[URL]" # Put the link to your file. Or leave empty and fill the origin.list file.
    }

Persistent configuration
""""""""""""""""""""""""

The launcher has some hard-coded configuration that can't be changed. Even
if you try to overwrite them, the configuration will just overwite them.

Please consider the following as a flatten representation of the PyFunceble
configuration. Meaning that each :code:`.` is a nested dictionary.

::

    {
        "cli_testing.cooldown_time": 1.25,
        "cli_testing.display_mode.execution_time": True,
        "cli_testing.ci.max_exec_minutes": 20,
        "cli_testing.max_workers": 1,
    }


Usage
-----


::

    usage: dead_hosts_launcher [-h] [-d] [-s] [-e] [-v]

    The launcher of the Dead-Hosts infrastructure.

    optional arguments:
        -h, --help     show this help message and exit
        -d, --debug    Activate the logging in verbose mode..
        -s, --save     Declare a test as 'to be continued'.
        -e, --end      Declare a test as completly finished and generate
                        `clean.list`.
        -v, --version  Show the version of and exit.

    Crafted with ♥ by Nissar Chababy (@funilrys)

License
-------

::

    MIT License

    Copyright (c) 2019, 2020, 2021, 2022 Dead Hosts
    Copyright (c) 2019, 2020. 2021, 2022 Nissar Chababy

    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    copies of the Software, and to permit persons to whom the Software is
    furnished to do so, subject to the following conditions:

    The above copyright notice and this permission notice shall be included in all
    copies or substantial portions of the Software.

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    SOFTWARE.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/dead-hosts/infrastructure-launcher",
    "name": "dead-hosts-launcher",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Python,infrastructure,dead-hosts",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/f6/97/847b1c1704ea38899a995aaab228400785f50fc49e716ee16d4110351b61/dead-hosts-launcher-2.2.8.tar.gz",
    "platform": "any",
    "description": "Infrastructure Launcher\n=======================\n\nThe launcher of the Dead-Hosts infrastructure and project.\n\nInstallation\n------------\n\n::\n\n    $ pip3 install --user dead-hosts-launcher\n\nConfiguration\n-------------\n\nTo work, the launcher will look for a file named :code:`info.json` in\nyour current directory.\n\nThe file should look like follow:\n\n::\n\n    {\n        \"currently_under_test\": false, # Don't touch this.\n        \"custom_pyfunceble_config\": {}, # Put your PyFunceble custom configuration here.\n        \"days_until_next_test\": 0.0,  # Ask an admin. Otherwise, this is the number of days between each authorizations.\n        \"name\": \"[repository-name]\",  # The name of the current repository. WARNING: Paritially autocompleted under CI.\n        \"own_management\": false,  # You are the one managing the PyFunceble configuration.\n        \"ping\": [],  # Put your GitHub username here to get a mention at the end of the test of your file.\n        \"raw_link\": \"[URL]\" # Put the link to your file. Or leave empty and fill the origin.list file.\n    }\n\nPersistent configuration\n\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\n\nThe launcher has some hard-coded configuration that can't be changed. Even\nif you try to overwrite them, the configuration will just overwite them.\n\nPlease consider the following as a flatten representation of the PyFunceble\nconfiguration. Meaning that each :code:`.` is a nested dictionary.\n\n::\n\n    {\n        \"cli_testing.cooldown_time\": 1.25,\n        \"cli_testing.display_mode.execution_time\": True,\n        \"cli_testing.ci.max_exec_minutes\": 20,\n        \"cli_testing.max_workers\": 1,\n    }\n\n\nUsage\n-----\n\n\n::\n\n    usage: dead_hosts_launcher [-h] [-d] [-s] [-e] [-v]\n\n    The launcher of the Dead-Hosts infrastructure.\n\n    optional arguments:\n        -h, --help     show this help message and exit\n        -d, --debug    Activate the logging in verbose mode..\n        -s, --save     Declare a test as 'to be continued'.\n        -e, --end      Declare a test as completly finished and generate\n                        `clean.list`.\n        -v, --version  Show the version of and exit.\n\n    Crafted with \u2665 by Nissar Chababy (@funilrys)\n\nLicense\n-------\n\n::\n\n    MIT License\n\n    Copyright (c) 2019, 2020, 2021, 2022 Dead Hosts\n    Copyright (c) 2019, 2020. 2021, 2022 Nissar Chababy\n\n    Permission is hereby granted, free of charge, to any person obtaining a copy\n    of this software and associated documentation files (the \"Software\"), to deal\n    in the Software without restriction, including without limitation the rights\n    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n    copies of the Software, and to permit persons to whom the Software is\n    furnished to do so, subject to the following conditions:\n\n    The above copyright notice and this permission notice shall be included in all\n    copies or substantial portions of the Software.\n\n    THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n    SOFTWARE.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "The launcher of the Dead-Hosts infrastructure.",
    "version": "2.2.8",
    "split_keywords": [
        "python",
        "infrastructure",
        "dead-hosts"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "cf0b103f59fb315e7d649895565b51a4",
                "sha256": "5aaa352e629e45ca356cbd97558b23d7881a42b9596f50aae48903582a1766ab"
            },
            "downloads": -1,
            "filename": "dead_hosts_launcher-2.2.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cf0b103f59fb315e7d649895565b51a4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 48399,
            "upload_time": "2022-12-03T17:41:32",
            "upload_time_iso_8601": "2022-12-03T17:41:32.733089Z",
            "url": "https://files.pythonhosted.org/packages/85/59/17e4266d766132e77fa53d0df4b5453d7146420eb56796d411ac380a964c/dead_hosts_launcher-2.2.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "f956987b62ab68d3f10caa0dde3e7d06",
                "sha256": "f7e458c766adc28b0e6ca1f38bc4f4ac6e4df50075d79ae3fe798d842e89c32b"
            },
            "downloads": -1,
            "filename": "dead-hosts-launcher-2.2.8.tar.gz",
            "has_sig": false,
            "md5_digest": "f956987b62ab68d3f10caa0dde3e7d06",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 18298,
            "upload_time": "2022-12-03T17:41:34",
            "upload_time_iso_8601": "2022-12-03T17:41:34.105868Z",
            "url": "https://files.pythonhosted.org/packages/f6/97/847b1c1704ea38899a995aaab228400785f50fc49e716ee16d4110351b61/dead-hosts-launcher-2.2.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-03 17:41:34",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "dead-hosts",
    "github_project": "infrastructure-launcher",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "requests",
            "specs": []
        },
        {
            "name": "pyyaml",
            "specs": []
        },
        {
            "name": "PyFunceble-dev",
            "specs": [
                [
                    "~=",
                    "4.0.0b66"
                ]
            ]
        }
    ],
    "lcname": "dead-hosts-launcher"
}
        
Elapsed time: 0.01367s