Hi, I've cleaned up my documentation and added tests. I believe the package is ready for re-review now. Any feedback is appreciated. Thanks, Dan
Hi, On 7/27/10 6:44 PM, Dan Colish wrote: > Hi, > > I've cleaned up my documentation and added tests. I believe the > package is ready for re-review now. Any feedback is appreciated. How possible is it to upgrade the API to be consistent with Flask-Creole? The second thing is that a MANIFEST.in is missing. Regards, Armin
On Jul 27, 2010, at 10:16 AM, Armin Ronacher wrote: > Hi, > > On 7/27/10 6:44 PM, Dan Colish wrote: >> Hi, >> >> I've cleaned up my documentation and added tests. I believe the >> package is ready for re-review now. Any feedback is appreciated. > How possible is it to upgrade the API to be consistent with Flask-Creole? > I looked into that over the weekend and sent a message to the list about it. From what I gather, adding extensions to this implementation of Markdown is not an easy task due to the structure of its API. I think for now it should be avoided. I have plans to correct their API and/or re-implement the package, but that will take some time. > The second thing is that a MANIFEST.in is missing. > Ok, I will add that. > > Regards, > Armin
I'd love to test it out. Where's the code? Kenneth Reitz http://kennethreitz.com/contact-me On Jul 27, 2010, at 12:44 PM, Dan Colish wrote: > Hi, > > I've cleaned up my documentation and added tests. I believe the package is ready for re-review now. Any feedback is appreciated. > > Thanks, > > Dan
Hi Kenneth, You can find all the information at http://packages.python.org/Flask-Markdown/. It's available to be installed with easy_install, pip, or you can clone the github repo at git://github.com/dcolish/flask-markdown.git. --Dan On Jul 27, 2010, at 9:46 AM, Kenneth Reitz wrote: > I'd love to test it out. Where's the code? > > Kenneth Reitz > http://kennethreitz.com/contact-me > > On Jul 27, 2010, at 12:44 PM, Dan Colish wrote: > >> Hi, >> >> I've cleaned up my documentation and added tests. I believe the package is ready for re-review now. Any feedback is appreciated. >> >> Thanks, >> >> Dan >