{ "info": { "author": "Alisue", "author_email": "lambdalisue@hashnote.net", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP" ], "description": "Shareboard\n=============================================================================\n\nShareboard is a local HTTP server which works like clipboard.\nAfter you start the server, you can simply set/get the text data to that\nserver with HTTP communication. It is useful to connect two different process.\n\nShareboard also give you a builtin HTTP viewer to display the data. You can\nuse this HTTP viewer to visualize your HTML text.\n\n\nInstall\n-----------------------------------------------------------------------------\nUse [easy_install][] or [pip][] to install. Follow the command below\n\n $ easy_install shareboard\n\nor\n\n $ pip install shareboard\n\n[easy_install]: http://packages.python.org/distribute/easy_install.html\n[pip]: http://pypi.python.org/pypi/pip\n\n\nUsage\n-----------------------------------------------------------------------------\n\n### Clipboard\n\nThe basic mechanisms of Shareboard is described below. Shareboard use HTTP\nconnection to set/get text data.\n\n Sender === POST: http://localhost:8081/ ==> Shareboard\n Getter <== GET : http://localhost:8081/ === Shareboard\n\nAs I described, Shareboard use local HTTP server so you must start the server\nbefore use. You can start the server with the command below\n\n $ shareboard start\n\nShareboard provide you a small script to set/get text data so you can simply\nset/get data to/from Shareboard with following commands\n\n $ shareboard set \"Hello World\"\n $ shareboard get\n Hello World\n\n#### Clipboard advance\n\nIf you specify, Shareboard automatically run a text modification program\neverytime when you set text data. For example, you can use `sed` to modify\nthe text data with the commands below\n\n $ shareboard start -c 'sed \"s/Hello/Hi/g\"'\n\nWith this shareboard server, data will be modified with the command like below\n\n $ shareboard set \"Hello World\"\n $ shareboard get\n Hi World\n\n### Builtin HTML viewer\n\nShareboard is developed to help a program such as a Markup viewer for vim.\nThat's why it has builtin HTML viewer written in Qt.\nTo enable this feature, you have to install the following libraries\n\n- [Qt](http://qt-project.org/)\n- [PySide](http://qt-project.org/wiki/PySide)\n\nAfter you install these libraries, simply start the Shareboard server with\n`-v` option like\n\n $ shareboard start -v\n \nThe builtin HTML viewer will automatically be refreshed everytime when you set\nnew text data.\n\nSpecial thanks\n-----------------------------------------------------------------------------\n\nShareboard is originally inspired by\n[mkdpreview](https://github.com/mattn/mkdpreview-vim).", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/lambdalisue/Shareboard/tarball/master", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/lambdalisue/Shareboard", "keywords": "http clipboard pipe cui viewer", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "shareboard", "package_url": "https://pypi.org/project/shareboard/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/shareboard/", "project_urls": { "Download": "https://github.com/lambdalisue/Shareboard/tarball/master", "Homepage": "https://github.com/lambdalisue/Shareboard" }, "release_url": "https://pypi.org/project/shareboard/0.1.7/", "requires_dist": null, "requires_python": null, "summary": "A local HTTP server based clipboard like pipe", "version": "0.1.7" }, "last_serial": 1277405, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "1e5ad5785a52b3fcd3a046309bd532eb", "sha256": "66df7ec5e07125580bb9288cd7dd7fb8a0c261e9b694315c4a0bbe621aea09fd" }, "downloads": -1, "filename": "shareboard-0.1.0.tar.gz", "has_sig": false, "md5_digest": "1e5ad5785a52b3fcd3a046309bd532eb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5725, "upload_time": "2013-01-15T01:53:37", "url": "https://files.pythonhosted.org/packages/4a/a1/5b1d6e976fb35a07ca38710f681a49c22b1da21a7766996f8f92e9bf2e5c/shareboard-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "bf808a267a239b3bdf01ac242a7c49b3", "sha256": "fa9fecdefa570c89f14b6d2feb6cbbae30f11c49de736036fa4e323c2ea11c0b" }, "downloads": -1, "filename": "shareboard-0.1.1.tar.gz", "has_sig": false, "md5_digest": "bf808a267a239b3bdf01ac242a7c49b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5816, "upload_time": "2013-01-15T08:23:10", "url": "https://files.pythonhosted.org/packages/cd/e8/98ca60b223bd4ff457d20a9d851d876529f2146f3003fff2c43d1a9ddaec/shareboard-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "faadfcdc427b7ef015cc4649b0136d59", "sha256": "6fbf2d70bf74117689bb28071b4e54cd8e608c1733bae122413b9910eb3f0eb7" }, "downloads": -1, "filename": "shareboard-0.1.2.tar.gz", "has_sig": false, "md5_digest": "faadfcdc427b7ef015cc4649b0136d59", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5987, "upload_time": "2013-01-16T14:01:30", "url": "https://files.pythonhosted.org/packages/f6/07/3d0ab383552d923959be8a9d221aefc9450cc2680ddcc2e1675e167f0344/shareboard-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "f5b88cb555174748a1385b7632f10031", "sha256": "819ac5e6a9103594a6793da8fc9a74bb5efb1791ae2d9fb35311b6e303da29e3" }, "downloads": -1, "filename": "shareboard-0.1.3.tar.gz", "has_sig": false, "md5_digest": "f5b88cb555174748a1385b7632f10031", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5984, "upload_time": "2013-01-16T14:28:31", "url": "https://files.pythonhosted.org/packages/ee/28/8b3730cf1d0937800b34bba07bdb799ca723b13ba02a4dc14e7d3b05b21c/shareboard-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "e5335e1a8ed7128db7b9f8f1baf61b4e", "sha256": "eeef58c3f1c0d8b77f1a4bfedde9ca3548b6c25b94eae3b5ed24e921a32315dd" }, "downloads": -1, "filename": "shareboard-0.1.4.tar.gz", "has_sig": false, "md5_digest": "e5335e1a8ed7128db7b9f8f1baf61b4e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6115, "upload_time": "2013-01-16T15:27:30", "url": "https://files.pythonhosted.org/packages/b3/28/745730e4dd8ebfbd0f5027fa7a743a2130a64328ddb9be7b7cf3d87a1cbe/shareboard-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "345902479351df054429ca494bc11da4", "sha256": "7cc9674f5f67edc19953ae87fd3e84c073670e50067cd6545bb75d00def6fc7a" }, "downloads": -1, "filename": "shareboard-0.1.5.tar.gz", "has_sig": false, "md5_digest": "345902479351df054429ca494bc11da4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6116, "upload_time": "2013-01-17T12:52:25", "url": "https://files.pythonhosted.org/packages/e1/80/28eb944402f2f68555e5bf842ddd01cbe08cd5fb8d1893857f8286104395/shareboard-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "d3db76768a99766388009db51f89e433", "sha256": "5235dfa6b67b538e2b4d9e5b9116d98ee4753fae1446615c9654f55afc316e39" }, "downloads": -1, "filename": "shareboard-0.1.6.tar.gz", "has_sig": false, "md5_digest": "d3db76768a99766388009db51f89e433", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6164, "upload_time": "2013-02-04T12:31:31", "url": "https://files.pythonhosted.org/packages/3e/0a/211952af50e19ce56fc078b4ca06a4f1904b805995a2d96eaf9c8dceaf5f/shareboard-0.1.6.tar.gz" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "2df2211816afaa18de7617702e0497dc", "sha256": "194db2ee9f8fd859c557f36abb44eed81f527a0638f8d836151c54cfcd6c1fbd" }, "downloads": -1, "filename": "shareboard-0.1.7.tar.gz", "has_sig": false, "md5_digest": "2df2211816afaa18de7617702e0497dc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6438, "upload_time": "2014-10-21T06:15:33", "url": "https://files.pythonhosted.org/packages/fa/26/1e9e47677c5df1c2ce243762f3b1786bcabc32993e671c01fb137bb07166/shareboard-0.1.7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2df2211816afaa18de7617702e0497dc", "sha256": "194db2ee9f8fd859c557f36abb44eed81f527a0638f8d836151c54cfcd6c1fbd" }, "downloads": -1, "filename": "shareboard-0.1.7.tar.gz", "has_sig": false, "md5_digest": "2df2211816afaa18de7617702e0497dc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6438, "upload_time": "2014-10-21T06:15:33", "url": "https://files.pythonhosted.org/packages/fa/26/1e9e47677c5df1c2ce243762f3b1786bcabc32993e671c01fb137bb07166/shareboard-0.1.7.tar.gz" } ] }