{ "info": { "author": "Youngwoon Lee", "author_email": "lywoon89@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: MIT License", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 3", "Topic :: Internet :: WWW/HTTP :: HTTP Servers" ], "description": "# videoboard\n\nSimple http server for visualizing videos and images.\n\nVideoboard launches a http server which recursively searches directories and shows all videos and images grouped by directory.\nIt supports videos and images with extensions `mp4`, `png`, `jpg`, `jpeg`, and `gif`.\n\n![Screenshot: videoboard](screenshot.png)\n\n> This repo is initiated to check training and testing results for Reinforcement Learning research.
\n> Using Python's SimpleHTTPServer requires me to navigate forward and backward. \n> It is especially annoying when multiple experiments are running.
\n> Videoboard makes visualizing videos from multiple directories much easier.\n\n\n## Usage\n\n1. Run videoboard:\n```\n$ videoboard\n```\n\nOptions:\n\n* `--logdir` : Directory where videoboard will look for videos and images recursively\n* `--port` : Port number\n* `--height` : Maximum height of image/video\n* `--width` : Maximum width of image/video\n* `--file_name_length` : Maximum length of file name shown in videoboard\n* `--recursive` : Search files recursively\n* `--display` : Display videos and images\n\n2. Check the website at `http://127.0.0.1:8000` or `http://[server]:[port]`.\nWhenever click a directory, videos and images inside will be reloaded.\n\n\n## Installation\n*Only work on Python3*\n\nInstall from pip:\n```\npip install videoboard\n# or pip3 install videoboard\n```\n\nInstall from the latest code:\n```\ngit clone https://github.com/youngwoon/videoboard.git\ncd videoboard\npip install -e .\n```\n\n## License\n\n[MIT License](LICENSE)\n\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/youngwoon/videoboard", "keywords": "http.server video image", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "videoboard", "package_url": "https://pypi.org/project/videoboard/", "platform": "", "project_url": "https://pypi.org/project/videoboard/", "project_urls": { "Homepage": "https://github.com/youngwoon/videoboard" }, "release_url": "https://pypi.org/project/videoboard/0.1.1/", "requires_dist": null, "requires_python": ">=3", "summary": "Launch a simple http server for visualizing videos and images", "version": "0.1.1" }, "last_serial": 4392323, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "c26bfa7b0f2d63b03856f8a6155679f4", "sha256": "0b4451135397f2567ed1a925390f9681a9f0518aef1c17733e4abd20d87c4552" }, "downloads": -1, "filename": "videoboard-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "c26bfa7b0f2d63b03856f8a6155679f4", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 7239, "upload_time": "2018-10-14T06:26:40", "url": "https://files.pythonhosted.org/packages/62/df/d49a4421bcfe67224a84952fb57212e59113cdc1854b8507175a821adae3/videoboard-0.1.0-py3-none-any.whl" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "3d2896f17a3c832c615574f8e6abf881", "sha256": "519d33977d2804b7f0e39a38e2e700da6fff43f8e0f24ad5131241741e74bfeb" }, "downloads": -1, "filename": "videoboard-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "3d2896f17a3c832c615574f8e6abf881", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 7792, "upload_time": "2018-10-19T00:04:56", "url": "https://files.pythonhosted.org/packages/ec/6e/144f677442c67ed349ba652a55d8bd67fab079f954c15e000ea074349b2b/videoboard-0.1.1-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3d2896f17a3c832c615574f8e6abf881", "sha256": "519d33977d2804b7f0e39a38e2e700da6fff43f8e0f24ad5131241741e74bfeb" }, "downloads": -1, "filename": "videoboard-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "3d2896f17a3c832c615574f8e6abf881", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 7792, "upload_time": "2018-10-19T00:04:56", "url": "https://files.pythonhosted.org/packages/ec/6e/144f677442c67ed349ba652a55d8bd67fab079f954c15e000ea074349b2b/videoboard-0.1.1-py3-none-any.whl" } ] }