{ "info": { "author": "Dillon ONeal", "author_email": "doneal@csu.fullerton.edu", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "let-me-render-that-4u (lmrt4u)\n==========================\n\nPython Package for the lmrt4u agile artefact render tool\n\n## Package\n\nBasic structure of package is\n\n```\n\u251c\u2500\u2500 README.md\n\u251c\u2500\u2500 lmrt4u\n\u2502\u00a0\u00a0 \u251c\u2500\u2500 __init__.py\n\u2502\u00a0\u00a0 \u251c\u2500\u2500 __main__.py\n\u2502\u00a0\u00a0 \u251c\u2500\u2500 controller.py\n\u2502\u00a0\u00a0 \u251c\u2500\u2500 entry.py\n\u2502\u00a0\u00a0 \u251c\u2500\u2500 helpers.py\n\u2502\u00a0\u00a0 \u251c\u2500\u2500 initializer.py\n\u2502\u00a0\u00a0 \u251c\u2500\u2500 interface.py\n\u2502\u00a0\u00a0 \u251c\u2500\u2500 loader.py\n\u2502\u00a0\u00a0 \u251c\u2500\u2500 parser.py\n\u2502\u00a0\u00a0 \u251c\u2500\u2500 renderer.py\n\u2502\u00a0\u00a0 \u251c\u2500\u2500 tuples.py\n\u2502\u00a0\u00a0 \u2514\u2500\u2500 validator.py\n\u251c\u2500\u2500 requirements.txt\n\u2514\u2500\u2500 setup.py\n```\n\n## Installation\nTo install the tool without the use of the code repository\n\n```\npip install lmrt4u-dbneal\n```\n\n## Usage\n\nTo run the tool do\n\n```\npython -m lmrt4u\n```\n\nThis generates a sample Lmrt4ufile in current directory. File can be modified manually then re-run to display updated sprint information.\n\nTo run the tool without leveraging to user interface you can pass arguments directly\n\n```\npython -m lmrt4u Burndown Chart\n```\n\n### Lmrt4uFile\n\nThe Lmrt4uFile contains the backlog information that will be used when the burndown charts are generated. Please note that all sprint properties are enforced through a verification module\nso make sure to follow the configuration guide below.\n\nHere's a brief example of the file (All information in parenthesis is for the user and should NOT be included in the file):\n\n```\nsprints: (List of sprints contained in the backlog, sample file contains one but you can include as many as you'd like)\n Sample Sprint: (This is the name of a sprint)\n active: true (A boolean property, if a sprint is active (True) then a burndown chart will be generated)\n end: '2019-04-16' (End date for the sprint, *must occur after the start date*, *must match format 'yyyy-MM-DD'*)\n start: '2019-04-02' (Start date for the sprint, *must match format 'yyyy-MM-DD'))\n stories: (List of arguments with each unique item representing a story)\n - - Story Name 1 (This is the name of a story in the sprint)\n - This is the description (This is the description for the story)\n - 10 (This is the amount of story points assigned to the story)\n - '2019-04-03' (This is the completion date, put null if the story is yet to be completed)\n```\n\n## Requirements\n\nPackage requirements are handled using pip. To install them do\n\n```\npip install -r requirements.txt\n```\n\n## Credits & References\n\nPython module template taken from [mtchavez/python-package-boilerplate](https://github.com/mtchavez/python-package-boilerplate)\n\nSDD template taken from [CSUF Course COP3331 Template](http://www.cs.fsu.edu/~lacher/courses/COP3331/sdd.html)\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/dbneal/lmrt4u", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "lmrt4u-dbneal", "package_url": "https://pypi.org/project/lmrt4u-dbneal/", "platform": "", "project_url": "https://pypi.org/project/lmrt4u-dbneal/", "project_urls": { "Homepage": "https://github.com/dbneal/lmrt4u" }, "release_url": "https://pypi.org/project/lmrt4u-dbneal/0.0.3/", "requires_dist": [ "pyfiglet", "clint", "six", "matplotlib", "asciiplotlib", "cerberus", "colorama", "termcolor", "numpy", "pyinquirer" ], "requires_python": "", "summary": "Agile project artefact generator.", "version": "0.0.3" }, "last_serial": 5257945, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "7977a5b5fc8b5cc83c6fd94e4a7a1198", "sha256": "3d7620a378c3c52f6a818cf20a66310e7da118a942838052cd72e45612ad51bd" }, "downloads": -1, "filename": "lmrt4u_dbneal-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "7977a5b5fc8b5cc83c6fd94e4a7a1198", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 8575, "upload_time": "2019-05-12T02:54:15", "url": "https://files.pythonhosted.org/packages/35/ed/f054eced3cb566605aff6e32b219dca34819ec338d6dc6f637027e94a82c/lmrt4u_dbneal-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a869d46d8b382327cd5ddd180baf7b83", "sha256": "5e91cf103fa0f982d84f01151bed5e72f5efb455d0ebfae939c1433ed37def86" }, "downloads": -1, "filename": "lmrt4u-dbneal-0.0.1.tar.gz", "has_sig": false, "md5_digest": "a869d46d8b382327cd5ddd180baf7b83", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5213, "upload_time": "2019-05-12T02:54:17", "url": "https://files.pythonhosted.org/packages/8e/83/aa301b241c457056979778ea74e8d0691fe5e71b3a103163b8021cf10350/lmrt4u-dbneal-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "7fce1be5dc3e8cf2e1c971f45046090c", "sha256": "50c0dc1fcfc7dacfa08906773c025ae068baa62a1889db7107e5d8e16adcf86e" }, "downloads": -1, "filename": "lmrt4u_dbneal-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "7fce1be5dc3e8cf2e1c971f45046090c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 9198, "upload_time": "2019-05-12T03:28:20", "url": "https://files.pythonhosted.org/packages/99/6a/ced1bce3b03aa2f868299eb14963d96b43b7d15cbb851a8a063a5460f759/lmrt4u_dbneal-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4d09295b5b45b177efffabde80c7073c", "sha256": "cc996f4fe644110a608fd204da6ec1fa206e0058d9d76e22f33d0d32946046cc" }, "downloads": -1, "filename": "lmrt4u-dbneal-0.0.2.tar.gz", "has_sig": false, "md5_digest": "4d09295b5b45b177efffabde80c7073c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5857, "upload_time": "2019-05-12T03:28:21", "url": "https://files.pythonhosted.org/packages/c2/67/621a09da80108763c1d32c383fabd7189a4d36e9b3fcc41dc0a666565785/lmrt4u-dbneal-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "21808976158adb842889b4e930e98257", "sha256": "23bf9db7306f9c53f8ea80f9ff4d4533316fe75812dbacf0b91f305bab86e48f" }, "downloads": -1, "filename": "lmrt4u_dbneal-0.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "21808976158adb842889b4e930e98257", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 9170, "upload_time": "2019-05-12T04:08:05", "url": "https://files.pythonhosted.org/packages/38/27/0c82abcc30990aea04122779bfd626959f5e6fe2cc429459e8a57a2b6298/lmrt4u_dbneal-0.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "09de594b34313889d0c40fb188aee860", "sha256": "a10a9f1d0d557f3d4b605f7e13ba271e3033daa3ebb26e84239ae67d2ec7f5d5" }, "downloads": -1, "filename": "lmrt4u-dbneal-0.0.3.tar.gz", "has_sig": false, "md5_digest": "09de594b34313889d0c40fb188aee860", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5841, "upload_time": "2019-05-12T04:08:06", "url": "https://files.pythonhosted.org/packages/e5/73/f709913897519b1044d6e9b45bef7144cd3a527680b79f2b9ba8724ef027/lmrt4u-dbneal-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "21808976158adb842889b4e930e98257", "sha256": "23bf9db7306f9c53f8ea80f9ff4d4533316fe75812dbacf0b91f305bab86e48f" }, "downloads": -1, "filename": "lmrt4u_dbneal-0.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "21808976158adb842889b4e930e98257", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 9170, "upload_time": "2019-05-12T04:08:05", "url": "https://files.pythonhosted.org/packages/38/27/0c82abcc30990aea04122779bfd626959f5e6fe2cc429459e8a57a2b6298/lmrt4u_dbneal-0.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "09de594b34313889d0c40fb188aee860", "sha256": "a10a9f1d0d557f3d4b605f7e13ba271e3033daa3ebb26e84239ae67d2ec7f5d5" }, "downloads": -1, "filename": "lmrt4u-dbneal-0.0.3.tar.gz", "has_sig": false, "md5_digest": "09de594b34313889d0c40fb188aee860", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5841, "upload_time": "2019-05-12T04:08:06", "url": "https://files.pythonhosted.org/packages/e5/73/f709913897519b1044d6e9b45bef7144cd3a527680b79f2b9ba8724ef027/lmrt4u-dbneal-0.0.3.tar.gz" } ] }