roks0n / avocato

A simple and fast ORM/ODM/framework-agnostic object serialization library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

avocato: simple and fast object serialization

Travis-CI

Documentation Status

Code Coverage

avocato is a simple and fast ORM/framework-agnostic object serialization library for converting complex objects to and from simple Python datatypes.

Don't be scared if you're using an ORM/framework. It can easily be adapted to be used with any ORM/framework of your liking. Currently it supports Django ORM and peewee.

This library is heavily influenced by serpy.

Installation

Documentation

Find documentation at avocato.rtfd.io

Example

About

A simple and fast ORM/ODM/framework-agnostic object serialization library

License:MIT License


Languages

Language:Python 99.0%Language:Makefile 1.0%