{ "info": { "author": "Tomasz Jakub Rup", "author_email": "tomasz.rup@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Multimedia :: Video", "Topic :: Software Development", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Utilities" ], "description": "# django-evostream\n\n[![Code Climate](https://codeclimate.com/github/tomi77/django-evostream/badges/gpa.svg)](https://codeclimate.com/github/tomi77/django-evostream)\n\n## Installation\n\nInstall package via `pip`:\n\n pip install django-evostream\n\nActivate `Django` application:\n\n INSTALLED_APPS = (\n ...\n 'evostream',\n ...\n )\n\nSetup `EvoStream` HTTP API address:\n\n EVOSTREAM_URL = '127.0.0.1:7777'\n\n## API Usage\n\n from evostream.commands import list_streams\n\n print list_streams()\n\n## CLI Usage\n\n`django-evostream` provide `Django` commands to manage `EvoStream`.\n\nExample:\n\n ./manage.py liststreams\n\n## Documentation\n\nhttp://pythonhosted.org/django-evostream/", "description_content_type": null, "docs_url": "https://pythonhosted.org/django-evostream/", "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/tomi77/django-evostream", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "django-evostream", "package_url": "https://pypi.org/project/django-evostream/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-evostream/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/tomi77/django-evostream" }, "release_url": "https://pypi.org/project/django-evostream/0.1b2/", "requires_dist": null, "requires_python": null, "summary": "Manage EvoStream Media Server", "version": "0.1b2" }, "last_serial": 2419541, "releases": { "0.1b2": [ { "comment_text": "", "digests": { "md5": "92e651ab252c6650723c60b7ce0c70e8", "sha256": "5bac1e1a074de392a11ec5168545522561ca1907f0f3af3f76a4d9d1ad88d5d8" }, "downloads": -1, "filename": "django_evostream-0.1b2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "92e651ab252c6650723c60b7ce0c70e8", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 10530, "upload_time": "2016-02-20T19:04:43", "url": "https://files.pythonhosted.org/packages/79/21/33de6497f256884f3dc8c0d00145bbe650ca2b519e413158109ad8d47495/django_evostream-0.1b2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c177e2f39f4040bb1a34d23c523fc88b", "sha256": "7cdb5f5c2fd721cb0a87e42d894b0f8d236f385f76ca706d6a079dd5135d0be5" }, "downloads": -1, "filename": "django-evostream-0.1b2.tar.gz", "has_sig": false, "md5_digest": "c177e2f39f4040bb1a34d23c523fc88b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7657, "upload_time": "2016-02-20T19:04:32", "url": "https://files.pythonhosted.org/packages/75/e2/d82f039eaf2399382e3b60ecd4a0b7e56d89c239c073ff0bfd4f76ee9baa/django-evostream-0.1b2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "92e651ab252c6650723c60b7ce0c70e8", "sha256": "5bac1e1a074de392a11ec5168545522561ca1907f0f3af3f76a4d9d1ad88d5d8" }, "downloads": -1, "filename": "django_evostream-0.1b2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "92e651ab252c6650723c60b7ce0c70e8", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 10530, "upload_time": "2016-02-20T19:04:43", "url": "https://files.pythonhosted.org/packages/79/21/33de6497f256884f3dc8c0d00145bbe650ca2b519e413158109ad8d47495/django_evostream-0.1b2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c177e2f39f4040bb1a34d23c523fc88b", "sha256": "7cdb5f5c2fd721cb0a87e42d894b0f8d236f385f76ca706d6a079dd5135d0be5" }, "downloads": -1, "filename": "django-evostream-0.1b2.tar.gz", "has_sig": false, "md5_digest": "c177e2f39f4040bb1a34d23c523fc88b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7657, "upload_time": "2016-02-20T19:04:32", "url": "https://files.pythonhosted.org/packages/75/e2/d82f039eaf2399382e3b60ecd4a0b7e56d89c239c073ff0bfd4f76ee9baa/django-evostream-0.1b2.tar.gz" } ] }