Skip to main content
https://github.com/audrow/remind-me-some/workflows/Continuous%20Integration/badge.svg https://codecov.io/gh/audrow/remind-me-some/branch/master/graph/badge.svg

Schedules some number of items that are due today.

Tasks that you don’t get to are weighted to be more heavily in the future.

Features

  • Repeatedly schedules tasks at a specified frequency

  • Schedule a set number or less tasks each day

  • Tasks that don’t get done or scheduled will increase in priority

  • Tested on Python 3.6, 3.7, and 3.8

Usage

$ git clone https://github.com/audrow/remind-me-some
$ pip install remind-me-some
from datetime import date, timedelta
from remind_me_some.goal import Goal
from remind_me_some.schedule_manager import ScheduleManager

goals = (
    ("Call Mom", timedelta(weeks=1)),
    ("Call Dad", timedelta(weeks=1)),
    ("Call Grandma", timedelta(weeks=2)),
    ("Call Grandpa", timedelta(weeks=2)),
    ("Call Cousin", timedelta(weeks=4)),
    ("Call Uncle", timedelta(weeks=4)),
)
goals_ = []
for goal in goals:
    goals_.append(Goal(name=goal[0], frequency=goal[1]))

sm.add_goals(*goals_)
sm.update_schedule()
print(sm)
sm.run()  # run the callback for the scheduled action
sm.run()  # clear the action if it's completed
print(sm)

Documentation

Remind-Me-Some’s documentation lives at remind-me-some.readthedocs.io.

About Remind-Me-Some

Remind-Me-Some was created by Audrow Nash - audrow@hey.com

Distributed under the MIT license. See LICENSE.txt for more information.

Download files

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

Source Distribution

remind-me-some-1.0.0.tar.gz (7.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

remind_me_some-1.0.0-py2.py3-none-any.whl (9.8 kB view details)

Uploaded Python 2Python 3

File details

Details for the file remind-me-some-1.0.0.tar.gz.

File metadata

  • Download URL: remind-me-some-1.0.0.tar.gz
  • Upload date:
  • Size: 7.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.0.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.2

File hashes

Hashes for remind-me-some-1.0.0.tar.gz
Algorithm Hash digest
SHA256 371f5b8b2906422e079438aaa109a94ef0809b4bdd489942e3a1cd3279a3f190
MD5 ba620008ab16219410abecc590dd33fc
BLAKE2b-256 ff03b10d1eac946d65d641978f0cb6993ad11440488c27ebb18be7c5b7f7c860

See more details on using hashes here.

File details

Details for the file remind_me_some-1.0.0-py2.py3-none-any.whl.

File metadata

  • Download URL: remind_me_some-1.0.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 9.8 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.0.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.2

File hashes

Hashes for remind_me_some-1.0.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 747d98ada04242eb581a054299eeadaa573e9529bb916a578aeab6851ee7eb8c
MD5 c2cc2e8983a4a1f0691c79143ef4ef79
BLAKE2b-256 da8e451aacfea4922b75b9032228e8c61e59fb34579066348e1499d4b9d2a543

See more details on using hashes here.

Release history Release notifications | RSS feed

1.0.1

2 files

This release

1.0.0 This release

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page