Skip to content

pistolero/any2any

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

any2any is a Python library for magically casting any type to any other type.

any2any helps you with (de)serialization operations, formatting operations, any kind of transformation between two Python objects.

any2any is highly and easily customizable, and provides facilities for debugging your transformations.

any2any contains a growing collection of casts, including casts for Django, ...

Installation

With pip :

sudo pip install any2any

Running tests

First, you need to install nose and django-nose (they are both available on pypi).

Then, go to any2any/any2any/ and run :

./run_tests.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published