No project description provided
Project description
Task Score Calculator
The Task Score Calculator is a Python package that helps you prioritize your tasks by calculating a score based on the task's importance and effort.
Goal
The goal of this package is to provide a simple and effective way to prioritize tasks. By assigning a score to each task based on its importance and effort, you can easily decide which tasks to tackle first.
Installation
You can install the Task Score Calculator via pip:
pip install taskscordepm
Usage
The Task Score Calculator can be used in a Python program by importing the package and creating a Task object:
from taskscordepm.task_score import calculate_task_score
task_score = calculate_task_score(importance=3, effort=2)
The Task object has a score attribute that can be used to prioritize tasks:
print(task.score)
Contributing
Contributions to the Task Score Calculator are welcome! If you have any ideas for improvements or new features, please open a pull request.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Project details
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 taskscordepm-0.1.21.tar.gz.
File metadata
- Download URL: taskscordepm-0.1.21.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.9 Linux/6.5.0-1025-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aaa8af6aafce21cd92e5154d715ab946f6dca0203cc060f1481db8154e8bf446
|
|
| MD5 |
c148e1c814cf138985168722b4db89c5
|
|
| BLAKE2b-256 |
2afc7f0964fa7993bb56fbb7f7fe19b8234c6b3c6036a26adf07b6d887fe265e
|
File details
Details for the file taskscordepm-0.1.21-py3-none-any.whl.
File metadata
- Download URL: taskscordepm-0.1.21-py3-none-any.whl
- Upload date:
- Size: 2.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.11.9 Linux/6.5.0-1025-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cf435f1cb85e0f75a689a03aed48dc69caee2c45f1ace2983801578caf8aacf6
|
|
| MD5 |
09b625ec278c5d463af3c73110ded90b
|
|
| BLAKE2b-256 |
f3ad390846b364a6b830a1e92f5bb5d242d5f2416947a024b2a34f2bceec7bf8
|