{ "info": { "author": "Matthias Bilger", "author_email": "matthias@bilger.info", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.5", "Topic :: Text Processing" ], "description": "Yaml FPDF Template\n=========================\n\nA simple helper to create templates for fpdf in yaml.\n\nThis library allows you to define a template using yaml. The template has a few sections:\n\ndocoptions\n----------\n\nThese contain the following settings:\n- format (default is A4)\n- title\n- orientation (default is portrait)\n- author\n- keyword\nand everything else, what fpdf offers as set_x value and has only one parameter\n\ndefaults\n----------\n\nThis contains the defaults for all elements. See elements for details. This section is mandatory in case you do not set all required parameter in the elements\n\ntemplates\n----------\n\nThis section is optional and allows you to reuse specific formats.\n\nelements\n---------\n\nBesides the former sections everything else is interpreted as element for the document. The following types are supported:\n\n- image (required parameter: x, y, w, h, text)\n- box (required parameter: x, y, w, h, border, optional: background, bordercolor, style)\n- rect (required parameter, same as box)\n- text (required parameter: x, y, w, h, text, font, size, optional: style, align, foreground, border, bordercolor, fill, background, multiline)\n\nHowTo\n--------\n\nYou can simply call add_page for each page you add. By default the values of the template are use, or the values you have set before calling add page. But you can set the value for each element in the add_page call.", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/m42e/yamlfpdftemplate/archive/v0.7.0.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/m42e/yamlfpdftemplate", "keywords": "template yaml fpdf", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "yafte", "package_url": "https://pypi.org/project/yafte/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/yafte/", "project_urls": { "Download": "https://github.com/m42e/yamlfpdftemplate/archive/v0.7.0.tar.gz", "Homepage": "https://github.com/m42e/yamlfpdftemplate" }, "release_url": "https://pypi.org/project/yafte/0.7.1/", "requires_dist": null, "requires_python": null, "summary": "Using yaml for fpdf templates", "version": "0.7.1" }, "last_serial": 2939180, "releases": { "0.6.0": [ { "comment_text": "", "digests": { "md5": "6cf1ee7def910be63f3335985de2bf4d", "sha256": "1b77e0976803f797cd47c7f0307daf1dc8847d355d3314883e1a8d0f2bf7f38b" }, "downloads": -1, "filename": "yafte-0.6.0.tar.gz", "has_sig": false, "md5_digest": "6cf1ee7def910be63f3335985de2bf4d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3293, "upload_time": "2016-11-17T13:25:41", "url": "https://files.pythonhosted.org/packages/45/f6/1966a3f2a1dac3d5683116f1c8f9c129ec2733fdaa2b34962629e3009fd6/yafte-0.6.0.tar.gz" } ], "0.7.0": [ { "comment_text": "", "digests": { "md5": "0779be18ebe30e3266dd5cde719dfbf9", "sha256": "ac06244a29c2ed2beec57ef8c4c72ac15c9ace7dc38ef2e83dee6b9d9776ec34" }, "downloads": -1, "filename": "yafte-0.7.0.tar.gz", "has_sig": false, "md5_digest": "0779be18ebe30e3266dd5cde719dfbf9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3391, "upload_time": "2016-11-22T10:09:19", "url": "https://files.pythonhosted.org/packages/30/19/27d7df1805189ef6cbb99d27b8823a2aacea162df671d8fff81aea1309a1/yafte-0.7.0.tar.gz" } ], "0.7.1": [ { "comment_text": "", "digests": { "md5": "cef8610fdc07f8b38ce1ff794d748777", "sha256": "12e520448e8561156f138140511fd39aabafbac1aa25d8ce3b5e39e66953e492" }, "downloads": -1, "filename": "yafte-0.7.1.tar.gz", "has_sig": false, "md5_digest": "cef8610fdc07f8b38ce1ff794d748777", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3556, "upload_time": "2017-06-09T20:20:51", "url": "https://files.pythonhosted.org/packages/c4/97/6769263dd7a9ec94dcc06e1deb0bb026e004e58304108846b9ab05d01cb0/yafte-0.7.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cef8610fdc07f8b38ce1ff794d748777", "sha256": "12e520448e8561156f138140511fd39aabafbac1aa25d8ce3b5e39e66953e492" }, "downloads": -1, "filename": "yafte-0.7.1.tar.gz", "has_sig": false, "md5_digest": "cef8610fdc07f8b38ce1ff794d748777", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3556, "upload_time": "2017-06-09T20:20:51", "url": "https://files.pythonhosted.org/packages/c4/97/6769263dd7a9ec94dcc06e1deb0bb026e004e58304108846b9ab05d01cb0/yafte-0.7.1.tar.gz" } ] }