{ "info": { "author": "redmoses", "author_email": "musa@redmoses.me", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 2.7", "Topic :: Utilities" ], "description": "Poom\r\n====\r\n\r\nOpen document files from your local file system in the free Microsoft\r\nOffice Online version on your browser.\r\n\r\nWhat?\r\n-----\r\n\r\nThe app is primarily a dropbox client. When a document file is opened\r\nusing the app it uploads the file to your Dropbox and opens it from\r\nthere using Microsoft Office Online.\r\n\r\nTechnology\r\n~~~~~~~~~~\r\n\r\n- Python 3\r\n- Python 2.7.8 (older version 0.0.2)\r\n- The superb `Dropbox\r\n API `__ for\r\n python.\r\n\r\nHow?\r\n----\r\n\r\nThe app doesn't have any permission over your existing Dropbox files. So\r\nwhen you open a document with the app it first uploads the file to its\r\nown directory on your Dropbox and then open the file from there using\r\nthe Microsoft Office online edition.\r\n\r\nFile Syncing Feature\r\n--------------------\r\n\r\nOnce you've edited the file in Dropbox the changes are going to be\r\ntemporarily saved there. The next time you open the same file using this\r\napp it will show you the last modified version of the file, meaning if\r\nthe file was last modified on Dropbox it will open the Dropbox version\r\nand sync your local file and vice versa.\r\n\r\nInstallation\r\n------------\r\n\r\nLatest version (Python 3)\r\n~~~~~~~~~~~~~~~~~~~~~~~~~\r\n\r\nFor system installation\r\n\r\n.. code:: bash\r\n\r\n sudo pip install poom\r\n\r\nIf Python 3 is not the default interpreter in your system then you must\r\ninstall the package using pip3\r\n\r\n.. code:: bash\r\n\r\n sudo pip3 install poom\r\n\r\nFor installing from github source\r\n\r\n.. code:: bash\r\n\r\n git clone https://github.com/redmoses/poom.git\r\n cd poom\r\n # for python2 as the system's default python\r\n sudo python3 setup.py install\r\n # for python3 as the system's default python\r\n sudo python setup.py install\r\n\r\nInstalling version 0.0.2 (Python 2)\r\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r\n\r\nFor system installation\r\n\r\n.. code:: bash\r\n\r\n sudo pip install poom=0.0.2\r\n\r\nUsage\r\n-----\r\n\r\nAfter installing the app, use the following command to open document\r\nfiles\r\n\r\n.. code:: bash\r\n\r\n poom /path/to/office/document", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://redmoses.github.io/poom/", "keywords": "dropbox,microsoft office,office online", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "poom", "package_url": "https://pypi.org/project/poom/", "platform": "Linux", "project_url": "https://pypi.org/project/poom/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://redmoses.github.io/poom/" }, "release_url": "https://pypi.org/project/poom/0.0.4/", "requires_dist": null, "requires_python": null, "summary": "Open office documents with Microsoft Office Online", "version": "0.0.4" }, "last_serial": 1503495, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "c0949bd8280ea134790ac729ead516f7", "sha256": "978e051e70a592e36acea76fe9dfdea23b72ef9fef2cf1754219559cebe4cf2e" }, "downloads": -1, "filename": "poom-0.0.2.tar.gz", "has_sig": false, "md5_digest": "c0949bd8280ea134790ac729ead516f7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3827, "upload_time": "2015-04-11T09:15:58", "url": "https://files.pythonhosted.org/packages/4d/ca/2c32514998e04a39d820f6e21b0af83c90f0c11321a2e022db8365ec9788/poom-0.0.2.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "883dc1ae7deabc49dc37c621a67ec820", "sha256": "d619c52eabcbf761941bcecbf3183166d8e698178786e7f3676d5340e8b3da42" }, "downloads": -1, "filename": "poom-0.0.4.tar.gz", "has_sig": false, "md5_digest": "883dc1ae7deabc49dc37c621a67ec820", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4309, "upload_time": "2015-04-13T17:49:10", "url": "https://files.pythonhosted.org/packages/ee/dd/03711cf3b1c1d2183051d364e75d3118a028288d972ef40fba8ae719823a/poom-0.0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "883dc1ae7deabc49dc37c621a67ec820", "sha256": "d619c52eabcbf761941bcecbf3183166d8e698178786e7f3676d5340e8b3da42" }, "downloads": -1, "filename": "poom-0.0.4.tar.gz", "has_sig": false, "md5_digest": "883dc1ae7deabc49dc37c621a67ec820", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4309, "upload_time": "2015-04-13T17:49:10", "url": "https://files.pythonhosted.org/packages/ee/dd/03711cf3b1c1d2183051d364e75d3118a028288d972ef40fba8ae719823a/poom-0.0.4.tar.gz" } ] }