{ "info": { "author": "Risto Stevcev", "author_email": "risto1@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3.4", "Topic :: Internet", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: User Interfaces" ], "description": "=======\nFilmMap\n=======\n\nFilmMap is an API to find movies that are playing in the San Francisco area. Feel free to fork the repository and\nuse it for your own data sets!\n\nQuick start\n-----------\n\n\n1. Add \"filmmap\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = (\n ...\n 'filmmap',\n )\n\n2. Include the filmmap URLconfs in your project urls.py like this::\n\n urlpatterns = patterns('',\n url(r'^', include('filmmap.urls', namespace='filmmap')),\n url(r'^admin/', include(admin.site.urls)),\n )\n\n3. Run ``python manage.py syncdb`` to create the filmmap models.\n\n4. Run ``python manage.py update_films https://data.sfgov.org/resource/yitu-d5am.json`` to update the films database.\n\n5. Visit http://127.0.0.1:8000/filmmap/ to run the application!\n\n6. Feel free to fork the repository_ and create an API for your own data sets. Modify the api view in `views.py`, the\n the admin comment `update_films.py`, and the models in `models.py` to reflect your particular data set. \n\n.. _repository: http://github.com/Risto-Stevcev/django-filmmap", "description_content_type": null, "docs_url": "https://pythonhosted.org/django-filmmap/", "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Risto-Stevcev/django-filmmap", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-filmmap", "package_url": "https://pypi.org/project/django-filmmap/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-filmmap/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/Risto-Stevcev/django-filmmap" }, "release_url": "https://pypi.org/project/django-filmmap/0.1/", "requires_dist": null, "requires_python": null, "summary": "An API to find movies that are playing in the San Francisco area.", "version": "0.1" }, "last_serial": 1043948, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "90765ee6c7dc66521ababf9dfaf8b967", "sha256": "e922b117a32138d1809b8d620314c71dbc4e1b713bff3cc609536c2585fe381c" }, "downloads": -1, "filename": "django-filmmap-0.1.tar.gz", "has_sig": false, "md5_digest": "90765ee6c7dc66521ababf9dfaf8b967", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8446, "upload_time": "2014-03-28T00:15:07", "url": "https://files.pythonhosted.org/packages/56/e7/e97069e9c9d21f47a188d847f3c67fe6e416cea98949ae7e9bb3aeb97444/django-filmmap-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "90765ee6c7dc66521ababf9dfaf8b967", "sha256": "e922b117a32138d1809b8d620314c71dbc4e1b713bff3cc609536c2585fe381c" }, "downloads": -1, "filename": "django-filmmap-0.1.tar.gz", "has_sig": false, "md5_digest": "90765ee6c7dc66521ababf9dfaf8b967", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8446, "upload_time": "2014-03-28T00:15:07", "url": "https://files.pythonhosted.org/packages/56/e7/e97069e9c9d21f47a188d847f3c67fe6e416cea98949ae7e9bb3aeb97444/django-filmmap-0.1.tar.gz" } ] }