{ "info": { "author": "Nathan Cahill", "author_email": "nathan@nathancahill.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7" ], "description": "PipeUp\n======\n\nPipeUp is a command line tool for piping to a webpage.\n\n.. code-block:: bash\n\n $ tail -f /var/log/nginx/access.log | pipeup\n\nInstallation\n------------\n\nTo install PipeUp, simply:\n\n.. code-block:: bash\n\n $ pip install pipeup\n\nUsage\n-----\n\nPipe the output of a command to ``pipeup``. See available options by running ``pipeup --help``\n\n.. code-block:: bash\n\n $ command | pipeup\n\nServer\n------\n\nTo run your own server, install PipeUp from source:\n\n.. code-block:: bash\n\n $ git clone git@github.com:nathancahill/pipeup.git\n $ cd pipeup\n $ pip install -r requirements-server.txt\n $ cd pipeup/server\n $ cp config.example.py config.py\n\nEdit ``config.py`` with the complete URL of your server. Then run the Tornado server:\n\n.. code-block:: bash\n\n $ python server.py\n\nTo use the ``pipeup`` client with your server, pass the websocket URL as ``--server``:\n\n.. code-block:: bash\n\n $ command | pipeup --server ws://127.0.0.1:8888/ws\n\nFor a more permanent installation, put Tornado behind Nginx using the ``nginx.conf`` file.\n\nContributing\n------------\n\nPull requests are gladly accepted. Keep it simple.", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/nathancahill/pipeup/tarball/0.1.9", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/nathancahill/pipeup", "keywords": "pipeup,pipe,stream,websockets", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "pipeup", "package_url": "https://pypi.org/project/pipeup/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pipeup/", "project_urls": { "Download": "https://github.com/nathancahill/pipeup/tarball/0.1.9", "Homepage": "http://github.com/nathancahill/pipeup" }, "release_url": "https://pypi.org/project/pipeup/0.1.9/", "requires_dist": null, "requires_python": null, "summary": "A command line tool for piping to a webpage", "version": "0.1.9" }, "last_serial": 1548882, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "3f3f3f23981efe3801307a0b804ed52b", "sha256": "3751a6abb989915d2a5ea5320da5d02dcb2b99ae059a4a9e3ad333aad416e570" }, "downloads": -1, "filename": "pipeup-0.1.1.tar.gz", "has_sig": false, "md5_digest": "3f3f3f23981efe3801307a0b804ed52b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2597, "upload_time": "2015-05-15T18:07:04", "url": "https://files.pythonhosted.org/packages/7a/15/8c0a4ac5c9e5a9525face1d6c46674dcadb07571ef712e98834d8a488ba5/pipeup-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "7dced2500faf9678c49f9f52d4ebd365", "sha256": "8784a408c3ae34e50a5a8a6c25a2d8cf0280f7f5fc6296c067cd842c29d07365" }, "downloads": -1, "filename": "pipeup-0.1.2.tar.gz", "has_sig": false, "md5_digest": "7dced2500faf9678c49f9f52d4ebd365", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2686, "upload_time": "2015-05-15T19:52:07", "url": "https://files.pythonhosted.org/packages/f0/64/f4d76551acb493b3ed81791b9aff339f8d7af9ce798e11b2772857069134/pipeup-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "7e6bad0a5ba3dfa6ef1e21d54c5944d3", "sha256": "36f59eb45a8d17cea9b6eb8161cef02547e5f7b986a6a7d32aca858d65eb094d" }, "downloads": -1, "filename": "pipeup-0.1.3.tar.gz", "has_sig": false, "md5_digest": "7e6bad0a5ba3dfa6ef1e21d54c5944d3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2694, "upload_time": "2015-05-15T19:53:41", "url": "https://files.pythonhosted.org/packages/16/31/52f9732f966c96a9d8a8886e2cd49e11ed94d73af49a6c13e3e58a1aa61e/pipeup-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "d8fe12f957913cbe997321c9a0c83ab7", "sha256": "08b80405ac55997ed359b054bd3d4f32c7a658b4e39b66c4a3dffd3cf2f14b44" }, "downloads": -1, "filename": "pipeup-0.1.4.tar.gz", "has_sig": false, "md5_digest": "d8fe12f957913cbe997321c9a0c83ab7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2707, "upload_time": "2015-05-15T20:50:10", "url": "https://files.pythonhosted.org/packages/b2/5d/8ad5f72869386fafe84ee8f774d23c382b3cfd8398df732d94e3445a5987/pipeup-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "954507e0d7c6bd43ec262d2c97daa09f", "sha256": "07e05dc2acadd8df9ea4a063fbbf9c365531bf58979d71446c89cdc0dc26576c" }, "downloads": -1, "filename": "pipeup-0.1.5.tar.gz", "has_sig": false, "md5_digest": "954507e0d7c6bd43ec262d2c97daa09f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2730, "upload_time": "2015-05-15T21:09:35", "url": "https://files.pythonhosted.org/packages/db/a2/57005c767824de8007e737d154ffb0eab365052c351b1f5ad78b9b7e9079/pipeup-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "ff38862c5d620ccbe5032f1c62d2341d", "sha256": "f53354fa8aa8aa442e3c3692e0efd789c986a95cf02624270185377e93b9be60" }, "downloads": -1, "filename": "pipeup-0.1.6.tar.gz", "has_sig": false, "md5_digest": "ff38862c5d620ccbe5032f1c62d2341d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2725, "upload_time": "2015-05-15T21:21:36", "url": "https://files.pythonhosted.org/packages/4a/a8/0d9b614a18e2a0fba06ec2c207eccae7f43a07115c719c3fde731023cbc5/pipeup-0.1.6.tar.gz" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "07329df3aeefdbdd75e6deea85dd6f47", "sha256": "b6bc1f7f9e016ac8c875b20b87319f52975c65423c7c3d2aead8cdac6baf269f" }, "downloads": -1, "filename": "pipeup-0.1.7.tar.gz", "has_sig": false, "md5_digest": "07329df3aeefdbdd75e6deea85dd6f47", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2732, "upload_time": "2015-05-15T21:35:29", "url": "https://files.pythonhosted.org/packages/40/3c/a3b5ea916c33d28911e8d953851f8298235b8dc85c3ec873ad12c1f4fcbf/pipeup-0.1.7.tar.gz" } ], "0.1.8": [ { "comment_text": "", "digests": { "md5": "fe4553863868672aa5afe5a711b3b5c4", "sha256": "26dd19151137578e7d405d7e9fa0685ca577a54fbb7ad4496ae8683ddecc2f71" }, "downloads": -1, "filename": "pipeup-0.1.8.tar.gz", "has_sig": false, "md5_digest": "fe4553863868672aa5afe5a711b3b5c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2722, "upload_time": "2015-05-15T21:42:45", "url": "https://files.pythonhosted.org/packages/6d/57/1275da6b9c0061efe1b55d620951a0303cd11d434fa645cc397f0c48de14/pipeup-0.1.8.tar.gz" } ], "0.1.9": [ { "comment_text": "", "digests": { "md5": "6237291eaf0be921c5a4df18d4d00d9f", "sha256": "cbb4d4097ce2e6db354cfd4e3c66719ac216edcb5614251a6b8d3a8437cdeabe" }, "downloads": -1, "filename": "pipeup-0.1.9.tar.gz", "has_sig": false, "md5_digest": "6237291eaf0be921c5a4df18d4d00d9f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2744, "upload_time": "2015-05-15T21:52:42", "url": "https://files.pythonhosted.org/packages/33/0f/311f5eb4b3249cdbf21d78ecb7e6937ab24d06eb4998d7c2705847370926/pipeup-0.1.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6237291eaf0be921c5a4df18d4d00d9f", "sha256": "cbb4d4097ce2e6db354cfd4e3c66719ac216edcb5614251a6b8d3a8437cdeabe" }, "downloads": -1, "filename": "pipeup-0.1.9.tar.gz", "has_sig": false, "md5_digest": "6237291eaf0be921c5a4df18d4d00d9f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2744, "upload_time": "2015-05-15T21:52:42", "url": "https://files.pythonhosted.org/packages/33/0f/311f5eb4b3249cdbf21d78ecb7e6937ab24d06eb4998d7c2705847370926/pipeup-0.1.9.tar.gz" } ] }