librelist archives

« back to archive

ANN: Flask-Enterprise

ANN: Flask-Enterprise

From:
Peter Rock
Date:
2011-04-01 @ 00:12
Hi everybody,

I am happy to announce the release of Flask-Enterprise.  It's an 
extension for Flask we created to support Enterprise level applications. 
  It makes it easy to write SOAP/WSDL or XMLRPC based webservers and to 
talk to them.

Website and Documentation: http://bit.ly/enterprisy
PyPI page: http://pypi.python.org/pypi/Flask-Enterprise


Peter

-- 

~ Peter Rock // Massive of Rock Inc. ~
~  http://massive.immersedcode.org/  ~

This email and any files transmitted with it are confidential and 
intended solely for the use of the individual or entity to whom they are 
addressed. If you have received this email in error please notify the 
system manager. This message contains confidential information and is 
intended only for the individual named. If you are not the named 
addressee you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately by e-mail if you have received this 
e-mail by mistake and delete this e-mail from your system. If you are 
not the intended recipient you are notified that disclosing, copying, 
distributing or taking any action in reliance on the contents of this 
information is strictly prohibited.

Norton Virus Check: This email was successfully checked for viruses

Re: [flask] ANN: Flask-Enterprise

From:
Ron DuPlain
Date:
2011-04-01 @ 08:09
Hello Peter, what's happening?

On Thu, Mar 31, 2011 at 8:12 PM, Peter Rock
<massiveofrock@disposeamail.com> wrote:
> I am happy to announce the release of Flask-Enterprise.  It's an
> extension for Flask we created to support Enterprise level applications.
>  It makes it easy to write SOAP/WSDL or XMLRPC based webservers and to
> talk to them.

Finally, Flask for the enterprise!  Yeah.  I'm going to go ahead and
ask you to make the following adjustments.  Our Release Engineering
Team would like to see these requirements met:

2. It must ship a testing suite that can either be invoked with make
test or python setup.py test.
4. The license must be BSD/MIT/WTFPL licensed.
7. The extension must have documentation that uses one of the two
Flask themes for Sphinx documentation.

We will send you the invoice for Flask Extension Approval under our
ongoing net-30 agreement.
That would be great,

Ron


[1] http://flask.pocoo.org/docs/extensiondev/#approved-extensions

Re: [flask] ANN: Flask-Enterprise

From:
Tom Atkins
Date:
2011-04-01 @ 09:17
Nice! Exactly 1 year since Flask was launched and now it's fully Enterprise!
 Beam me up Scotty! ;-)

On 1 April 2011 09:09, Ron DuPlain <ron.duplain@gmail.com> wrote:

> Hello Peter, what's happening?
>
> On Thu, Mar 31, 2011 at 8:12 PM, Peter Rock
> <massiveofrock@disposeamail.com> wrote:
> > I am happy to announce the release of Flask-Enterprise.  It's an
> > extension for Flask we created to support Enterprise level applications.
> >  It makes it easy to write SOAP/WSDL or XMLRPC based webservers and to
> > talk to them.
>
> Finally, Flask for the enterprise!  Yeah.  I'm going to go ahead and
> ask you to make the following adjustments.  Our Release Engineering
> Team would like to see these requirements met:
>
> 2. It must ship a testing suite that can either be invoked with make
> test or python setup.py test.
> 4. The license must be BSD/MIT/WTFPL licensed.
> 7. The extension must have documentation that uses one of the two
> Flask themes for Sphinx documentation.
>
> We will send you the invoice for Flask Extension Approval under our
> ongoing net-30 agreement.
> That would be great,
>
> Ron
>
>
> [1] http://flask.pocoo.org/docs/extensiondev/#approved-extensions
>

Re: [flask] ANN: Flask-Enterprise

From:
Ben Hughes
Date:
2011-04-01 @ 11:29
Thanks for this chaps - I've been putting off using this web framework in my
business as I simply could not bear to have a piece of software written in a
scripting language being responsible for key business infrastructure.

Where do I send my $4m pound license fee.

Ben

On Fri, Apr 1, 2011 at 10:17 AM, Tom Atkins <minktoast@gmail.com> wrote:

> Nice! Exactly 1 year since Flask was launched and now it's fully
> Enterprise!  Beam me up Scotty! ;-)
>
>
> On 1 April 2011 09:09, Ron DuPlain <ron.duplain@gmail.com> wrote:
>
>> Hello Peter, what's happening?
>>
>> On Thu, Mar 31, 2011 at 8:12 PM, Peter Rock
>> <massiveofrock@disposeamail.com> wrote:
>> > I am happy to announce the release of Flask-Enterprise.  It's an
>> > extension for Flask we created to support Enterprise level applications.
>> >  It makes it easy to write SOAP/WSDL or XMLRPC based webservers and to
>> > talk to them.
>>
>> Finally, Flask for the enterprise!  Yeah.  I'm going to go ahead and
>> ask you to make the following adjustments.  Our Release Engineering
>> Team would like to see these requirements met:
>>
>> 2. It must ship a testing suite that can either be invoked with make
>> test or python setup.py test.
>> 4. The license must be BSD/MIT/WTFPL licensed.
>> 7. The extension must have documentation that uses one of the two
>> Flask themes for Sphinx documentation.
>>
>> We will send you the invoice for Flask Extension Approval under our
>> ongoing net-30 agreement.
>> That would be great,
>>
>> Ron
>>
>>
>> [1] http://flask.pocoo.org/docs/extensiondev/#approved-extensions
>>
>
>


-- 
Ben Hughes
Director & Lead Coach
Bright Approach Ltd.
Tel: +44 7525 270 490
http://about.me/bwghughes

Re: [flask] ANN: Flask-Enterprise

From:
Zach Williams
Date:
2011-04-01 @ 18:21
As someone building a new social network, this will be extremely handy.

I'm particularly interested in the following functionality:

>>> hello_client = enterprise.connect_to_soap_service(url)>>> result = 
hello_client.service.say_hello('Peter', 5)>>> print result(stringArray){
string[] =      "Hello, Peter",      "Hello, Peter",      "Hello, Peter",
"Hello, Peter",      "Hello, Peter" }




On Fri, Apr 1, 2011 at 6:29 AM, Ben Hughes <bwghughes@gmail.com> wrote:

> Thanks for this chaps - I've been putting off using this web framework in
> my business as I simply could not bear to have a piece of software written
> in a scripting language being responsible for key business infrastructure.
>
> Where do I send my $4m pound license fee.
>
> Ben
>
>
> On Fri, Apr 1, 2011 at 10:17 AM, Tom Atkins <minktoast@gmail.com> wrote:
>
>> Nice! Exactly 1 year since Flask was launched and now it's fully
>> Enterprise!  Beam me up Scotty! ;-)
>>
>>
>> On 1 April 2011 09:09, Ron DuPlain <ron.duplain@gmail.com> wrote:
>>
>>> Hello Peter, what's happening?
>>>
>>> On Thu, Mar 31, 2011 at 8:12 PM, Peter Rock
>>> <massiveofrock@disposeamail.com> wrote:
>>> > I am happy to announce the release of Flask-Enterprise.  It's an
>>> > extension for Flask we created to support Enterprise level
>>> applications.
>>> >  It makes it easy to write SOAP/WSDL or XMLRPC based webservers and to
>>> > talk to them.
>>>
>>> Finally, Flask for the enterprise!  Yeah.  I'm going to go ahead and
>>> ask you to make the following adjustments.  Our Release Engineering
>>> Team would like to see these requirements met:
>>>
>>> 2. It must ship a testing suite that can either be invoked with make
>>> test or python setup.py test.
>>> 4. The license must be BSD/MIT/WTFPL licensed.
>>> 7. The extension must have documentation that uses one of the two
>>> Flask themes for Sphinx documentation.
>>>
>>> We will send you the invoice for Flask Extension Approval under our
>>> ongoing net-30 agreement.
>>> That would be great,
>>>
>>> Ron
>>>
>>>
>>> [1] http://flask.pocoo.org/docs/extensiondev/#approved-extensions
>>>
>>
>>
>
>
> --
> Ben Hughes
> Director & Lead Coach
> Bright Approach Ltd.
> Tel: +44 7525 270 490
> http://about.me/bwghughes
>
>
>