Agile project artefact generator.
Project description
let-me-render-that-4u (lmrt4u)
Python Package for the lmrt4u agile artefact render tool
Package
Basic structure of package is
├── README.md
├── lmrt4u
│ ├── __init__.py
│ ├── __main__.py
│ ├── controller.py
│ ├── entry.py
│ ├── helpers.py
│ ├── initializer.py
│ ├── interface.py
│ ├── loader.py
│ ├── parser.py
│ ├── renderer.py
│ ├── tuples.py
│ └── validator.py
├── requirements.txt
└── setup.py
Installation
To install the tool without the use of the code repository
pip install -i https://test.pypi.org/simple/ lmrt4u
Usage
To run the tool do
python -m lmrt4u
This generates a sample Lmrt4ufile in current directory. File can be modified manually then re-run to display updated sprint information.
To run the tool without leveraging to user interface you can pass arguments directly
python -m lmrt4u Burndown Chart
Requirements
Package requirements are handled using pip. To install them do
pip install -r requirements.txt
Credits & References
Python module template taken from mtchavez/python-package-boilerplate
SDD template taken from CSUF Course COP3331 Template
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file lmrt4u-dbneal-0.0.1.tar.gz.
File metadata
- Download URL: lmrt4u-dbneal-0.0.1.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e91cf103fa0f982d84f01151bed5e72f5efb455d0ebfae939c1433ed37def86
|
|
| MD5 |
a869d46d8b382327cd5ddd180baf7b83
|
|
| BLAKE2b-256 |
8e83aa301b241c457056979778ea74e8d0691fe5e71b3a103163b8021cf10350
|
File details
Details for the file lmrt4u_dbneal-0.0.1-py3-none-any.whl.
File metadata
- Download URL: lmrt4u_dbneal-0.0.1-py3-none-any.whl
- Upload date:
- Size: 8.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d7620a378c3c52f6a818cf20a66310e7da118a942838052cd72e45612ad51bd
|
|
| MD5 |
7977a5b5fc8b5cc83c6fd94e4a7a1198
|
|
| BLAKE2b-256 |
35edf054eced3cb566605aff6e32b219dca34819ec338d6dc6f637027e94a82c
|