{ "info": { "author": "SiLeader", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "License :: OSI Approved", "License :: OSI Approved :: Apache Software License", "Topic :: Software Development", "Topic :: Software Development :: Build Tools", "Topic :: Software Development :: Interpreters", "Topic :: System", "Topic :: System :: Installation/Setup" ], "description": "debu\n===========\n\n© 2018 SiLeader.\n\n## Overview\nAutomatic deployment and build tool.\n\nYou can use this package as normal python package and interpreter.\n\n## Features\n+ execute commands\n+ copy files\n+ execute debu script\n\n## debu script\n### Features\n+ display data (print and echo)\n+ execute commands\n+ copy files\n+ variables\n+ comments\n\n### data types\n| name | expr | meaning |\n|:----:|:----:|:--------|\n| str | \"str\" | string type |\n| int(hex) | 0xbeef | hexadecimal integer |\n| int(dec) | 129 | decimal integer |\n| int(oct) | 0o127 | octal integer |\n| int(bin) | 0b101 | binary integer |\n| host | user@host:port, user@host | SSH host name |\n\n### script syntax\n#### print and echo\n```text\nprint \"data\"\necho \"data\"\n```\n\n#### comments\n```text\n# comment\nprint \"data\" # comment\n```\n\n#### copy files\n```text\nhost_source >> host_destination: copy /path/to/source /path/to/destination\n```\n\n#### execute command\n```text\n# execute ls command in host\nhost: ls\n```\n\n#### variables\n```text\n# assign\nvar1 = \"data\"\n\n# copy variable\nvar2 = var1\n\n# use in host name\nhost = user@example.com\nhost: ls\n```\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/SiLeader/debu", "keywords": "", "license": "Apache License 2.0", "maintainer": "", "maintainer_email": "", "name": "debu", "package_url": "https://pypi.org/project/debu/", "platform": "", "project_url": "https://pypi.org/project/debu/", "project_urls": { "Homepage": "https://github.com/SiLeader/debu" }, "release_url": "https://pypi.org/project/debu/0.1.0/", "requires_dist": [ "asn1crypto (==0.24.0)", "bcrypt (==3.1.4)", "cffi (==1.11.5)", "cryptography (==2.3)", "idna (==2.7)", "paramiko (==2.4.1)", "pyasn1 (==0.4.4)", "pycparser (==2.18)", "PyNaCl (==1.2.1)", "six (==1.11.0)" ], "requires_python": ">=3.5", "summary": "Automatic Deployment and Build tool", "version": "0.1.0" }, "last_serial": 4111208, "releases": { "0.0.3": [ { "comment_text": "", "digests": { "md5": "66fc13a83c6633634ec23b6897b3a4de", "sha256": "3ba24e1330e41b4375aafe4ef1471e51ed79a3acad7f06252165509a808ebd81" }, "downloads": -1, "filename": "debu-0.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "66fc13a83c6633634ec23b6897b3a4de", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 6070, "upload_time": "2018-07-28T07:15:47", "url": "https://files.pythonhosted.org/packages/5b/dc/44c5602045f0ae083b78979a24f7f6e206f955a345390673443de74a1eb1/debu-0.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "07bbab9417365501c75cb7b5e1de6922", "sha256": "834af49a4ecd9f36c20b15a5290d655d240a17fea784b8d13dc6e4c17eaa51a4" }, "downloads": -1, "filename": "debu-0.0.3.tar.gz", "has_sig": false, "md5_digest": "07bbab9417365501c75cb7b5e1de6922", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 8892, "upload_time": "2018-07-28T07:15:48", "url": "https://files.pythonhosted.org/packages/73/ba/e3c9e614b7b942fa5d955053efbe65a82fcf5fae87e7335e176e9e128e18/debu-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "d197924cb1c89b7fd20be1706ba1f9ec", "sha256": "1e18500f99920776f22a21c99f541cf020aac85ed1a95172abf71883b79ef6f9" }, "downloads": -1, "filename": "debu-0.0.4-py3-none-any.whl", "has_sig": false, "md5_digest": "d197924cb1c89b7fd20be1706ba1f9ec", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 6067, "upload_time": "2018-07-28T07:28:37", "url": "https://files.pythonhosted.org/packages/d4/82/4744f2e1a9ddecab798765f8a2745ae6c5d5e9d532f0abdaae81e1226f91/debu-0.0.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5805da87616f9c7f16e07e45ac6d0deb", "sha256": "4208f644be5431a01a95eb8813d0d5524784e7598abc7902b8dbc16769f347e5" }, "downloads": -1, "filename": "debu-0.0.4.tar.gz", "has_sig": false, "md5_digest": "5805da87616f9c7f16e07e45ac6d0deb", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 8893, "upload_time": "2018-07-28T07:28:38", "url": "https://files.pythonhosted.org/packages/a6/43/65f35b02c9c9ff74e62aabd42a7c3761048ea5ce03def66c832540bf52b6/debu-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "fa747dde18fdf2cce9c6957b4387d441", "sha256": "8501bb44ba63e961a33f29cdf252c20c3c95bd0c8f9fc7594a3301ba9adb7d28" }, "downloads": -1, "filename": "debu-0.0.5-py3-none-any.whl", "has_sig": false, "md5_digest": "fa747dde18fdf2cce9c6957b4387d441", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 6063, "upload_time": "2018-07-28T07:35:09", "url": "https://files.pythonhosted.org/packages/0e/31/75086e79ca129e095223e1a3adb338064abe84b08534745be1bb995a6ea3/debu-0.0.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2d3a1079dec8b7c5da9056d7971d9d78", "sha256": "b6c3cc0b3983eda1ea327e51c5091a8eff64bc0a80b7b5de1ad91b3176983870" }, "downloads": -1, "filename": "debu-0.0.5.tar.gz", "has_sig": false, "md5_digest": "2d3a1079dec8b7c5da9056d7971d9d78", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 8905, "upload_time": "2018-07-28T07:35:11", "url": "https://files.pythonhosted.org/packages/b0/94/dbf48821b095a9f6b1b7f004938aa29210332a9be9bbe016bbcac6f97ff0/debu-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "ace06bdd521cac46b8b3d4429e70fe71", "sha256": "99b137102bc2366d6e4ee432f5a5d558e2d7e9fed3a3a154b402930c4acc2294" }, "downloads": -1, "filename": "debu-0.0.6-py3-none-any.whl", "has_sig": false, "md5_digest": "ace06bdd521cac46b8b3d4429e70fe71", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 6067, "upload_time": "2018-07-28T07:36:39", "url": "https://files.pythonhosted.org/packages/65/19/38f679de5760c985e5391fed5d5133e978a8ef0c04c04c64f9b30a81cab4/debu-0.0.6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e49b8ebdf2e564a9b513542f3d2a6f41", "sha256": "c2c503a231f29ab9e5d79433e51d69a83e5bb2330d3c59453e7ebd95574ba412" }, "downloads": -1, "filename": "debu-0.0.6.tar.gz", "has_sig": false, "md5_digest": "e49b8ebdf2e564a9b513542f3d2a6f41", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 8902, "upload_time": "2018-07-28T07:36:41", "url": "https://files.pythonhosted.org/packages/bb/dc/321890e440516e6c5b7ffa78442f867e51e69d6b876375c394864bdcd23c/debu-0.0.6.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "e57052b1da1da90ec1fd4872e99404fc", "sha256": "fcf233a34937b45f3767fa327f185bafa73053de7c1881e2a933102ada85a25f" }, "downloads": -1, "filename": "debu-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "e57052b1da1da90ec1fd4872e99404fc", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 6066, "upload_time": "2018-07-28T07:54:33", "url": "https://files.pythonhosted.org/packages/d7/76/43378a71b87cdad5ef3b6d71cdaf61cec4f99b66a6f509e08998d20b450a/debu-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f0223d1db7462ad8a7585a4b22344809", "sha256": "d8e0d874b4dc0de71c7ff2746a5de9342fdd6153dd181c077c9f94d94f70d544" }, "downloads": -1, "filename": "debu-0.1.0.tar.gz", "has_sig": false, "md5_digest": "f0223d1db7462ad8a7585a4b22344809", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 8896, "upload_time": "2018-07-28T07:54:34", "url": "https://files.pythonhosted.org/packages/1d/5e/4ba3eef7103440a94524654fbae5f68aed89a0bbcaecd6984174240cdc5d/debu-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e57052b1da1da90ec1fd4872e99404fc", "sha256": "fcf233a34937b45f3767fa327f185bafa73053de7c1881e2a933102ada85a25f" }, "downloads": -1, "filename": "debu-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "e57052b1da1da90ec1fd4872e99404fc", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 6066, "upload_time": "2018-07-28T07:54:33", "url": "https://files.pythonhosted.org/packages/d7/76/43378a71b87cdad5ef3b6d71cdaf61cec4f99b66a6f509e08998d20b450a/debu-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f0223d1db7462ad8a7585a4b22344809", "sha256": "d8e0d874b4dc0de71c7ff2746a5de9342fdd6153dd181c077c9f94d94f70d544" }, "downloads": -1, "filename": "debu-0.1.0.tar.gz", "has_sig": false, "md5_digest": "f0223d1db7462ad8a7585a4b22344809", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 8896, "upload_time": "2018-07-28T07:54:34", "url": "https://files.pythonhosted.org/packages/1d/5e/4ba3eef7103440a94524654fbae5f68aed89a0bbcaecd6984174240cdc5d/debu-0.1.0.tar.gz" } ] }