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 .
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
todotxt-0.0.2.tar.gz
(3.4 kB
view details)
Built Distribution
File details
Details for the file todotxt-0.0.2.tar.gz
.
File metadata
- Download URL: todotxt-0.0.2.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f9c4a6194c365a140f6752004ed4d33ee6ab2da0a58d6fe42fd410ab56c227c4 |
|
MD5 | 759cc295ceec8b1d4f692b4b481de4aa |
|
BLAKE2b-256 | 1df6eef28c305059acbefa800c6c9863299d5707fc1d88eae31b0efb55993574 |
File details
Details for the file todotxt-0.0.2-py2.py3-none-any.whl
.
File metadata
- Download URL: todotxt-0.0.2-py2.py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bc9002ab4f5fc6da4aed50748faf585650ddb30b0cb1837b69fa456e48f398fc |
|
MD5 | a09961808042b0bf1e8e73a7522534c1 |
|
BLAKE2b-256 | 584129617da0368ffbeb4bd8b5998c9413b6fd32b8622dc50cf047738c29ebd7 |