{ "info": { "author": "Jason Maa", "author_email": "", "bugtrack_url": null, "classifiers": [], "description": "# py-fpff\n\nReads, writes, and exports FPFF files\n\n## Installation and Usage\n\n### Install\n```\npip install py-fpff\n```\n### Sample code\n```\nfrom py_fpff import fpff\n\n# create fpff\ns = fpff.FPFF()\ns.add(\"hello world\", fpff.FileType.ASCII)\n\n# write\ns.write(\"hello_world.fpff\")\n\n# read\ns.read(\"hello_world_2.fpff\")\n\n# export\ns.export(\"export-hello-world-2\")\n```\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jasmaa/py-fpff", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "py-fpff", "package_url": "https://pypi.org/project/py-fpff/", "platform": "", "project_url": "https://pypi.org/project/py-fpff/", "project_urls": { "Homepage": "https://github.com/jasmaa/py-fpff" }, "release_url": "https://pypi.org/project/py-fpff/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "Reads, writes, and exports FPFF files", "version": "0.0.1" }, "last_serial": 3935638, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "3a300ca37c46721a535e0f78a5eaf6aa", "sha256": "3d65cdd18c1e7c5fd7219129028f125b2a196320cca655461f9a529118c356de" }, "downloads": -1, "filename": "py_fpff-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "3a300ca37c46721a535e0f78a5eaf6aa", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4006, "upload_time": "2018-06-06T11:53:33", "url": "https://files.pythonhosted.org/packages/02/5b/1993071401b97e6ea2703b747b774a0c4b62c32e6620aadbeff19408b677/py_fpff-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "91760de5022e375ee73bff8e3daedf70", "sha256": "f0240de1cdcb75f4b731ab9c96115954f85f67d9050817be7bd889170b11d1a2" }, "downloads": -1, "filename": "py-fpff-0.0.1.tar.gz", "has_sig": false, "md5_digest": "91760de5022e375ee73bff8e3daedf70", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3386, "upload_time": "2018-06-06T11:53:34", "url": "https://files.pythonhosted.org/packages/71/90/b8e5d729f34b80126864e3df15bc3aaac857f7865f7f7e41766cb283c53e/py-fpff-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3a300ca37c46721a535e0f78a5eaf6aa", "sha256": "3d65cdd18c1e7c5fd7219129028f125b2a196320cca655461f9a529118c356de" }, "downloads": -1, "filename": "py_fpff-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "3a300ca37c46721a535e0f78a5eaf6aa", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4006, "upload_time": "2018-06-06T11:53:33", "url": "https://files.pythonhosted.org/packages/02/5b/1993071401b97e6ea2703b747b774a0c4b62c32e6620aadbeff19408b677/py_fpff-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "91760de5022e375ee73bff8e3daedf70", "sha256": "f0240de1cdcb75f4b731ab9c96115954f85f67d9050817be7bd889170b11d1a2" }, "downloads": -1, "filename": "py-fpff-0.0.1.tar.gz", "has_sig": false, "md5_digest": "91760de5022e375ee73bff8e3daedf70", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3386, "upload_time": "2018-06-06T11:53:34", "url": "https://files.pythonhosted.org/packages/71/90/b8e5d729f34b80126864e3df15bc3aaac857f7865f7f7e41766cb283c53e/py-fpff-0.0.1.tar.gz" } ] }