{ "info": { "author": "IDRSolutions", "author_email": "support@idrsolutions.zendesk.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 3 :: Only", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "BuildVu Python Client\n=====================\n\nConvert PDF to HTML5 or SVG with Python, using the BuildVu Python Client to\ninteract with IDRsolutions' `BuildVu Microservice Example`_.\n\nThe BuildVu Microservice Example is an open source project that allows you to\nconvert PDF to HTML5 or SVG by running `BuildVu`_ as an online service.\n\n--------------\n\nInstallation\n------------\n\nUsing PIP:\n~~~~~~~~~~\n\n::\n\n pip install buildvu\n\nFor other methods / ways to install, check out the `Python Docs`_.\n\n--------------\n\nUsage\n-----\n\nBasic:\n~~~~~~\n\nFirst, import BuildVu and setup the converter details by creating a new\n``BuildVu`` object :\n\n::\n\n from BuildVuClient import BuildVu\n buildvu = BuildVu('http://localhost:8080/microservice-example')\n\nYou can now convert files by calling the methods available. ``convert()`` will \nstart the conversion process. For example to convert to html5 : \n\n::\n\n # Convert the file with the input method specified\n results = buildvu.convert(input=BuildVu.UPLOAD, file='path/to/file.pdf')\n\n # Return a URL where you can view the converted output.\n print(results['downloadUrl'])\n\nAlternatively, you can specify a url from which the server will download the \nfile to convert.\n\n::\n\n # Convert the file with the input method specified\n results = buildvu.convert(input=BuildVu.DOWNLOAD, url=\"http://link.to/filename\")\n\n # Return a URL where you can download the converted output.\n print(results['downloadUrl'])\n\nOnce you have converted the file you can also specify a directory to download \nthe converted output to:\n\n::\n\n # Download the converted output to a specified directory:\n buildvu.downloadResult(results, 'path/to/output/dir')\n\nAdditional parameters can be used in ``convert()``, they are defined in our \n`API`_\n\n--------------\n\nWho do I talk to?\n=================\n\nFound a bug, or have a suggestion / improvement? Let us know through the\nIssues page.\n\nGot questions? You can contact us `here`_.\n\n--------------\n\nCode of Conduct\n===============\n\nShort version: Don't be an awful person.\n\nLonger version: Everyone interacting in the BuildVu Python Client\nproject's codebases, issue trackers, chat rooms and mailing lists is\nexpected to follow the `code of conduct`_.\n\n--------------\n\nCopyright 2018 IDRsolutions\n\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may\nnot use this file except in compliance with the License. You may obtain\na copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n.. _BuildVu Microservice Example: https://github.com/idrsolutions/buildvu-microservice-example\n.. _BuildVu: https://www.idrsolutions.com/buildvu/\n.. _Python Docs: https://packaging.python.org/tutorials/installing-packages\n.. _here: https://idrsolutions.zendesk.com/hc/en-us/requests/new\n.. _code of conduct: CODE_OF_CONDUCT.md\n.. _API: https://github.com/idrsolutions/buildvu-microservice-example/blob/master/API.md\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/idrsolutions/buildvu-python-client", "keywords": "idrsolutions pdf html5 converter buildvu microservice example web application server API python client", "license": "Apache 2.0", "maintainer": "", "maintainer_email": "", "name": "buildvu", "package_url": "https://pypi.org/project/buildvu/", "platform": "", "project_url": "https://pypi.org/project/buildvu/", "project_urls": { "Contact us": "https://idrsolutions.zendesk.com/hc/en-us/requests/new", "Homepage": "https://github.com/idrsolutions/buildvu-python-client", "Source": "https://github.com/idrsolutions/buildvu-python-client/", "Tracker": "https://github.com/idrsolutions/buildvu-python-client/issues" }, "release_url": "https://pypi.org/project/buildvu/4.0.3/", "requires_dist": [ "requests" ], "requires_python": "", "summary": "Python API for IDRSolutions' Buildvu Microservice Example", "version": "4.0.3" }, "last_serial": 5819997, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "41b0b2f11023284786285e4c04ea2320", "sha256": "f636598f9d0b36d17c4fe4d4639a6a25fc239be2d812aebdd338d9b94ed375c0" }, "downloads": -1, "filename": "buildvu-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "41b0b2f11023284786285e4c04ea2320", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4346, "upload_time": "2018-03-15T15:11:35", "url": "https://files.pythonhosted.org/packages/dd/6b/121222b6c3119d48cb625e7c327eac4badb398e724a91ea6744ca3706f26/buildvu-1.0.0-py3-none-any.whl" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "9e9dc5e47deecb95e2e76c623833626b", "sha256": "e9daf106eb28f049bd6f93573bdb3fe8d177895e28ed8077136ffc2f59eac7f8" }, "downloads": -1, "filename": "buildvu-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "9e9dc5e47deecb95e2e76c623833626b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6490, "upload_time": "2018-03-15T15:32:50", "url": "https://files.pythonhosted.org/packages/38/7a/0869f6dbf3b5838aa47bef6a39025a17c2984c202112bbcf761932205f9a/buildvu-1.0.1-py3-none-any.whl" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "6584b4bf6b882b92f358fd66ce414960", "sha256": "703d339f1d70479253a6e7cfb683bfb588b9df8212360cc21ecda62f52921229" }, "downloads": -1, "filename": "buildvu-1.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "6584b4bf6b882b92f358fd66ce414960", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6479, "upload_time": "2018-03-15T15:39:12", "url": "https://files.pythonhosted.org/packages/62/45/9f968d9b4792fe5fadcc4c68b155ae26835e4031cf5c6ee0049f5f6d2253/buildvu-1.0.2-py3-none-any.whl" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "cbbbd60c990b1eb0f1cf3b87e1b90409", "sha256": "b3ec6f78d06f3730341bed8feb4da983522709d02bf5994fbeaeeed13275f5c3" }, "downloads": -1, "filename": "buildvu-2.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "cbbbd60c990b1eb0f1cf3b87e1b90409", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6775, "upload_time": "2018-04-13T11:05:02", "url": "https://files.pythonhosted.org/packages/f6/30/e974d905d827b4f19cd98d04ba8486b8c8bdd5f1d3e742866b77f0b991fd/buildvu-2.0.0-py3-none-any.whl" } ], "3.0.0": [ { "comment_text": "", "digests": { "md5": "5facf2c654d9b4bc7c1ca546a573ebb0", "sha256": "e5cfc34f5707f5493afc458d3c152195c0887c12510f92432800e51458dc5c83" }, "downloads": -1, "filename": "buildvu-3.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "5facf2c654d9b4bc7c1ca546a573ebb0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4687, "upload_time": "2018-08-01T09:55:15", "url": "https://files.pythonhosted.org/packages/f0/97/ccea70176d0c7518c3e2567bb9a4d5ce89374672c5a9f45c17fdd3c152ab/buildvu-3.0.0-py3-none-any.whl" } ], "3.1.0": [ { "comment_text": "", "digests": { "md5": "061aec6b2e73908946e57c43395577c7", "sha256": "0ee259f9d0580200acafa6225639bc5d390ca8890209e28c9b8f175c1bdfa8b3" }, "downloads": -1, "filename": "buildvu-3.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "061aec6b2e73908946e57c43395577c7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4928, "upload_time": "2018-09-17T11:55:31", "url": "https://files.pythonhosted.org/packages/f8/ed/1265164bb8c78874dc0f8391b8eb3a837f3e200a3dbf44420fb03c0fe4a0/buildvu-3.1.0-py3-none-any.whl" } ], "3.1.1": [ { "comment_text": "", "digests": { "md5": "1773b0664750131dd07019637b919728", "sha256": "78e80d3b1c3c0d891213037745db4e9a0925aab7c63a3f23d7f148454e28f6aa" }, "downloads": -1, "filename": "buildvu-3.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "1773b0664750131dd07019637b919728", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 9088, "upload_time": "2018-10-11T14:43:39", "url": "https://files.pythonhosted.org/packages/c8/87/7ca9c19b587994afa81e60e5fd7078339d9d0075f307bc383702da220ce5/buildvu-3.1.1-py3-none-any.whl" } ], "4.0.0": [ { "comment_text": "", "digests": { "md5": "42f65f12afa4014be5fb3a0ed0dc22ff", "sha256": "bf803275ecadea63b0e9571b58234565fb596ea07a0c406f7fe0bebef69ec221" }, "downloads": -1, "filename": "buildvu-4.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "42f65f12afa4014be5fb3a0ed0dc22ff", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 9391, "upload_time": "2019-05-14T15:13:35", "url": "https://files.pythonhosted.org/packages/28/d5/291ac295ffb35021a4c503f10c6e41b7c898804c86d25d4ddeffe52a93a4/buildvu-4.0.0-py3-none-any.whl" } ], "4.0.1": [ { "comment_text": "", "digests": { "md5": "21eac5a35e70b9b994e1c5012589bb03", "sha256": "2085753fd336bddaaef12bf3848fac368e3dbe3e023e36ad3f82ef0297063be7" }, "downloads": -1, "filename": "buildvu-4.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "21eac5a35e70b9b994e1c5012589bb03", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 9404, "upload_time": "2019-06-10T09:16:45", "url": "https://files.pythonhosted.org/packages/bc/87/4ac9728f11ed7e6d3b63f6aea796f4eb1393d0923ab90d0405385901d20a/buildvu-4.0.1-py3-none-any.whl" } ], "4.0.2": [ { "comment_text": "", "digests": { "md5": "9d816f8249dc5fc45b9c4d52395ed32c", "sha256": "58d269fc349a013e8337484e72aa261cfbf2b478a3bb1c757c483f793c7369a0" }, "downloads": -1, "filename": "buildvu-4.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "9d816f8249dc5fc45b9c4d52395ed32c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 9407, "upload_time": "2019-09-05T14:38:09", "url": "https://files.pythonhosted.org/packages/48/be/b0610fee411b346736d4bb664ddfda55bb3b51a33aee7e3b3a4e1c9596aa/buildvu-4.0.2-py3-none-any.whl" } ], "4.0.3": [ { "comment_text": "", "digests": { "md5": "0929bef994bf85b4bf2edb2548f94b1d", "sha256": "f3eb7f0e941a2a3540c763d8839016e195971500cc3655f616223e5198111173" }, "downloads": -1, "filename": "buildvu-4.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "0929bef994bf85b4bf2edb2548f94b1d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 9595, "upload_time": "2019-09-12T11:39:01", "url": "https://files.pythonhosted.org/packages/be/15/45672d46232caa19701ed110a9b9fbbf5060e561ee9617052598b10e89f4/buildvu-4.0.3-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0929bef994bf85b4bf2edb2548f94b1d", "sha256": "f3eb7f0e941a2a3540c763d8839016e195971500cc3655f616223e5198111173" }, "downloads": -1, "filename": "buildvu-4.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "0929bef994bf85b4bf2edb2548f94b1d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 9595, "upload_time": "2019-09-12T11:39:01", "url": "https://files.pythonhosted.org/packages/be/15/45672d46232caa19701ed110a9b9fbbf5060e561ee9617052598b10e89f4/buildvu-4.0.3-py3-none-any.whl" } ] }