{ "info": { "author": "Corey Oordt", "author_email": "coreyoordt@gmail.com", "bugtrack_url": null, "classifiers": [ "Framework :: Django" ], "description": "MEDIA STREAM SERVICE\n\nGoal: To create a service that will:\n - Aggregate the search for media from disparate sources asynchronously\n - Provide a feed for the results for internal or external clients\n\nRequires a backgrond job to run and collect the items\nRequires a URL to the feed\nRequires a URL to the page for the stream\n\nModels:\n\n Services:\n ?? iNaturalist, YourShot, Instagram, flickr, etc.\n\n Media Stream - An aggregation (with configurable refresh) of media from one or more sources based on search terms\n\n Media - Information about an individual media item for a stream found on a service.\n\n Service audit - Information about the results of a job\n\n\nFeed\n\n /slug-name/feed?count=&page=&since=\n [{\n 'title': '',\n 'description': '',\n 'when_taken': 'YYYY-MM-DD HH:MM:SS +4:????',\n 'latitude': 0.0,\n 'longitude': 0.0,\n 'service': '',\n 'license': '',\n 'artist': '',\n 'tags': '',\n 'media_type': '',\n 'media_url': '',\n 'media_width': 0,\n 'media_height': 0,\n 'service_url': ''\n }, ...]\n /slug-name/status\n [{\n 'service': '',\n 'last_ran': 'YYYY-MM-DD HH:MM:SS +4:????',\n 'success': true,\n 'error': ''\n }, ...]", "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/Natgeoed/django-mediastream", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-mediastream", "package_url": "https://pypi.org/project/django-mediastream/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-mediastream/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/Natgeoed/django-mediastream" }, "release_url": "https://pypi.org/project/django-mediastream/0.2.1/", "requires_dist": null, "requires_python": null, "summary": "mediastream", "version": "0.2.1" }, "last_serial": 2026761, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "60aa07e29ea409f0fa1295cf8a898d3f", "sha256": "6a4473d53c04b2f698fe3c723ad8308aa439d57da529a33329df022e68616345" }, "downloads": -1, "filename": "django_mediastream-0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "60aa07e29ea409f0fa1295cf8a898d3f", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 29883, "upload_time": "2016-03-22T15:44:48", "url": "https://files.pythonhosted.org/packages/0e/5d/b6c59b4d2a418814b1cbb319ea181585adcb2d742b154e4b0a7482c76ab6/django_mediastream-0.1-py2-none-any.whl" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "6d0993190dbf9eb51feebea5e5f98bbf", "sha256": "c1e1fa8fabd5674998417c05cf33abca67f18bd259cab8ae343bb179bf0f47ad" }, "downloads": -1, "filename": "django_mediastream-0.2-py2-none-any.whl", "has_sig": false, "md5_digest": "6d0993190dbf9eb51feebea5e5f98bbf", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 30414, "upload_time": "2016-03-22T18:47:42", "url": "https://files.pythonhosted.org/packages/64/1f/e7fe2b1b0f550c2e472b98835307058f32ff11a448f352ad43bd26c8be47/django_mediastream-0.2-py2-none-any.whl" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "6713da942e3d674350920dd4c3ecd0ec", "sha256": "a6ab2e5107ee322e8f71bdba53bd964c815306852704a9c7a8f77039a6e6c555" }, "downloads": -1, "filename": "django_mediastream-0.2.1-py2-none-any.whl", "has_sig": false, "md5_digest": "6713da942e3d674350920dd4c3ecd0ec", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 30482, "upload_time": "2016-03-25T12:36:48", "url": "https://files.pythonhosted.org/packages/a5/a3/7c3a0d484e9a56150dacc8ab2934869bdbddd72cbe42825faad191c3ea29/django_mediastream-0.2.1-py2-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6713da942e3d674350920dd4c3ecd0ec", "sha256": "a6ab2e5107ee322e8f71bdba53bd964c815306852704a9c7a8f77039a6e6c555" }, "downloads": -1, "filename": "django_mediastream-0.2.1-py2-none-any.whl", "has_sig": false, "md5_digest": "6713da942e3d674350920dd4c3ecd0ec", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 30482, "upload_time": "2016-03-25T12:36:48", "url": "https://files.pythonhosted.org/packages/a5/a3/7c3a0d484e9a56150dacc8ab2934869bdbddd72cbe42825faad191c3ea29/django_mediastream-0.2.1-py2-none-any.whl" } ] }