tero


Nametero JSON
Version 1.0.0 PyPI version JSON
download
home_page
SummaryConfigures development machines to cloud resources
upload_time2023-12-01 19:23:51
maintainer
docs_urlNone
author
requires_python>=3.7
licenseBSD-2-Clause
keywords scripts cloud configure paas saas
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Drop is an inter-project dependencies tool that binds functionality of
source control systems, autoconf scripts, make and package managers.

There are a lot of tools orchestration and deployment to production
but very few tools to help someone configure a machine for development.
dws is just a tool.

At its core, dws helps to run multiple sequences of _dev_ commands in
topological order. ex:

    git clone _repo-1_
    ./configure
    make
    make install
    git clone _repo-2_
    ./configure
    make
    make install

is replaced by a single command:

    dws build _myproject-and-prerequisites_.xml

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "tero",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "The DjaoDjin Team <help@djaodjin.com>",
    "keywords": "scripts,cloud,configure,paas,saas",
    "author": "",
    "author_email": "The DjaoDjin Team <help@djaodjin.com>",
    "download_url": "https://files.pythonhosted.org/packages/c1/df/011013106ec5f5b03ead5a30aa3271347a1e8f09bbcdea8e7d6e9e52d15f/tero-1.0.0.tar.gz",
    "platform": null,
    "description": "Drop is an inter-project dependencies tool that binds functionality of\nsource control systems, autoconf scripts, make and package managers.\n\nThere are a lot of tools orchestration and deployment to production\nbut very few tools to help someone configure a machine for development.\ndws is just a tool.\n\nAt its core, dws helps to run multiple sequences of _dev_ commands in\ntopological order. ex:\n\n    git clone _repo-1_\n    ./configure\n    make\n    make install\n    git clone _repo-2_\n    ./configure\n    make\n    make install\n\nis replaced by a single command:\n\n    dws build _myproject-and-prerequisites_.xml\n",
    "bugtrack_url": null,
    "license": "BSD-2-Clause",
    "summary": "Configures development machines to cloud resources",
    "version": "1.0.0",
    "project_urls": {
        "changelog": "https://github.com/djaodjin/drop/changelog",
        "documentation": "https://drop.readthedocs.io/",
        "repository": "https://github.com/djaodjin/drop"
    },
    "split_keywords": [
        "scripts",
        "cloud",
        "configure",
        "paas",
        "saas"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e17cae885df6c4a85dd74545d4046941de72c587d9b60077442552f6c5dc144c",
                "md5": "d69777856b922c5315cf11848b93f4d6",
                "sha256": "dfc5f0c4d11628ad24130b57228aae51edf9a69c3c5b5c33e8e5c6f7d30e0b0a"
            },
            "downloads": -1,
            "filename": "tero-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d69777856b922c5315cf11848b93f4d6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 220828,
            "upload_time": "2023-12-01T19:23:48",
            "upload_time_iso_8601": "2023-12-01T19:23:48.968777Z",
            "url": "https://files.pythonhosted.org/packages/e1/7c/ae885df6c4a85dd74545d4046941de72c587d9b60077442552f6c5dc144c/tero-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c1df011013106ec5f5b03ead5a30aa3271347a1e8f09bbcdea8e7d6e9e52d15f",
                "md5": "477e90679d0a77304afd9637cf214b54",
                "sha256": "943752635f788160b891f2f10eff6619e008ae65248c4c609f2f5d0fda23a681"
            },
            "downloads": -1,
            "filename": "tero-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "477e90679d0a77304afd9637cf214b54",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 179421,
            "upload_time": "2023-12-01T19:23:51",
            "upload_time_iso_8601": "2023-12-01T19:23:51.000646Z",
            "url": "https://files.pythonhosted.org/packages/c1/df/011013106ec5f5b03ead5a30aa3271347a1e8f09bbcdea8e7d6e9e52d15f/tero-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-01 19:23:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "djaodjin",
    "github_project": "drop",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "tero"
}
        
Elapsed time: 0.15030s