A simple task management package.
Project description
TaskManager
TaskManager is a simple Python package for managing tasks. It's designed to be used in command-line interface (CLI) applications, providing basic task management functionality.
Description
This package was created as part of a learning project to understand Python package development and distribution. While it's not intended to be a comprehensive task management solution, it serves as a practical example of how to structure and package a Python project.
The TaskManager package provides functionality to:
- Add tasks to a to-do list
- Mark tasks as completed
- Remove tasks from the list
- View current tasks and completed tasks
Usage
Here's a quick example of how to use the TaskManager:
from task_manager_tahadnan import TaskManager
# Create a new TaskManager instance
tm = TaskManager()
# Add some tasks
tm.add_task("Write README", "Create setup.py", "Push to GitHub")
# View current tasks
print(tm.current_state('to-do'))
# Mark a task as done
tm.task_done("Write README")
# View completed tasks
print(tm.current_state('done'))
Features
- Add multiple tasks at once
- Remove tasks from the to-do list
- Mark tasks as completed
- View current to-do list and completed tasks
- Clear to-do or completed lists
- Reset both lists
Development
This project was primarily created as a learning exercise in Python package development. Its simplicity is intentional, and there are no plans for significant feature additions or expansions. However, if you find a bug or have a suggestion for a minor improvement, feel free to open an issue on the GitHub repository.
Links
- Project homepage: https://github.com/tahadnan/task_manager
- Repository: https://github.com/tahadnan/task_manager
- Issue tracker: https://github.com/tahadnan/task_manager/issues
- In case of sensitive bugs like security vulnerabilities, please contact tahacodes.101@gmail.com directly instead of using the issue tracker. We value your effort to improve the security and privacy of this project!
Licensing
The code in this project is licensed under MIT license.
Author
Taha Yasser Adnan
This project is part of my journey in learning Python package development. While it may not be a groundbreaking package, it represents an important step in understanding the process of creating, packaging, and distributing Python projects.
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
File details
Details for the file ttask_manager-0.0.1.tar.gz
.
File metadata
- Download URL: ttask_manager-0.0.1.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 411a52ad1b9979145095f4c3a03ecbb6e19090096d4d6210715c933bf084ddc4 |
|
MD5 | c556ffdaffb02577d4a589c75703c210 |
|
BLAKE2b-256 | 4e6bcbc82997825e514ba47d4242e8cf8ccd87c4d231d76332ad416e052e4cde |
File details
Details for the file ttask_manager-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: ttask_manager-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b7feddbd0c6d366b5775b6ea0321dbdc84dfa3373a2457bd75e181113587a251 |
|
MD5 | 0a11767acfe31fac072af4092a3e3b52 |
|
BLAKE2b-256 | 145039dbeb909992e31ba3198024f1f8e8fd88f599fc320310a774bebd6a550e |