{ "info": { "author": "Yigal Duppen", "author_email": "yigal@publysher.nl", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "rdflib-django\n=============\n\nA store implementation for `rdflib`_ that uses Django as its backend.\n\nThe current implementation is context-aware but not formula-aware.\nFurthermore, performance has not yet been considered.\n\nThe implementation assumes that contexts are used for named graphs.\n\n.. image:: https://secure.travis-ci.org/publysher/rdflib-django.png\n :target: https://travis-ci.org/#!/publysher/rdflib-django\n\nQuick start\n-----------\n\nInstall rdflib-django with your package manager:\n\n::\n\n pip install rdflib-django\n\nAdd ``rdflib_django`` to your ``INSTALLED_APPS``:\n\n::\n\n INSTALLED_APPS = (\n # other apps\n 'rdflib_django'.\n )\n\nYou can now use the following examples to obtain a graph.\n\nGetting a graph using rdflib's store API:\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n::\n\n from rdflib import Graph\n graph = Graph('Django')\n graph.open(create=True)\n\nThis example will give you a graph identified by a blank node within the\ndefault store.\n\nGetting a conjunctive graph using rdflib's store API:\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n::\n\n from rdflib import ConjunctiveGraph\n graph = ConjunctiveGraph('Django')\n\nThis example will give you a conjunctive graph in the default store.\n\nGetting a named graph using rdflib-django's API:\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n::\n\n from rdflib_django import utils\n graph = utils.get_named_graph('http://example.com')\n\nGetting the conjunctive graph using rdflib-django's API:\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n::\n\n from rdflib_django import utils\n graph = utils.get_conjunctive_graph()\n\nManagement commands\n-------------------\n\n``rdflib-django`` includes two management commands to import and export\nRDF:\n\n::\n\n $ python manage.py import_rdf --context=http://example.com my_file.rdf\n $ python manage.py export_rdf --context=http://example.com\n\nLicense\n-------\n\n``rdflib-django`` is licensed under the `MIT license`_.\n\n.. _rdflib: http://pypi.python.org/pypi/rdflib/\n.. _MIT license: https://raw.github.com/publysher/rdflib-django/master/LICENSE", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/publysher/rdflib-django", "keywords": "django rdf rdflib store", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "rdflib-django", "package_url": "https://pypi.org/project/rdflib-django/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/rdflib-django/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/publysher/rdflib-django" }, "release_url": "https://pypi.org/project/rdflib-django/0.3/", "requires_dist": null, "requires_python": null, "summary": "Store implementation for RDFlib using Django models as its backend", "version": "0.3" }, "last_serial": 798603, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "7d3e847b7842f5603f3a24c8969c2294", "sha256": "e5ad965e32acdfa581bcd8a647c21a7f5565498ecce5d68b02d5c90ceb7c4855" }, "downloads": -1, "filename": "rdflib_django-0.1-py2.7.egg", "has_sig": false, "md5_digest": "7d3e847b7842f5603f3a24c8969c2294", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 38214, "upload_time": "2012-09-29T08:58:59", "url": "https://files.pythonhosted.org/packages/b8/45/3dd52dda1e443a3376c7e10c2011abf99e50f4e7870f1621bea2ac0494d4/rdflib_django-0.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "2f5affe8ac06698df51c28d506a9a8e6", "sha256": "af4a17a2beb2d083ca2ea092404360f7f71beb566806ae024a94e697e012cb13" }, "downloads": -1, "filename": "rdflib-django-0.1.tar.gz", "has_sig": false, "md5_digest": "2f5affe8ac06698df51c28d506a9a8e6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12849, "upload_time": "2012-09-29T08:58:57", "url": "https://files.pythonhosted.org/packages/7c/83/92dba5b317e7b68f94ebedb22c33d00037bd928119d8c724c6cbde5d2880/rdflib-django-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "8c86e3ebc09f9c55d2d0dc08004d1b23", "sha256": "932ae5ef2491adc3911c40b3a25dc02d8579594a926e06e54fbdf67cf9db2cb8" }, "downloads": -1, "filename": "rdflib_django-0.1.1-py2.7.egg", "has_sig": false, "md5_digest": "8c86e3ebc09f9c55d2d0dc08004d1b23", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 38256, "upload_time": "2012-09-29T09:14:11", "url": "https://files.pythonhosted.org/packages/a3/6e/dda8b3436ff599a88ffe535812fa47b88817639cdbb843a66765a3355565/rdflib_django-0.1.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "2d3c425d4c50585381af94e89cc20bf1", "sha256": "797da118e1f0ef5d54a690f29f7238d7c26e15fa0f034906e1172218541d40a4" }, "downloads": -1, "filename": "rdflib-django-0.1.1.tar.gz", "has_sig": false, "md5_digest": "2d3c425d4c50585381af94e89cc20bf1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12986, "upload_time": "2012-09-29T09:14:10", "url": "https://files.pythonhosted.org/packages/f3/ff/9bec0c9fba2bcdd86488b34d23c500ddcd66fd1ec4f2dc6b243388e4c40b/rdflib-django-0.1.1.tar.gz" } ], "0.2.dev-201210011245": [ { "comment_text": "", "digests": { "md5": "ee8d9d8455a7e0eb419619510c458b23", "sha256": "691c2a93cae8aa33d01439ab5ee8a263e897872d71d57a5df046a85a0e55712a" }, "downloads": -1, "filename": "rdflib_django-0.2.dev_201210011245-py2.7.egg", "has_sig": false, "md5_digest": "ee8d9d8455a7e0eb419619510c458b23", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 38236, "upload_time": "2012-10-01T10:45:53", "url": "https://files.pythonhosted.org/packages/c8/c0/c3ff96cbb1f108fb0a6031879978a7aba02a21f0f5fc72ec93ac6fbd5549/rdflib_django-0.2.dev_201210011245-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "437f178f415d88ddb1ff8f136e739f46", "sha256": "d2b753ab66cad04dcaf8454ae8a6c26692bbd8f2e7f874f5732e901cbeeaa618" }, "downloads": -1, "filename": "rdflib-django-0.2.dev-201210011245.tar.gz", "has_sig": false, "md5_digest": "437f178f415d88ddb1ff8f136e739f46", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13101, "upload_time": "2012-10-01T10:45:48", "url": "https://files.pythonhosted.org/packages/db/4b/97cf24da704c64dffec5a23b5e3fc9dd2bdf8ac6e4d825679265832ec791/rdflib-django-0.2.dev-201210011245.tar.gz" } ], "0.2.dev-201210060903": [ { "comment_text": "", "digests": { "md5": "8e6f3c0772326116f9da40466e3db9bb", "sha256": "336c815c8b50daa10d403cb5990973f369c185c9c590820df25cc5455035d4dd" }, "downloads": -1, "filename": "rdflib_django-0.2.dev_201210060903-py2.7.egg", "has_sig": false, "md5_digest": "8e6f3c0772326116f9da40466e3db9bb", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 42656, "upload_time": "2012-10-06T07:03:52", "url": "https://files.pythonhosted.org/packages/47/55/80cd1c89f34ebd200c3c8a40297fc1cf37f305af80bd34c4621a4626219a/rdflib_django-0.2.dev_201210060903-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "27175a9653b3782812a9077c8f0ddf0d", "sha256": "db09396f76ded5629c135d3a5d4172ced2a7c59770ceb5e10559b656ea0a22a9" }, "downloads": -1, "filename": "rdflib-django-0.2.dev-201210060903.tar.gz", "has_sig": false, "md5_digest": "27175a9653b3782812a9077c8f0ddf0d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14863, "upload_time": "2012-10-06T07:03:50", "url": "https://files.pythonhosted.org/packages/7d/81/76f9a15bf4994b8570c0c7aedfff0a9c6e1c37407524e40be5a31e9556a5/rdflib-django-0.2.dev-201210060903.tar.gz" } ], "0.2.dev-201210061248": [ { "comment_text": "", "digests": { "md5": "ab4436735c22d7caf36d7fba9fcda092", "sha256": "5f6987f85597fdb8ecd82a5de1602946fe9c772b9fb147de2624078749d1aa41" }, "downloads": -1, "filename": "rdflib_django-0.2.dev_201210061248-py2.7.egg", "has_sig": false, "md5_digest": "ab4436735c22d7caf36d7fba9fcda092", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 45150, "upload_time": "2012-10-06T10:49:04", "url": "https://files.pythonhosted.org/packages/9c/4e/7ec6437327414487710bb8142c6fa2207bb18f37c4c09e830bb1dc138f22/rdflib_django-0.2.dev_201210061248-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "fedac59af321973727e7f97930b6040e", "sha256": "371d49ea8b71cafe6189e1a053973aa5968b37af2f91366b03fa4c35bc5bab65" }, "downloads": -1, "filename": "rdflib-django-0.2.dev-201210061248.tar.gz", "has_sig": false, "md5_digest": "fedac59af321973727e7f97930b6040e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15554, "upload_time": "2012-10-06T10:49:00", "url": "https://files.pythonhosted.org/packages/dd/93/5e952f95369d4719e75a8af702bfd2d949ccdcae0ca98f6ab179d6e00857/rdflib-django-0.2.dev-201210061248.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "2d6ebf0d2a777ab6616f52bcd9dd6f88", "sha256": "d4691b34f768f8bbddf625f69a51ca23d0032908ae70292729307a93c90738ee" }, "downloads": -1, "filename": "rdflib_django-0.3-py2.7.egg", "has_sig": false, "md5_digest": "2d6ebf0d2a777ab6616f52bcd9dd6f88", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 42376, "upload_time": "2012-10-25T10:25:17", "url": "https://files.pythonhosted.org/packages/09/82/e0643977c1cdcc8612f60738c6809c0ee6eaaa19b67295729fbe35ca2a5a/rdflib_django-0.3-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "aaca7730507620a6d27241296f59cac1", "sha256": "de018e11e4dc70aeaf292f956896f25f1f05f99643e0fcc1fc3c1cd9ddfc9e31" }, "downloads": -1, "filename": "rdflib-django-0.3.tar.gz", "has_sig": false, "md5_digest": "aaca7730507620a6d27241296f59cac1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14534, "upload_time": "2012-10-25T10:25:16", "url": "https://files.pythonhosted.org/packages/9f/11/961f8fc32c7fe945b08031c310c265cb37a05c7e3efa6dedd4a9927ba3c1/rdflib-django-0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2d6ebf0d2a777ab6616f52bcd9dd6f88", "sha256": "d4691b34f768f8bbddf625f69a51ca23d0032908ae70292729307a93c90738ee" }, "downloads": -1, "filename": "rdflib_django-0.3-py2.7.egg", "has_sig": false, "md5_digest": "2d6ebf0d2a777ab6616f52bcd9dd6f88", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 42376, "upload_time": "2012-10-25T10:25:17", "url": "https://files.pythonhosted.org/packages/09/82/e0643977c1cdcc8612f60738c6809c0ee6eaaa19b67295729fbe35ca2a5a/rdflib_django-0.3-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "aaca7730507620a6d27241296f59cac1", "sha256": "de018e11e4dc70aeaf292f956896f25f1f05f99643e0fcc1fc3c1cd9ddfc9e31" }, "downloads": -1, "filename": "rdflib-django-0.3.tar.gz", "has_sig": false, "md5_digest": "aaca7730507620a6d27241296f59cac1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14534, "upload_time": "2012-10-25T10:25:16", "url": "https://files.pythonhosted.org/packages/9f/11/961f8fc32c7fe945b08031c310c265cb37a05c7e3efa6dedd4a9927ba3c1/rdflib-django-0.3.tar.gz" } ] }