Apparently there was a bug in my setup file on the release on pypi. It
is now fixed !

On May 6, 10:16 am, sebastien piquemal <seb...@gmail.com> wrote:
> Hi all !
>
> I am pleased to announce that I have finally released a piece of code
> I begun to write a while ago, ...
> It is a python library called any2any, which helps to write casts
> operations (from one python instance, to another of a different type).
>
> It all started with Django serializations and deserializations (I had
> very custom needs, in order to build some APIs), and then it went on
> with serializations and deserializations for ldap ... so I decided to
> abstract those operations in one library that would simplify writing
> casts from one Python type to another.
>
> And guess what !? It contains cool Django serializers/deserializers
> which :
>
>     - supports MTI nicely
>     - serializes/deserializes foreign keys and many2many fields nicely
>     - deep serialization and deserialization
>     - natural keys
>     - include/exclude a subset of fields
>     - virtual attributes
>     - very very easy to customize
>     - ...
>
> You can find the "docs" for Django here 
> :http://readthedocs.org/docs/any2any/en/latest/doc_pages/djangocast.html
> On pypi :http://pypi.python.org/pypi/any2any/0.1
>
> Of course, there is always more work to do to make it better and add
> missing features ... So any suggestion, any contribution, critics ...
> are very welcome !
>
> Cheers,
>
> Sébastien

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

Reply via email to