{ "info": { "author": "Manchikanti Santhosh", "author_email": "manchikantisanthosh@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.7" ], "description": "**File-Editor**:\n\nA python package to convert a file to different file format.\n\n*Example* :\n\npng to pdf\n\npdf to png\n\njpeg to pdf\n\npdf to jpeg\n\ntiff to pdf\n\npdf to tiff\n\nNote : if input is 2 page pdf document and output specified as .png format. it will split the pdf document into two png files.\n\n**Required Packages**:\n\nPython-pil and pdf2image\n\n>>> sudo apt-get install python-pil\n>>> pip install pdf2image \n\n**Usage**:\n\nFollowing commands will convert the input file to output file format.\n\n*First argument* : Input file path\n\n*Second argument* : Output file format\n\n\n>>> from file_editor.editor import image\n>>> image(\"example.png\",\".pdf\")\n\n**Supported File Fromats**\n\n*BMP, PDF, EPS, GIF, ICNS, ICO, IM, JPEG, JPEG 2000, MSP, PCX, PNG, PPM, SGI, SPIDER, TIFF, WebP and XBM*\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/nikhilkumarsingh/weather-reporter", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "file-editor", "package_url": "https://pypi.org/project/file-editor/", "platform": "", "project_url": "https://pypi.org/project/file-editor/", "project_urls": { "Homepage": "https://github.com/nikhilkumarsingh/weather-reporter" }, "release_url": "https://pypi.org/project/file-editor/1.0.0/", "requires_dist": [ "pdf2image" ], "requires_python": "", "summary": "A python package to convert a image/pdf file to pdf/image file format", "version": "1.0.0" }, "last_serial": 4979660, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "120ee29fe740fc86b31120e329f6f1c6", "sha256": "d3d6fc8a2a7a8e4e8154bf2d09c6a980b7d9bf99db679390947963e8b6db1266" }, "downloads": -1, "filename": "file_editor-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "120ee29fe740fc86b31120e329f6f1c6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3984, "upload_time": "2019-03-24T19:40:52", "url": "https://files.pythonhosted.org/packages/e2/2d/3928cd9de7e7a8318ecd1d9a9629913923bcb6be267f8235b87cc2e1dd8c/file_editor-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a35bf9aabd059a2855dd5e22483ac857", "sha256": "4316da6ab854bfa2aa4a36ccc3bdeeb0c4fdb5a9f5ab5ad8d1aeb3f6f847cdbb" }, "downloads": -1, "filename": "file-editor-1.0.0.tar.gz", "has_sig": false, "md5_digest": "a35bf9aabd059a2855dd5e22483ac857", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3081, "upload_time": "2019-03-24T19:40:55", "url": "https://files.pythonhosted.org/packages/e1/50/7986f33c5efeb4ad7ff536200e0690b670e9039712413b08445ea16ddf90/file-editor-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "120ee29fe740fc86b31120e329f6f1c6", "sha256": "d3d6fc8a2a7a8e4e8154bf2d09c6a980b7d9bf99db679390947963e8b6db1266" }, "downloads": -1, "filename": "file_editor-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "120ee29fe740fc86b31120e329f6f1c6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3984, "upload_time": "2019-03-24T19:40:52", "url": "https://files.pythonhosted.org/packages/e2/2d/3928cd9de7e7a8318ecd1d9a9629913923bcb6be267f8235b87cc2e1dd8c/file_editor-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a35bf9aabd059a2855dd5e22483ac857", "sha256": "4316da6ab854bfa2aa4a36ccc3bdeeb0c4fdb5a9f5ab5ad8d1aeb3f6f847cdbb" }, "downloads": -1, "filename": "file-editor-1.0.0.tar.gz", "has_sig": false, "md5_digest": "a35bf9aabd059a2855dd5e22483ac857", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3081, "upload_time": "2019-03-24T19:40:55", "url": "https://files.pythonhosted.org/packages/e1/50/7986f33c5efeb4ad7ff536200e0690b670e9039712413b08445ea16ddf90/file-editor-1.0.0.tar.gz" } ] }