Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!goblin2!goblin.stu.neva.ru!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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; 'attribute': 0.07; 'column': 0.07; 'definitions': 0.07; "django's": 0.09; 'interim': 0.09; 'models.': 0.09; 'newly': 0.09; 'skip:# 30': 0.09; 'url:github': 0.09; 'bug': 0.12; 'itself.': 0.14; '0.19': 0.16; 'added.': 0.16; 'columns': 0.16; 'optionally': 0.16; 'orm,': 0.16; 'prefixed': 0.16; 'reasonably': 0.16; 'reload': 0.16; 'sqlalchemy': 0.16; 'subject:Ann': 0.16; 'subject:mapper': 0.16; 'subject:object': 0.16; 'suite.': 0.16; 'to:addr:python-announce- list': 0.16; 'exception': 0.16; 'hey': 0.18; 'everyone,': 0.19; 'tests': 0.22; 'module,': 0.24; "shouldn't": 0.24; 'performing': 0.26; 'query': 0.26; 'to:2**1': 0.27; 'fixed': 0.29; 'skip:- 40': 0.29; 'patch': 0.29; 'to:no real name:2**1': 0.29; 'moved': 0.30; 'message-id:@mail.gmail.com': 0.30; 'keys': 0.31; 'option.': 0.31; 'anyone': 0.31; 'allows': 0.31; 'interface': 0.32; 'option': 0.32; 'skip:- 30': 0.32; 'run': 0.32; 'url:python': 0.33; 'addresses': 0.33; 'skip:# 10': 0.33; 'at:': 0.34; 'could': 0.34; 'objects': 0.35; 'test': 0.35; 'received:google.com': 0.35; 'there': 0.35; '2.6': 0.36; 'replies': 0.36; 'thanks': 0.36; 'similar': 0.36; 'url:org': 0.36; 'performance': 0.37; 'skip:& 10': 0.38; 'thank': 0.38; 'to:addr:python-list': 0.38; 'issue': 0.38; 'recent': 0.39; 'ability': 0.39; 'does': 0.39; 'to:addr:python.org': 0.39; 'users': 0.40; 'affect': 0.61; 'notified': 0.63; 'such': 0.63; 'sports': 0.69 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=QEQRXy4UxT3cMbV0q19DTYGqr2cXHPshOW5mO+d3i0g=; b=YhJzHJy/tMt5niijCEj1oJPNZrJeCQN4977+zNsbsJSplK0wA1KpbV+Wbiqt0RypLB Sn+DDkaPE03AVwBq1PkV+i5HgS85GzMOeUl373LI/EHC9AAYdR2EqCBuK/WW97AXYqXk OGExCTg7cs0OIHq9CJOmgFwI2QYEigiKySqH+o9lZVZ+HON1Uwo7b962B6y45B1cYch7 MMdcdAWNf3341pvfTn6u57msMikgOMdC5X9ePifHzC8BLD+ti8YP5bCBCzoeapao7whj dOUa48y1jGqeH/tdpV0BapjSrMNc4BlgM0UF1kKNGT18i2VLpA6fDQfkg0T6qRDCngu7 rwAA== MIME-Version: 1.0 X-Received: by 10.220.74.69 with SMTP id t5mr9530265vcj.18.1379037970457; Thu, 12 Sep 2013 19:06:10 -0700 (PDT) Date: Thu, 12 Sep 2013 19:06:10 -0700 Subject: Ann: rom 0.20 - Redis object mapper for Python From: Josiah Carlson To: Python-announce-list@python.org, python-list@python.org Content-Type: multipart/alternative; boundary=047d7b624cbe5c6ab604e63a4c30 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: 148 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1379037978 news.xs4all.nl 15863 [2001:888:2000:d::a6]:60187 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:54094 --047d7b624cbe5c6ab604e63a4c30 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.20 ------------------------------------ [changed] Added exception when performing .all(), .execute(), or .count() on query objects that have had no filters or attribute ordering provided. This addresses issue #12. [changed] Moved column definitions to their own module, shouldn't affect any normal uses of rom. [added] For users of Redis 2.6 and later, there is a beta Lua-enabled writing option that allows for multiple unique columns on models. In some cases, this may improve performance when writing many entities very quickly. [added] The ability to reload an entity from Redis, optionally discarding any modifications to the object itself. Check out the documentation for Model.refresh(), Session.refresh(), and Session.refresh_all() [added] Tests for the newly changed/added features. [changed] Tests no longer use flushdb() - all test models/indexes/etc. are prefixed with RomTest, and we find/delete such keys before and after any tests are run. Now anyone can reasonably run the test suite. #----------------------------------- 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. --047d7b624cbe5c6ab604e63a4c30 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" 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 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.20 ------------------------------------
[= changed] Added exception when performing .all(), .execute(), or .count() on=
=A0 =A0 query objects that have had no filters or attribute ordering p= rovided.
=A0 =A0 This addresses issue #12.
[changed] Mo= ved column definitions to their own module, shouldn't affect any
<= div> =A0 =A0 normal uses of rom.
[added] For users of Redis 2.6 and la= ter, there is a beta Lua-enabled writing
=A0 =A0 option that allo= ws for multiple unique columns on models. In some cases,
=A0 =A0 = this may improve performance when writing many entities very quickly.
[added] The ability to reload an entity from Redis, optionally discard= ing any
=A0 =A0 modifications to the object itself. Check out the= documentation for
=A0 =A0 Model.refresh(), Session.refresh(), an= d Session.refresh_all()
[added] Tests for the newly changed/added features.
[changed= ] Tests no longer use flushdb() - all test models/indexes/etc. are
=A0 =A0 prefixed with RomTest, and we find/delete such keys before and af= ter any
=A0 =A0 tests are run. Now anyone can reasonably run the test suite.
#----------------------------------- 0.19 -------------------------------= -----
[fixed] Thanks to a bug report by=A0https://github.com/MickeyKim=A0, was notified<= /div>
=A0 =A0 of a bug when using unique indexes, which is now fixed an= d has a testcase.
#-= ---------------------------------- 0.18 -----------------------------------= -
[fixed] Thanks to a bug report by=A0https://github.com/MickeyKim=A0, was no= tified
=A0 =A0 and received an interim patch for a bug that could cause delet= ed entities
=A0 =A0 to be resurrected on session.commit() or sess= ion.flush() . This has now
=A0 =A0 been fixed and a testcase has = been added.
#----------------------------------- 0.17 ----------------------------= --------
[added] LGPL 3 licensing option.

--047d7b624cbe5c6ab604e63a4c30--