binarymatt / pyres

a resque clone in python
http://github.com/binarydud/pyres
MIT License
955 stars 130 forks source link

release new version #136

Open sontek opened 10 years ago

sontek commented 10 years ago

We ported pyres to py3 last July and it still hasn't been released.

msabramo commented 9 years ago

I noticed also that the docs are out of date, as http://itybits.com/pyres/example.html has Spam instead of Comment in the enqueue call and I went to fix it, but it's already fixed in master (by https://github.com/binarydud/pyres/commit/56c8547ebbe3ecc7ac1a55e82012dffd0a8c0554 which was in 2011!) so the docs just need to be refreshed.

Hengjie commented 7 years ago

As a workaround, read docs at https://github.com/binarydud/pyres/tree/master/docs/source

steenzout commented 7 years ago

or build the docs locally: #149 #151