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


Groups > comp.lang.python > #53085

ANN: rom 0.19 - Redis object mapper for Python

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.stack.nl!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!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; 'subject:ANN': 0.07; "django's": 0.09; 'interim': 0.09; 'skip:# 30': 0.09; 'url:github': 0.09; 'bug': 0.12; '0.19': 0.16; 'added.': 0.16; 'boolean': 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; 'skip:t 40': 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=LJWgaT1hkPUHKK1kC93XUJFYy4mgcrduXDy9s2AtuOs=; b=ZI5JUJUa5NkfY7N+ZfVB+zjjArGwXFl78FoW1cUvhH1zmS2AIhQsLW1+RlzRTsUSsL QmunhEBlZzxfOn3IwxCm0nhGTuAD+4A5PPmBz/mH2ctel+KuLTB4+NYUTreNR8lrm+L7 evfJdmMccqL5bG8k2SbqInqzebL/Iof7WTrngOmq8umZs7VkcD9xoK6YNpyQ88tCbw+B GSYC6JWBG+QDQrape5MMJpepma4vXgS9sv/1EIC9r26fvQ16EtQuCJmMipeUjwmNlZk/ aK/1DsITj7dEyUYopbm2yfFGdVIoIPnRmmsY6HfGNzVD3A/SkCAwJ9Ka4sizFxdXkXQ9 rp6A==
MIME-Version 1.0
X-Received by 10.220.181.136 with SMTP id by8mr22096370vcb.11.1377630826681; Tue, 27 Aug 2013 12:13:46 -0700 (PDT)
Date Tue, 27 Aug 2013 12:13:46 -0700
Subject ANN: rom 0.19 - 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=047d7bf0f67a0e5d0f04e4f2ac44
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.279.1377630830.19984.python-list@python.org> (permalink)
Lines 116
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1377630830 news.xs4all.nl 15956 [2001:888:2000:d::a6]:58636
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:53085

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.19
------------------------------------
[fixed] Thanks to a bug report by https://github.com/MickeyKim , was
notified
    of a bug when using unique indexes, which is now fixed and has a
testcase.
#----------------------------------- 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.

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


Thread

ANN: rom 0.19 - Redis object mapper for Python Josiah Carlson <josiah.carlson@gmail.com> - 2013-08-27 12:13 -0700

csiph-web