{ "info": { "author": "National Geographic", "author_email": "appdev@ngs.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "django-feedmapper\n=================\n\ndjango-feedmapper is a library for synchronizing data from feeds with Django models. The process of synchronizing the data requires the use of three pieces: a parser, a mapping, and a schedule.\n\nExample project\n***************\n\nClone this git repo::\n\n git clone git@github.com:natgeo/django-feedmapper.git\n cd django-feedmapper\n\nMake sure you have `virtualenvwrapper`_ installed and create a virtual environment::\n\n mkvirtualenv --no-site-packages --distribute django-feedmapper\n workon django-feedmapper\n\n.. _virtualenvwrapper: http://www.doughellmann.com/docs/virtualenvwrapper/\n\nInstall the requirements::\n\n pip install -r requirements.txt\n\nSynchronize the database and load the dummy data::\n\n cd example\n ./manage.py syncdb\n\nSynchronize the dummy data::\n\n ./manage.py feedmapper_sync\n\nFire up the development server::\n\n ./manage.py runserver\n\nCheck out the feed mapping in the admin at http://localhost:8000/admin/feedmapper/mapping/1/\nand the sync results in the admin at http://localhost:8000/admin/myapp/thing/.\n\nFull documentation\n******************\n\nDocumentation is on Read the Docs: http://readthedocs.org/docs/django-feedmapper/.", "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/natgeo/django-feedmapper", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-feedmapper", "package_url": "https://pypi.org/project/django-feedmapper/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-feedmapper/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/natgeo/django-feedmapper" }, "release_url": "https://pypi.org/project/django-feedmapper/1.0.2/", "requires_dist": null, "requires_python": null, "summary": "A utility for mapping feeds to Django models.", "version": "1.0.2" }, "last_serial": 789635, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "7b027c254747eed4aec21e6787e829ec", "sha256": "2900f04b5aa0b83f657e771baa07f9db1c8e4c371ddfd9641cf17d554b8f5de5" }, "downloads": -1, "filename": "django-feedmapper-1.0.tar.gz", "has_sig": false, "md5_digest": "7b027c254747eed4aec21e6787e829ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15574, "upload_time": "2011-08-30T17:12:19", "url": "https://files.pythonhosted.org/packages/ef/55/ab898c14e9614f927d50d479a6d2d80a46e5af9a76b6559797bf27db17d5/django-feedmapper-1.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "725a227bb5ec64f277274b0904b90e9e", "sha256": "1374b186e07c142d13c82d317feec7e64358a02438260fde034076b46b84fbaf" }, "downloads": -1, "filename": "django-feedmapper-1.0.1.tar.gz", "has_sig": false, "md5_digest": "725a227bb5ec64f277274b0904b90e9e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15429, "upload_time": "2011-08-31T15:32:33", "url": "https://files.pythonhosted.org/packages/74/36/33e4580cfcd1fa6f18f7689e3f0eb89bfae01b5d21691580670fe5e99c75/django-feedmapper-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "8b4d738ddd63b05ae543ed83105090b6", "sha256": "c4bc12d950c7cd629f8990867f7b88ebaa1f76a5a7e1cc9d168d39972e3f9be4" }, "downloads": -1, "filename": "django-feedmapper-1.0.2.tar.gz", "has_sig": false, "md5_digest": "8b4d738ddd63b05ae543ed83105090b6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15574, "upload_time": "2011-09-01T20:24:37", "url": "https://files.pythonhosted.org/packages/e2/77/99bedfd408c9c4dcada3c2ea188e1bb85e4c9012385cea32a0b5ff198d0c/django-feedmapper-1.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8b4d738ddd63b05ae543ed83105090b6", "sha256": "c4bc12d950c7cd629f8990867f7b88ebaa1f76a5a7e1cc9d168d39972e3f9be4" }, "downloads": -1, "filename": "django-feedmapper-1.0.2.tar.gz", "has_sig": false, "md5_digest": "8b4d738ddd63b05ae543ed83105090b6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15574, "upload_time": "2011-09-01T20:24:37", "url": "https://files.pythonhosted.org/packages/e2/77/99bedfd408c9c4dcada3c2ea188e1bb85e4c9012385cea32a0b5ff198d0c/django-feedmapper-1.0.2.tar.gz" } ] }