{ "info": { "author": "Manuel Badzong", "author_email": "manuel@andev.ch", "bugtrack_url": null, "classifiers": [], "description": "pypdfml\n=======\n\nSimple XML wrapper for reportlab with jinja2 support\n\n\n## Requirements\n\n * reportlab\n * PIL\n * jinja2 (optional)\n\n\n## Usage\n\n```\nfrom pypdfml import PyPDFML\n\npdf = PyPDFML('example.xml')\n\ncontext = {\n 'what': 'world'\n}\n\npdf.generate(context)\npdf.save()\n```\n\n\n## Examples\n\nThe following [template](https://github.com/badzong/pypdfml/blob/master/pypdfml/templates/example.xml) generates this [PDF document](https://github.com/badzong/pypdfml/blob/master/example.pdf)", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/badzong/pypdfml", "keywords": "pdf generating reportlab report xml jinja", "license": "unknown", "maintainer": null, "maintainer_email": null, "name": "pypdfml", "package_url": "https://pypi.org/project/pypdfml/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pypdfml/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/badzong/pypdfml" }, "release_url": "https://pypi.org/project/pypdfml/0.1.0alpha/", "requires_dist": null, "requires_python": null, "summary": "Simple XML wrapper for reportlab.", "version": "0.1.0alpha" }, "last_serial": 1192060, "releases": { "0.1.0alpha": [ { "comment_text": "", "digests": { "md5": "b9ebdc3b9b63617baaebf1a8c9ad724a", "sha256": "f6d883085b5eb078fe03ff09a4a0d957ffdb19958d9809064684e19372bf739d" }, "downloads": -1, "filename": "pypdfml-0.1.0alpha.tar.gz", "has_sig": false, "md5_digest": "b9ebdc3b9b63617baaebf1a8c9ad724a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6255, "upload_time": "2014-08-15T23:54:24", "url": "https://files.pythonhosted.org/packages/c9/ef/fdb4e6dbfa2053a50765675570bf5fa7f85923cec81261da457e740a1ed8/pypdfml-0.1.0alpha.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b9ebdc3b9b63617baaebf1a8c9ad724a", "sha256": "f6d883085b5eb078fe03ff09a4a0d957ffdb19958d9809064684e19372bf739d" }, "downloads": -1, "filename": "pypdfml-0.1.0alpha.tar.gz", "has_sig": false, "md5_digest": "b9ebdc3b9b63617baaebf1a8c9ad724a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6255, "upload_time": "2014-08-15T23:54:24", "url": "https://files.pythonhosted.org/packages/c9/ef/fdb4e6dbfa2053a50765675570bf5fa7f85923cec81261da457e740a1ed8/pypdfml-0.1.0alpha.tar.gz" } ] }