{ "info": { "author": "Niels Christensen", "author_email": "nhc@mayacs.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Libraries" ], "description": "rdflib-appengine\n================\n\nThis aim of this project is to allow rdflib, the Python RDF library, to be deployed on Google App Engine (GAE) with data be persisted in the NDB storage.\n\nAll use is at your own risk.\n\nTo use this project your application should run on GAE using Python 2.7.\n\nAssuming that you are familiar with rdflib (https://rdflib.readthedocs.org/en/latest/), to get started with this project, simply create a graph like this:\n\n.. code:: python\n\n from rdflib import Graph\n from rdflib_appengine.ndbstore import NDBStore\n g = Graph(store = NDBStore(identifier = 'my_first_store'))\n\nSee https://github.com/mr-niels-christensen/rdflib-appengine and https://semanticwebrecipes.wordpress.com/2015/01/09/triple-store-in-the-cloud/ for further information.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mr-niels-christensen/rdflib-appengine", "keywords": "semantic-web rdf rdflib google-app-engine gae ndb", "license": "Apache 2.0", "maintainer": null, "maintainer_email": null, "name": "rdflib-appengine", "package_url": "https://pypi.org/project/rdflib-appengine/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/rdflib-appengine/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/mr-niels-christensen/rdflib-appengine" }, "release_url": "https://pypi.org/project/rdflib-appengine/1.2.0/", "requires_dist": null, "requires_python": null, "summary": "Python distributible for using rdflib with NDB", "version": "1.2.0" }, "last_serial": 1422023, "releases": { "1.2.0": [ { "comment_text": "", "digests": { "md5": "c1ea1f7d9aeb902ce36a64b6ee908f30", "sha256": "5400f994794bb639e49326a1c1bdd042fb6f0530410d99586835a73481827532" }, "downloads": -1, "filename": "rdflib_appengine-1.2.0-py2-none-any.whl", "has_sig": false, "md5_digest": "c1ea1f7d9aeb902ce36a64b6ee908f30", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 9576, "upload_time": "2015-02-13T14:04:17", "url": "https://files.pythonhosted.org/packages/02/5c/4bcf60418f9c6474cdee30fc0c0d9becdaa535301ebf2885e52a390bb07d/rdflib_appengine-1.2.0-py2-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c1ea1f7d9aeb902ce36a64b6ee908f30", "sha256": "5400f994794bb639e49326a1c1bdd042fb6f0530410d99586835a73481827532" }, "downloads": -1, "filename": "rdflib_appengine-1.2.0-py2-none-any.whl", "has_sig": false, "md5_digest": "c1ea1f7d9aeb902ce36a64b6ee908f30", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 9576, "upload_time": "2015-02-13T14:04:17", "url": "https://files.pythonhosted.org/packages/02/5c/4bcf60418f9c6474cdee30fc0c0d9becdaa535301ebf2885e52a390bb07d/rdflib_appengine-1.2.0-py2-none-any.whl" } ] }