{ "info": { "author": "Pablo Venegas", "author_email": "pablo.venegas@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 1 - Planning", "Programming Language :: Python" ], "description": "==================================================================\ndevops-tools: Devops Tools\n==================================================================\n\nTODO: Modify the whole file as necessary.\n\nThis is a \"long description\" file for the package that you are creating.\nIf you submit your package to PyPi, this text will be presented on the `public page `_ of your package.\n\nNote: This README has to be written using `reStructured Text `_, otherwise PyPi won't format it properly.\n\nInstallation\n------------\n\nThe easiest way to install most Python packages is via ``easy_install`` or ``pip``::\n\n $ easy_install devops_tools\n\nUsage\n-----\n\n```\n# show commands\ndocker_tools -h\ndocker_tools docker -h\n\n# docker build upd logs\ndocker_tools docker run -b -u -l\n\n# start container use entrypoint bash\ndocker_tools docker runbash\n\n# exec to existing container\ndocker_tools docker execbash\n```\n\nThe boilerplate code provides a dummy ``main`` function that prints out the word 'Hello'::\n\n >> from devopstools import main\n >> main()\n\nWhen the package is installed via ``easy_install`` or ``pip`` this function will be bound to the ``devops_tools`` executable in the Python installation's ``bin`` directory (on Windows - the ``Scripts`` directory).", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": "devops docker", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "devops-tools", "package_url": "https://pypi.org/project/devops-tools/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/devops-tools/", "project_urls": { "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/devops-tools/0.1/", "requires_dist": null, "requires_python": null, "summary": "Devops Tools", "version": "0.1" }, "last_serial": 2634683, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "694de5ff4627fa24163ba4b2c153646c", "sha256": "f1ff809e3ee66373ec7f19ffe73c62ee4623f0b63d5a9bc845cd4f00ce0e9caa" }, "downloads": -1, "filename": "devops_tools-0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "694de5ff4627fa24163ba4b2c153646c", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 14487, "upload_time": "2017-02-11T02:34:08", "url": "https://files.pythonhosted.org/packages/95/e4/c9fc7b45629513986e8ec1f6308871d0d8590051543834cc6a90f349cab8/devops_tools-0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "930c4783e38b62b9db9a86b0f6ee47f3", "sha256": "f0d3dc13f0a4671cee92f06c93e18eda80b8580d99a304fab0730befa6a93f54" }, "downloads": -1, "filename": "devops-tools-0.1.tar.gz", "has_sig": false, "md5_digest": "930c4783e38b62b9db9a86b0f6ee47f3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10450, "upload_time": "2017-02-11T02:34:09", "url": "https://files.pythonhosted.org/packages/39/1e/8fee7a984d6c43ef068275329a5ffa3e8b8100fd41a1f91fe7e4f1ffd24f/devops-tools-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "694de5ff4627fa24163ba4b2c153646c", "sha256": "f1ff809e3ee66373ec7f19ffe73c62ee4623f0b63d5a9bc845cd4f00ce0e9caa" }, "downloads": -1, "filename": "devops_tools-0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "694de5ff4627fa24163ba4b2c153646c", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 14487, "upload_time": "2017-02-11T02:34:08", "url": "https://files.pythonhosted.org/packages/95/e4/c9fc7b45629513986e8ec1f6308871d0d8590051543834cc6a90f349cab8/devops_tools-0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "930c4783e38b62b9db9a86b0f6ee47f3", "sha256": "f0d3dc13f0a4671cee92f06c93e18eda80b8580d99a304fab0730befa6a93f54" }, "downloads": -1, "filename": "devops-tools-0.1.tar.gz", "has_sig": false, "md5_digest": "930c4783e38b62b9db9a86b0f6ee47f3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10450, "upload_time": "2017-02-11T02:34:09", "url": "https://files.pythonhosted.org/packages/39/1e/8fee7a984d6c43ef068275329a5ffa3e8b8100fd41a1f91fe7e4f1ffd24f/devops-tools-0.1.tar.gz" } ] }