librelist archives

« back to archive

Submission of Flask-Markdown for approval

Submission of Flask-Markdown for approval

From:
Dan Colish
Date:
2010-07-27 @ 16:44
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

Re: [flask] Submission of Flask-Markdown for approval

From:
Armin Ronacher
Date:
2010-07-27 @ 17:16
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

Re: [flask] Submission of Flask-Markdown for approval

From:
Dan Colish
Date:
2010-07-27 @ 17:31
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

Re: [flask] Submission of Flask-Markdown for approval

From:
Kenneth Reitz
Date:
2010-07-27 @ 16:46
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

Re: [flask] Submission of Flask-Markdown for approval

From:
Dan Colish
Date:
2010-07-27 @ 16:49
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
>