{ "info": { "author": "Nicholas Tollervey", "author_email": "dev@fluidinfo.com", "bugtrack_url": null, "classifiers": [], "description": "django-fluidinfo\n================\n\n(c) FluidInfo 2011\ndev@fluidinfo.com\n\nLicense: New BSD License\n\nBridging Django to Fluidinfo with FOM\n-------------------------------------\n\nThe purpose of this package is to make it easy to use\n`FOM `_ to define models for\nDjango based applications that need to make use of\n`Fluidinfo `_ as their database backend (instead of a\ntraditional relational database).\n\nTo read the full documentation make sure you have\n`Sphinx `_ installed, change to the doc directory and\ntype::\n\n make html\n\nAlternatively, you can view the documentation online here:\n\n`http://packages.python.org/django-fluidinfo/ `_\n\nHow..?\n-------\n\nIt works by wrapping the FOM based classes in Django-esque classes so you can\ndo the following::\n\n from django_fluidinfo import models\n \n class foo(models.Model):\n bar = models.CharField('test/namespace/bar_tag')\n baz = models.IntegerField('test/namespace/baz_tag')\n\nThese models can then be used with specially created ModelForms that\nfunction in a similar fashion to the traditional Django ModelForms::\n\n from django_fluidinfo.forms import ModelForm\n\n class FooForm(ModelForm):\n class Meta:\n model = Foo\n\nTake a look in the django_fluidinfo/tests.py file for example usage. Expect\nmore comprehensive documentation very soon.\n\nWhile this doesn't reflect the dynamic nature of Fluidinfo's schema I'd like to\npoint out that my aim is to give Djangonaughts a familiar \"no brainer\" route\nto using Fluidinfo.\n\nI expect them to dig into FOM once they grok what Fluidinfo is about. ;-)\n\nComments and feedback most welcome!", "description_content_type": null, "docs_url": "https://pythonhosted.org/django-fluidinfo/", "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://fluidinfo.com/", "keywords": null, "license": "LICENSE.txt", "maintainer": null, "maintainer_email": null, "name": "django-fluidinfo", "package_url": "https://pypi.org/project/django-fluidinfo/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-fluidinfo/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://fluidinfo.com/" }, "release_url": "https://pypi.org/project/django-fluidinfo/0.2.1/", "requires_dist": null, "requires_python": null, "summary": "Provides a familiar interface for using Fluidinfo within Django projects", "version": "0.2.1" }, "last_serial": 789674, "releases": { "0.2.1": [ { "comment_text": "", "digests": { "md5": "ba543c6f62580684656c3c5d887fcd1f", "sha256": "510728609adbcbf86f646fcd0436eddd9fd806f464adcfb5b87b16bdf3d3b4a5" }, "downloads": -1, "filename": "django-fluidinfo-0.2.1.tar.gz", "has_sig": false, "md5_digest": "ba543c6f62580684656c3c5d887fcd1f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6409, "upload_time": "2011-02-21T20:46:29", "url": "https://files.pythonhosted.org/packages/3a/3d/b386355d62934ed7d0be166d4993fff01394c281153ed1eae94f517af2f5/django-fluidinfo-0.2.1.tar.gz" }, { "comment_text": "", "digests": { "md5": "ebdda3719b5cea1764bfe3525a3f7d7f", "sha256": "8f9877f842ad3c11d8c98c72679d8086b542bcb39ee396a8f42f92d47ef096f6" }, "downloads": -1, "filename": "django-fluidinfo-0.2.1.zip", "has_sig": false, "md5_digest": "ebdda3719b5cea1764bfe3525a3f7d7f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8934, "upload_time": "2011-02-21T20:46:30", "url": "https://files.pythonhosted.org/packages/22/18/718686b10d3d05881933b7a624c937981dea4ee0ca3ca2f986a194ef6361/django-fluidinfo-0.2.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ba543c6f62580684656c3c5d887fcd1f", "sha256": "510728609adbcbf86f646fcd0436eddd9fd806f464adcfb5b87b16bdf3d3b4a5" }, "downloads": -1, "filename": "django-fluidinfo-0.2.1.tar.gz", "has_sig": false, "md5_digest": "ba543c6f62580684656c3c5d887fcd1f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6409, "upload_time": "2011-02-21T20:46:29", "url": "https://files.pythonhosted.org/packages/3a/3d/b386355d62934ed7d0be166d4993fff01394c281153ed1eae94f517af2f5/django-fluidinfo-0.2.1.tar.gz" }, { "comment_text": "", "digests": { "md5": "ebdda3719b5cea1764bfe3525a3f7d7f", "sha256": "8f9877f842ad3c11d8c98c72679d8086b542bcb39ee396a8f42f92d47ef096f6" }, "downloads": -1, "filename": "django-fluidinfo-0.2.1.zip", "has_sig": false, "md5_digest": "ebdda3719b5cea1764bfe3525a3f7d7f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8934, "upload_time": "2011-02-21T20:46:30", "url": "https://files.pythonhosted.org/packages/22/18/718686b10d3d05881933b7a624c937981dea4ee0ca3ca2f986a194ef6361/django-fluidinfo-0.2.1.zip" } ] }