Skip to main content

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

What's New in 0.2.5 Release:

Enhanced Save and Load Functionality: The save_current_state and load_recent_state methods were updated to ensure that the data.json file is saved and loaded from the same directory as the main Python file. This improves the reliability of data storage and retrieval.

Usage

Here's a quick example of how to use the TaskManager effectively:

from ttask_manager.ttask_manager import TaskManager

# Create a new TaskManager instance
tm = TaskManager()

# Load existing tasks (if any)
tm.load_recent_state()

# Add multiple tasks to the to-do list
tm.add_task("Write README", "Create setup.py", "Push to GitHub", "Test the application")

# View current to-do tasks
print(tm.current_state('to-do'))

# Mark specific tasks as done
tm.task_done("Write README", "Test the application")

# View completed tasks
print(tm.current_state('done'))

# Generate a report of today's tasks
print(tm.report())

# Clear the to-do list after completing tasks
tm.clear_todo_list()

# Reset both lists if needed
tm.reset()

This example showcases how to create a TaskManager instance, load existing tasks, manage to-do and completed tasks, generate a daily report, and reset the lists as needed.

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.

Notice

Due to the pressure of my studies, I will be taking a pause from further development on the TaskManager. Thank you for your understanding and support during this time.

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ttask_manager-0.2.5.tar.gz (5.6 kB view details)

Uploaded Source

Built Distribution

ttask_manager-0.2.5-py3-none-any.whl (6.1 kB view details)

Uploaded Python 3

File details

Details for the file ttask_manager-0.2.5.tar.gz.

File metadata

  • Download URL: ttask_manager-0.2.5.tar.gz
  • Upload date:
  • Size: 5.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for ttask_manager-0.2.5.tar.gz
Algorithm Hash digest
SHA256 8cf8f201563c594603a9ab784687a721af3fa1dff366758f4f560ca9f64340e0
MD5 77a16e4a55efa97710fb6845f406cc2b
BLAKE2b-256 b118ba756a35fa806d20e563291b5d0fa86f2c0c5be498df4349ad31b2d33b59

See more details on using hashes here.

File details

Details for the file ttask_manager-0.2.5-py3-none-any.whl.

File metadata

File hashes

Hashes for ttask_manager-0.2.5-py3-none-any.whl
Algorithm Hash digest
SHA256 0fd7b818f43e70486babb7cb6cb5fa814076b919f3b08c6b27b4d569da883aef
MD5 697ad8bf86123cc99406e647b117bbea
BLAKE2b-256 8bd7f0be3d6c8e390294fb0e4410d9db9dd5edacebc168b6fe6056801ba92097

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page