[sqlalchemy] ColanderAlchemy 0.1.0 alpha released.

2012-03-25 Thread Stefano Fontanelli


Hi folks!

We released ColanderAlchemy 0.1.0 alpha yesterday.

It is an extensible package for autogeneration of Colander schemas that 
are based on SQLAlchemy mapped classes.
For those who do not know 'Colander': 
docs.pylonsproject.org/projects/colander/en/latest/


A quick view on how ColanderAlchemy works can be found in the docs: 
http://readthedocs.org/docs/colanderalchemy/en/latest/examples.html
ColanderAlchemy is released under MIT license terms and it can be forked 
on GitHub: https://github.com/stefanofontanelli/ColanderAlchemy.
The ColanderAlchemy's official documentation can be found on Read The 
Docs: http://readthedocs.org/docs/colanderalchemy/en/latest/

You can simply install ColanderAlchemy using PIP:

   pip install ColanderAlchemy

or using SetupTools/Distribute:

   easy_install ColanderAlchemy

The library is in alpha stage, but it works. We are working on test 
suite and docs.

We planned to release final version in the next few weeks.
We are open to suggestions and any help is appreciate :)

Regards,
Stefano.

--
Stefano Fontanelli
E-mail: s.fontane...@asidev.com
Website: http://www.asidev.com
Skype: stefanofontanelli
Twitter: @stefontanelli
LinkedIn: http://www.linkedin.com/in/stefanofontanelli

--
You received this message because you are subscribed to the Google Groups 
sqlalchemy group.
To post to this group, send email to sqlalchemy@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.



[sqlalchemy] names of foreign keys from unknown table/class (short question)

2012-03-25 Thread lars van gemerden
Hello,

Does anyone know a way get the names of the foreign key columns of a
table, if the table/class is unknown beforehand?

I tried with Column.foreign_keys, which gives a set (why?) of
ForeignKey objects but the name attribute of ForeignKey  is not
automatically set.

Cheers, Lars

-- 
You received this message because you are subscribed to the Google Groups 
sqlalchemy group.
To post to this group, send email to sqlalchemy@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.



[sqlalchemy] Re: Access denied for user error

2012-03-25 Thread shinriyo
Hi All

Mac edition is resolved. because, I use PostgreSQL+Python3.2.2 !

But, Windows can't.In spite of Python2.7!!!

-- 
You received this message because you are subscribed to the Google Groups 
sqlalchemy group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/sqlalchemy/-/qzxLWdk_MZAJ.
To post to this group, send email to sqlalchemy@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.