{ "info": { "author": "Evan Buswell", "author_email": "evan.buswell@accellion.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Other Environment", "Intended Audience :: Developers", "Intended Audience :: Other Audience", "License :: OSI Approved", "License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)", "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Operating System :: OS Independent", "Operating System :: POSIX", "Operating System :: POSIX :: Linux", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Database", "Topic :: Database :: Database Engines/Servers", "Topic :: Database :: Front-Ends", "Topic :: Software Development", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System :: Clustering", "Topic :: System :: Distributed Computing" ], "description": "Gobpersist (Generic OBject PERSISTence) is an object persistence layer\nfor NoSQL, but it is also much more than that.\n\nGobpersist is modeled on the Django persistence layer, and in use\nyou'll find that it mostly behaves like a conventional\nobject/relational mapper (ORM). However, unlike a conventional ORM,\nGobpersist does not insist that its data storage engine implements\nSQL, or that it follows a relational model at all. Despite this,\nGobpersist intends to provide:\n\n* A complete SQL-like interface to querying its data.\n* ORM-style object peristence.\n* Atomic commits, depending on the atomicity of the back end.\n* Transparent support for caching.\n* Optional support for a separate storage engine to support very large\n blobs.\n* Quick and easy development of interfaces to any back end.\n\nAll documentation is in the \"docs\" directory and online at\nhttp://accellion.github.com/gobpersist.\n\nTo contribute to Gobpersist, or to get more help:\n\n* Join the gobpersist mailing list, or read the archives, at\n http://groups.google.com/group/gobpersist.\n\nGobpersist was developed by `Accellion `_ and\nis released under the LGPLv2.1 license.", "description_content_type": null, "docs_url": null, "download_url": "http://github.com/accellion/gobpersist/downloads", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://accellion.github.com/gobpersist", "keywords": "database,NoSQL,ORM,O/RM,gobpersist,gob", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "Gobpersist", "package_url": "https://pypi.org/project/Gobpersist/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Gobpersist/", "project_urls": { "Download": "http://github.com/accellion/gobpersist/downloads", "Homepage": "http://accellion.github.com/gobpersist" }, "release_url": "https://pypi.org/project/Gobpersist/0.1dev/", "requires_dist": null, "requires_python": null, "summary": "Generic OBject Persistence---an ORM-like interface to NoSQL (or SQL)", "version": "0.1dev" }, "last_serial": 450777, "releases": { "0.1dev": [] }, "urls": [] }