Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #52671

ANN: rom 0.18 - Redis object mapper for Python

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder3.xlned.com!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <josiah.carlson@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.000
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'python.': 0.02; 'url:pypi': 0.03; 'subject:Python': 0.06; 'column': 0.07; 'json': 0.07; 'subject:ANN': 0.07; "django's": 0.09; 'interim': 0.09; 'skip:# 30': 0.09; 'url:github': 0.09; 'bug': 0.12; 'added.': 0.16; 'boolean': 0.16; 'columns': 0.16; 'orm,': 0.16; 'sqlalchemy': 0.16; 'subject:mapper': 0.16; 'subject:object': 0.16; 'to:addr:python-announce-list': 0.16; 'hey': 0.18; 'everyone,': 0.19; 'to:2**1': 0.27; 'fixed': 0.29; 'skip:- 40': 0.29; 'feature': 0.29; 'patch': 0.29; 'to:no real name:2**1': 0.29; 'message-id:@mail.gmail.com': 0.30; 'option.': 0.31; 'interface': 0.32; 'skip:- 30': 0.32; 'url:python': 0.33; 'at:': 0.34; 'could': 0.34; 'received:google.com': 0.35; 'replies': 0.36; 'thanks': 0.36; 'similar': 0.36; 'url:org': 0.36; 'skip:& 10': 0.38; 'thank': 0.38; 'to:addr:python-list': 0.38; 'recent': 0.39; 'does': 0.39; 'to:addr:python.org': 0.39; 'notified': 0.63; 'date,': 0.68; 'sports': 0.69; 'skip:a 40': 0.72
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=MlluTEm1G2SxIhiwGrY6BMa8ozUwPzm2dlKgjw7ibJY=; b=ubGMSG2B4G4oZoHq1sdoGYjql0xAZ8Cy2thD6MB8ooC2mX3j+0+bgFG8SINlxm8vt8 1nh9tKCyuDFlJEEcBCz8Eb5JiYP7ZJyGfhtYvoj8a786d5VXJj597nZV3upJFNEBOlSA PUpeTyeLl8YV+Y66Hiy5q0NcC1POiYujElYxyPuvK5v3aXJkXJIDwpYd+v5zagClkkNo 1/PxFekfFh+P6Zdk1cK94ulWPHqoGEyqrZFk9CmiBUEcHLknnMA/1noWAO/SwUDy0OTe obmHd3kicNWsxCu8uB1WISo81TVc/aEIaOlHGLcw3HRKJ9vdztZnymCVNM1pQV7Y0mtp SqjQ==
MIME-Version 1.0
X-Received by 10.221.47.193 with SMTP id ut1mr11115213vcb.8.1376883015509; Sun, 18 Aug 2013 20:30:15 -0700 (PDT)
Date Sun, 18 Aug 2013 20:30:15 -0700
Subject ANN: rom 0.18 - Redis object mapper for Python
From Josiah Carlson <josiah.carlson@gmail.com>
To Python-announce-list@python.org, python-list@python.org
Content-Type multipart/alternative; boundary=001a113392ec096e1204e4448f71
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.11.1376883024.19984.python-list@python.org> (permalink)
Lines 122
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1376883024 news.xs4all.nl 15930 [2001:888:2000:d::a6]:37079
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:52671

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

Hey everyone,

As time progresses, so does my Redis object mapper.

The "rom" package is a Redis object mapper for Python. It sports an
interface similar to Django's ORM, SQLAlchemy + Elixir, or Appengine's
datastore.

The changelog for recent releases can be seen below my signature.

You can find the package at:
https://www.github.com/josiahcarlson/rom
https://pypi.python.org/pypi/rom

And docs can be found at:
http://pythonhosted.org/rom/

Please CC me on any replies if you have any questions or comments.

Thank you,
 - Josiah

#----------------------------------- 0.18
------------------------------------
[fixed] Thanks to a bug report by https://github.com/MickeyKim , was
notified
    and received an interim patch for a bug that could cause deleted
entities
    to be resurrected on session.commit() or session.flush() . This has now
    been fixed and a testcase has been added.
#----------------------------------- 0.17
------------------------------------
[added] LGPL 3 licensing option.
#----------------------------------- 0.16
------------------------------------
[added] Thanks to a feature request from https://github.com/jrsmith ,
Boolean
    column support is now available.
[added] DateTime, Date, and Time column types because I was already adding
    Boolean columns.
#----------------------------------- 0.15
------------------------------------
[fixed] Thanks to https://github.com/MickeyKim who fixed Json columns so
that
    they round-trip after multiple saves.

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

ANN: rom 0.18 - Redis object mapper for Python Josiah Carlson <josiah.carlson@gmail.com> - 2013-08-18 20:30 -0700

csiph-web