Skip to main content

A Python library for dealing with todo.txt files

Project description

A Python library for dealing with todo.txt files

Usage

todotxt can be used in varions ways. Here is one of them

from todotxt import Tasks
tasks = Tasks('./todo.txt')
print(tasks.filter_by('@today').order_by('priority'))

Tests

Located in ./tests, can be run with

./tests$ nosetests .

Download files

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

Source Distribution

todotxt-0.0.2.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

todotxt-0.0.2-py2.py3-none-any.whl (4.6 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