↧
first prototype of a dumb feed parser
↧
start making a package
↧
↧
rename to feed2exec
the name is usable as a python plugin and is consistent with other existing feed2* programs
↧
add missing copyright file, copied over from debmans
↧
create a real module
↧
↧
build basic docs tree
↧
ignore .pyc files
↧
make unit tests for CRUD and split into separate storage clases
↧
remove unused flags
↧
↧
rename main to feed2exec because it's prettier from tests
↧
fix bug in tests, remove unused import
↧
return path in fixture so we can do fancier stuff
↧
add unit tests for main
↧
↧
ignore pytest cache dir
↧
add args to database
↧
fix tests by using standard test data
↧
remove meaningless parse command
↧
↧
add pattern matching to feeds fetching
↧
fix deserialization issues in feedparser code
↧
allow selecting only some feeds or caches to fetch
↧
add (failing) unit tests for fetch
↧
↧
add remove cache command
↧