Metadata-Version: 1.0
Name: pygoo
Version: 0.1.3
Summary: PyGoo is an Object-Graph mapper, similar to SQLAlchemy but for graph DBs
Home-page: http://gitorious.org/pygoo
Author: Nicolas Wack
Author-email: wackou@gmail.com
License: GPLv3
Description: PyGoo
        ==========================
        
        PyGoo is an object-mapper for graph databases, such as `Neo4j`_.
        It achieves the same goal as other object-mappers such as SQLAlchemy,
        but uses graph databases as its backend.
        It can also work as standalone mode, where there is no synchronization
        with an underlying database but all the data is kept in memory.
        
        *Note*: at the moment there is still no backend available, only in-memory graphs
        are allowed
        
        .. _`Neo4j`: http://neo4j.org
        
        
        .. This is your project NEWS file which will contain the release notes.
        .. Example: http://www.python.org/download/releases/2.6/NEWS.txt
        .. The content of this file, along with README.rst, will appear in your
        .. project's PyPI page.
        
        News
        ====
        
        0.1.3
        -----
        
        *Release date: 22-Jan-2011*
        
        * Fixed a few bugs, should now allow to run Smewt 0.2.
        
        0.1.2
        -----
        
        *Release date: 5-Dec-2010*
        
        * Fixed NEWS.rst file so that PyPI page doesn't look like crap.
        
        
        0.1.1
        -----
        
        *Release date: 3-Dec-2010*
        
        * Fixed previous release which somehow managed to not get the
          mentioned fixes...
        
        0.1
        ---
        
        *Release date: 1-Dec-2010*
        
        * first release that allows to have Smewt working. Still lots of
          issues to fix (esp. regarding performance), but it works!
        
        
        0.1a1
        -----
        
        *Release date: 26-Sep-2010*
        
        * first released development version; still not-so-nice codebase, but
          has the minimum required to run Smewt without apparent bugs
        
        
Keywords: pygoo object graph mapper
Platform: UNKNOWN
