Skip to main content

A scheduler command line program in Python.

Project description

Intro

Scheduler for Python

Installation

As a Python Module

pip install scheduler-todo

As a Debian Package

sudo dpkg -i <file name>.deb

As a RedHat Package

rpm -Uvh <file name>.rpm

Usage

1. Add schedule

add {due} {content} in {category}

Example

add 2018/3/2 hit hoesung in school

Example without category

add 2018/3/2 hit hoesung

2. Delete schedule

delete all
delete {content}
delete in {category}
delete done/undone

Example with content

delete hit hoesung

Example with category

delete in school

Example with state

delete done

3. Update schedule

update {content} {done/undone}
update {content} at {date to modify}

Example with content to modify done/undone

update hit hoesung done

Example with content to modify date

update hit hoesung at 5/31

Example with category to modify done/undone

update in school done

Example with category to modify date

update in school at 6/31

Changelog

  • v0.0.1 : Beta Version

  • v0.0.2 : add calender func and fix input bugs

  • v0.0.7 : add func to sync server

  • v0.1.0 : Last Pre-release

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

scheduler_todo-0.0.14-py2.py3-none-any.whl (11.4 kB view hashes)

Uploaded Python 2 Python 3

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