{ "info": { "author": "Leonard Lin", "author_email": "lhl@randomfoo.net", "bugtrack_url": null, "classifiers": [], "description": "pyssb\n=====\n\npyssb is a package for building general purpose SSBs (Site Specific\nBrowsers) with PyQT5.\n\nInstallation\n------------\n\nYou should be able to install the pyssb package via PyPI:\n\n::\n\n sudo pip install -U pyssb\n\nYou of course will need to install PyQT5 as well, but this probably\nneeds to be installed via your OS package manager. You may have to\nseparately install a PyQT5 webkit package separately.\n\nUsage\n-----\n\nYou should be able to run ``pyssb`` to generate simple python\nexecutables.\n\nIf you would like to use pyssb, here\u2019s a simple example of what is\ngenerated by the ``pyssb`` generator:\n\n.. code:: python\n\n from PyQt5 import QtWidgets\n from pyssb import *\n import sys\n\n ssb_config = {'name':'pyssb','title':'pyssb','url':'https://github.com/lhl/pyssb/'}\n\n if __name__ == \"__main__\":\n app = QtWidgets.QApplication(sys.argv)\n ssb = SSBWindow(ssb_config)\n ssb.show()\n sys.exit(app.exec_())\n\nSee the `samples folder `_ for more examples. \n\n\nSSB List\n--------\n\nWorks\n~~~~~\n\n- 1Password Anywhere\n- Asana\n- Dropbox Paper\n- Evernote\n- GMail + GMail for Apps\n- Hackpad\n- Messenger\n\nDoesn\u2019t Work:\n~~~~~~~~~~~~~\n\n- Wunderlist - doesn\u2019t load, blank screen\n- Hangouts - has UA check\n\nNotes\n-----\n\nThis might not be a good fit for you. If so, there might be some alternatives:\n\nSSB solutions for OS X: \n\n- http://fluidapp.com/ \n- https://github.com/kfix/MacPin \n- https://github.com/dmarmor/epichrome\n", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/lhl/pyssb/archive/master.zip", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/lhl/pyssb", "keywords": "browser,ssb", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "pyssb", "package_url": "https://pypi.org/project/pyssb/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyssb/", "project_urls": { "Download": "https://github.com/lhl/pyssb/archive/master.zip", "Homepage": "https://github.com/lhl/pyssb" }, "release_url": "https://pypi.org/project/pyssb/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "PyQT5 Site Specific Browser", "version": "0.1.1" }, "last_serial": 1800469, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "44203144296d4d7ed6095d8f2a89802b", "sha256": "73c3443cd834d0057c66c5ad35afb4e2d4e89d7973ab60387051d9ff839f2bac" }, "downloads": -1, "filename": "pyssb-0.1.tar.gz", "has_sig": false, "md5_digest": "44203144296d4d7ed6095d8f2a89802b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2450, "upload_time": "2015-10-25T15:50:35", "url": "https://files.pythonhosted.org/packages/07/7f/762b914a31062ddcf592f139de8ce0c0806fee61b7aa0730b3b20be35e57/pyssb-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "ec135ba83931245c82b19ca74427db6c", "sha256": "5c553fe3b47ecf30242e430da9fa2e127f0f2bf693e9932cb023c9188dae8e8d" }, "downloads": -1, "filename": "pyssb-0.1.1.tar.gz", "has_sig": false, "md5_digest": "ec135ba83931245c82b19ca74427db6c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3107, "upload_time": "2015-11-04T12:46:31", "url": "https://files.pythonhosted.org/packages/36/d6/265fa220a2366665fb9510a5b4ccf23685de1b2495f39c7c6ab3740d4582/pyssb-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ec135ba83931245c82b19ca74427db6c", "sha256": "5c553fe3b47ecf30242e430da9fa2e127f0f2bf693e9932cb023c9188dae8e8d" }, "downloads": -1, "filename": "pyssb-0.1.1.tar.gz", "has_sig": false, "md5_digest": "ec135ba83931245c82b19ca74427db6c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3107, "upload_time": "2015-11-04T12:46:31", "url": "https://files.pythonhosted.org/packages/36/d6/265fa220a2366665fb9510a5b4ccf23685de1b2495f39c7c6ab3740d4582/pyssb-0.1.1.tar.gz" } ] }