milibopp / obsub

Small python module that implements the observer pattern via a decorator.
Other
12 stars 3 forks source link

Cosmetic changes #13

Closed coldfix closed 10 years ago

coldfix commented 10 years ago

Minor importance. Ignore if you don't like.

milibopp commented 10 years ago

What do you think about using pypandoc? It would only be a build dependency, so it's not too bloaty to include it. And you implicitly used pandoc as a "manual" build dependency there anyway. But I'd love to automate this.

milibopp commented 10 years ago

Forget about it, both this project and pyandoc are broken and orphaned as it looks. And it is also probably difficult to do this without a proper python library in a cross-platform way.