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: 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 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 --047d7bf0f67a0e5d0f04e4f2ac44 Content-Type: text/plain; charset=ISO-8859-1 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. --047d7bf0f67a0e5d0f04e4f2ac44 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hey everyone,

As time progresses, so doe= s my Redis object mapper.

The "rom&= quot; package is a Redis object mapper for Python. It sports an interface s= imilar to Django's ORM, SQLAlchemy + Elixir, or Appengine's datasto= re.

The changelog for recent release= s 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 do= cs can be found at:
http://= pythonhosted.org/rom/

Please CC me on any replies if you have any questions or comments.
<= br>Thank you,
=A0-=A0J= osiah

=
#--------------= --------------------- 0.19 ------------------------------------
[= fixed] Thanks to a bug report by h= ttps://github.com/MickeyKim , was notified
=A0 =A0 of a bug when using unique indexes, which is now fixed and has= a testcase.
#----------------------------------- 0.18 -----------------= -------------------
[fixed] Thanks to a bug report by=A0https://github.com/MickeyKim=A0, was notified<= /div>
=A0 =A0 and received an interim patch for a bug that could cause = deleted entities
=A0 =A0 to be resurrected on session.commit() or session.flush() . Thi= s has now
=A0 =A0 been fixed and a testcase has been added.
=
#----------------------------------- 0.17 ----------------------------= --------
[added] LGPL 3 licensing option.
#--------------------------= --------- 0.16 ------------------------------------
[added] Thank= s to a feature request from=A0https://github.com/jrsmith=A0, Boolean
=A0 =A0 column support is now available.
[added] DateTime, D= ate, and Time column types because I was already adding
=A0 =A0 B= oolean columns.

--047d7bf0f67a0e5d0f04e4f2ac44--