Hi Joel!

pypapi.org is the bigest example a know.
It's using pyqt4, sqlalchemy and zope interfaces/schema/etc.
The only drawback for me, the code using too much italiano :)

Regards,
gbtami

On Sat, Jul 24, 2010 at 3:21 AM, Joel Mohler <goo...@kiwistrawberry.us> wrote:
> Hello,
>
> I'm a happy user of sqlalchemy on small personal projects of my own
> (http://bitbucket.org/jbmohler/pyhacc is one of them which is not
> ready for use yet).  At my day job we are in the process of evaluating
> platforms for a rewrite of our small business accounting system.  We
> expect this rewrite to have 200k-300k LOC and sqlalchemy stands up
> well in many ways to some of the C# alternatives we are considering.
> The notion of writing the entire project in python is quite daunting
> to management who is new to opensource.
>
> I'm wondering if anyone would be kind enough to give an example of a
> large desktop app written in sqlalchemy (even better if it's using
> PyQt for the gui).  We're pondering the viability of such a project in
> python.  In particular, we do a fair bit of document logic client side
> with several hundred line invoice documents which we wish to edit as a
> whole locally and send back to the server on an explicit user save
> command.  This is something which I wouldn't expect to typically be
> needful in a web application.
>
> I can certainly find examples of large websites on python via django,
> but desktop business applications are a bit harder to come by.  I
> believe that eric4 is a good example but I was hoping for a largish
> project involving sqlalchemy as well.
>
> Thanks,
> Joel
>
> --
> You received this message because you are subscribed to the Google Groups 
> "sqlalchemy" group.
> To post to this group, send email to sqlalch...@googlegroups.com.
> To unsubscribe from this group, send email to 
> sqlalchemy+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/sqlalchemy?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to