{ "info": { "author": "Petr van Blokland, Michiel Kauw-A-Tjoe, Felipe Sanches, Dave Crossland", "author_email": "r@petr.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Intended Audience :: Other Audience", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Artistic Software", "Topic :: Multimedia :: Graphics", "Topic :: Multimedia :: Graphics :: Editors", "Topic :: Multimedia :: Graphics :: Editors :: Raster-Based", "Topic :: Multimedia :: Graphics :: Editors :: Vector-Based", "Topic :: Multimedia :: Graphics :: Graphics Conversion", "Topic :: Multimedia :: Graphics :: Viewers", "Topic :: Scientific/Engineering :: Visualization", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Text Processing", "Topic :: Text Processing :: Fonts" ], "description": "# What is PageBot?\n\nPageBot\u00ae is a scriptable page layout, vector graphics and typography environment that enables designers to create high quality\ndocuments in various print-ready and web-based formats. It is available as a Python library with\nmulti-platform support based on [Flat](http://xxyxyz.org/flat) and as a Mac OS\nX extension that uses [DrawBot](http://www.drawbot.com).\n\nPageBot consists of three abstraction levels:\n\n* Builders, the libraries and formats PageBot usesto generate the final result, for example DrawBot, Flat and markup languages.\n* Contexts that provide a fixed API for the builders.\n* Documents, Views and Elements, our format independent classes.\n\nThe official PageBot documentation can be found at [pagebot.io](http://pagebot.io).\n\n# Installation\n\nPagebot runs on Python 3. We recommend updating to version 3.7 / 3.8.\n\n## System Wide\n\nCross platform installation:\n\n pip install pagebot\n\nUpgrade to the latest if already installed:\n\n pip install pagebot --upgrade\n\n\n## Virtual Environment\n\nTo setup `pagebot` and its requirements in a virtual environment:\n\n pip install virtualenv\n mkdir ~/virtualenvironment\n virtualenv ~/virtualenvironment/pagebot\n cd ~/virtualenvironment/pagebot/bin\n source activate\n pip install pagebot\n\n## Mac OS X\n\n\tpip install pagebotosx\n\n\nSee also [github.com/PageBot/PageBotOSX](https://github.com/PageBot/PageBotOSX).\n\n\n# Usage\n\n from pagebot.document import Document\n from pagebot.elements import newRect\n from pagebot.conditions import Center2Center, Middle2Middle\n from pagebot.toolbox.units import pt\n from pagebot.toolbox.color import color\n\n W, H = pt(500, 400)\n doc = Document(w=W, h=H, autoPages=1)\n page = doc[1]\n\n # Create a new rectangle element with position conditions\n newRect(parent=page, fill=color('red'), size=pt(240, 140),\n # Show measure lines on the element.\n showDimensions=True, \n conditions=[Center2Center(), Middle2Middle()])\n # Make the page apply all conditions.\n page.solve() \n # Export the document page as png, so it shows as web image.\n doc.export('_export/RedSquare.png') \n\n\n# Issue Tracking \n\nBugs, enhancements and requested features can be added to the GitHub issue tracker:\n\n * [issues](https://github.com/PageBot/PageBot/issues)\n * [projects](https://github.com/PageBot/PageBot/projects)\n * [milestones](https://github.com/PageBot/PageBot/milestones)\n\n# External Links\n\n- Download: [PyPi](https://pypi.org/project/pagebot/)\n- Source: [GitHub](https://github.com/PageBot/PageBot)\n- Documentation: [ReadTheDocs](https://pagebot.readthedocs.io/en/latest/)\n- Examples repository: [PageBotExamples](https://github.com/PageBot/PageBotExamples)\n- Continuous integration: [Travis](https://travis-ci.org/PageBot/PageBot)\n- Code coverage: [Codecov](https://codecov.io/gh/PageBot/PageBot)\n\n\n# Related\n\n- PageBot generated website: [designdesign.space](http://designdesign.space). It also includes entry points\nfor studies and workshops on how to work with PageBot.\n- The TYPETR Upgrade website [upgrade.typenetwork.com](https://upgrade.typenetwork.com) is an example where\nthe HTML/CSS code and all illustrations are generated by PageBot scripts.\n\n# Feature Description\n\n## Current Functionality\n\nCurrent features include:\n\n* Various types of Element objects can be placed on a page or inside other\n Element objects.\n* Grids can be defined through style measurements and views.\n* Page templates (or templates for any other element combination) can be\n defined and applied.\n* Automatic layout conditions for elements, for example even distribution\n across or floating down parent elements.\n* Specialized views on a Document, such as plain pages, spreads and other\n layout of page groups, optional with crop-marks, registration-mark,\ncolor-strips, file name, etc. The result of all views can be placed on pages as\nillustration.\n* Graphics - using all Drawbot drawing tools.\n* All image filtering supplied by Drawbot ImageObject.\n* Cascading styles, where Element values inherit from parent Elements, similar\n to CSS behavior. \n* Text flows are using the macOS FormattedString for all typographic parameters.\n* Random Text generator for headlines and articles.\n* Read text from MarkDown and XML (.MD .XML)\n* Support large amount of text processing functions:\n * centered, left, right and justified\n * Text to fit a box and elastic box to fit text\n * Tabular setting\n * Text Flow from one element to another. \n * Variable Font UI access and instance creation based on fontTools\n * Access to font metrics.\n * Outline Font access modification.\n * Space, groups and kerning access and modifcation.\n * OT layout and feature access and modification.\n* 3D Positioning of points, for future usage.\n* Motion Graphics, export as animated .gif and .mov files, keyframing timeline, \n* Export to PDF, PNG, JPG, SVG, (animated) GIF, MOV, XML, through programmable\n views.\n* Build web sites, pre-compiling all images used into the formats that can be\n displayed by browsers (.PNG .JPG .SVG)\n* Automatic table of contents, image references, quote references, etc. from\n composed documents.\n\n## Types of Publications\n\n* PageBot stationary and publications as scripted templates\n* Specimens for TN library\n* Recreation of legacy type specimens as PageBot templates\n* Magazines\n* Newspapers\n* Newsletters\n* Books\n* Parametric corporate identities including their styleguides, stationary and\n business card templates.\n* Parametric advertizements (connecting to existing ad-systems)\n* Online documents, such as single page websites\n* Wayfindng templates for signs and maps\n* T-Shirt templates\n* Templates with embedded information for graphic- and typographic education.\n\n## Unit Testing\n\nPageBot uses Python's native `doctest` library to perform unit tests:\n\n* [https://docs.python.org/2/library/doctest.html](https://docs.python.org/2/library/doctest.html)\n\nNote: doctest can be run in Sublime with `cmd-B` \n\n## Future Developments\n\n* Element classes supporting various types of graphs, info-graphics, maps,\n PageBot document layout, Variable Font axes layout, font metrics.\n* Font class supporting CFF (.otf) and UFO.\n* Views for thumbnail page overview, combined booklet-sheets for print,\n site-maps, etc.\n* Add export of text to MarkDown .md files.\n* Add export to online documents, such as HTML/CSS/JS for specific designs of\n web pages, such as Kirby.\n* Export to WordPress\u00ae PHP sites.\n* Export to Ruby\u00ae/Sketchup\u00ae data files.\n* Add export to Angular\u00ae files.\n* Export to InDesign\u00ae and Illustrator\u00ae, as close as possible translating\n PageBot elements to the native file format of these applications.\n* Time line, definition and editing, length and fps.\n* Integrate the PageBot manual builder with other export functions of the library.\n* Add more unit-tests to guarantee the integrity of the library and output\n consistency.\n* Automatic support of ornament frames, in connection to the Element borders\n and the layout of exiting (TN) border fonts.\n\n# Licencing\n\n- The core library, tutorials and basic examples for PageBot are available\n under the MIT Open Source license. Some depencendies have been included in\n this repository and are available under their own licenses. See also the\n [LICENSE](https://github.com/PageBot/PageBot/blob/master/LICENSE.md).\n\n> PageBot\u00ae is a registered trademark \n> U.S. Serial Number: 87-457,280\n> Owner: Buro Petr van Blokland + Claudia Mens VOF\n> Docket/Reference Number: 1538-25 \n}{\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/PageBot/PageBot", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pagebot", "package_url": "https://pypi.org/project/pagebot/", "platform": "", "project_url": "https://pypi.org/project/pagebot/", "project_urls": { "Homepage": "https://github.com/PageBot/PageBot" }, "release_url": "https://pypi.org/project/pagebot/1.0.3/", "requires_dist": [ "booleanOperations", "fontTools", "libsass", "markdown", "Pillow", "svgwrite", "tornado" ], "requires_python": "", "summary": "Scripted page layout framework for Python.", "version": "1.0.3", "yanked": false, "yanked_reason": null }, "last_serial": 9134955, "releases": { "0.6": [ { "comment_text": "", "digests": { "md5": "255ce0bb9bb9039b4d9f4f5053bab966", "sha256": "b961b6e400b94de5012ddcba120e1f70ebb3da69db03424e1d8ff0a869866f60" }, "downloads": -1, "filename": "pagebot-0.6-py3-none-any.whl", "has_sig": false, "md5_digest": "255ce0bb9bb9039b4d9f4f5053bab966", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 12998422, "upload_time": "2019-07-04T10:51:28", "upload_time_iso_8601": "2019-07-04T10:51:28.848421Z", "url": "https://files.pythonhosted.org/packages/ab/23/82858bb667c92232868b623ff0b2f2e4ebbefa822273a409c4220dd51515/pagebot-0.6-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9927610acb4d99a36f2b664ed5413d14", "sha256": "ea28bc51fcdbd22262d40fd59b74b66d9beb1253190de8f69dd31908f1e6a302" }, "downloads": -1, "filename": "pagebot-0.6.tar.gz", "has_sig": false, "md5_digest": "9927610acb4d99a36f2b664ed5413d14", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 666002, "upload_time": "2019-07-04T10:51:32", "upload_time_iso_8601": "2019-07-04T10:51:32.528912Z", "url": "https://files.pythonhosted.org/packages/47/49/14cb824553755611b91e25d56f5f05533ec445b26c7ee8c75019df359c33/pagebot-0.6.tar.gz", "yanked": false, "yanked_reason": null } ], "0.7": [ { "comment_text": "", "digests": { "md5": "1dafc2b2b3d887ef73027b233af0bc26", "sha256": "dba5d448eb1f4b10fb21de8393460093b4bf07bf38091b1a1312d7288a49aeb4" }, "downloads": -1, "filename": "pagebot-0.7-py3-none-any.whl", "has_sig": false, "md5_digest": "1dafc2b2b3d887ef73027b233af0bc26", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 12913730, "upload_time": "2019-10-14T14:00:18", "upload_time_iso_8601": "2019-10-14T14:00:18.243089Z", "url": "https://files.pythonhosted.org/packages/20/96/4400afd6b59c77574094a9f1689d1b28281ee023f442b70ed101b56ddce5/pagebot-0.7-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "780cb620c8f0bce664dd4605992d5b5f", "sha256": "1fda400b4998ef8da1099265ceab4c6c3b7b1f942dde4d7c9afb3a6857db0e7c" }, "downloads": -1, "filename": "pagebot-0.7.tar.gz", "has_sig": false, "md5_digest": "780cb620c8f0bce664dd4605992d5b5f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 610986, "upload_time": "2019-10-14T14:00:21", "upload_time_iso_8601": "2019-10-14T14:00:21.694841Z", "url": "https://files.pythonhosted.org/packages/d5/1b/73f00ab587f9d6d46b46483c16e8871df065dcdd836da433d89297c19c9d/pagebot-0.7.tar.gz", "yanked": false, "yanked_reason": null } ], "0.8": [ { "comment_text": "", "digests": { "md5": "8e7567ec7490029abbb1c7126abc1a83", "sha256": "5c7b65cbcbeeb5663eb0ca8493a497e22c35c1c9e750a0d3640fbe5af3fab5a0" }, "downloads": -1, "filename": "pagebot-0.8-py3-none-any.whl", "has_sig": false, "md5_digest": "8e7567ec7490029abbb1c7126abc1a83", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 12916483, "upload_time": "2019-10-15T10:00:24", "upload_time_iso_8601": "2019-10-15T10:00:24.076548Z", "url": "https://files.pythonhosted.org/packages/ca/66/31f37e2631f3b66ebd9e1455e2674511ac1861c212f27b333784dae22b75/pagebot-0.8-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2f4f3a82ef19bd45e720c2342da080bc", "sha256": "715ec3dc7cf516110e913c195029df97a34f7b159ddfa01a9d15bc681539c057" }, "downloads": -1, "filename": "pagebot-0.8.tar.gz", "has_sig": false, "md5_digest": "2f4f3a82ef19bd45e720c2342da080bc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 611515, "upload_time": "2019-10-15T10:00:27", "upload_time_iso_8601": "2019-10-15T10:00:27.138770Z", "url": "https://files.pythonhosted.org/packages/2f/15/9bfb58e09c9376ee24cd90cd2512bebe6992efaf72e778cc08bde4ab62fc/pagebot-0.8.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9": [ { "comment_text": "", "digests": { "md5": "4a41f6e39043c86f2abe217d403c8121", "sha256": "ecf5c2c0ca86894488f2f1e934529df39c21aaeab243f2bd042500a057e9402c" }, "downloads": -1, "filename": "pagebot-0.9-py3-none-any.whl", "has_sig": false, "md5_digest": "4a41f6e39043c86f2abe217d403c8121", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 25131631, "upload_time": "2019-10-30T13:39:47", "upload_time_iso_8601": "2019-10-30T13:39:47.815866Z", "url": "https://files.pythonhosted.org/packages/3c/fc/6b4c01893de09bd7e5fd53726e8941baf6b985a8fdc8ff2780642b82938a/pagebot-0.9-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c1cced92c5de19fd71786c6df0485f1e", "sha256": "f6c620760d349de80a77259ec5c41876546bb21246e4f31a0725cb2270fe8155" }, "downloads": -1, "filename": "pagebot-0.9.tar.gz", "has_sig": false, "md5_digest": "c1cced92c5de19fd71786c6df0485f1e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 615073, "upload_time": "2019-10-30T13:39:51", "upload_time_iso_8601": "2019-10-30T13:39:51.033794Z", "url": "https://files.pythonhosted.org/packages/20/2c/1c145cd67e20cc5001f558c63aec55d0574b31cbfcb4483ef7b484b191a6/pagebot-0.9.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.1": [ { "comment_text": "", "digests": { "md5": "901d4d3450a8906b5d3f932ff1109281", "sha256": "c2ea502b05140cc1d1d9dc3d740a3408ccf1e816c24eb2eb4065f68b3d490dba" }, "downloads": -1, "filename": "pagebot-0.9.1-py3-none-any.whl", "has_sig": false, "md5_digest": "901d4d3450a8906b5d3f932ff1109281", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 25133887, "upload_time": "2019-11-12T13:51:32", "upload_time_iso_8601": "2019-11-12T13:51:32.180456Z", "url": "https://files.pythonhosted.org/packages/aa/75/f5416ccca20fa5a61657d8f22c7f302f69a7f80c1cb3c86a130a6a23568c/pagebot-0.9.1-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "08f3aad9f0b07f333512b553a8099b15", "sha256": "56f0e1a690bdf2e57a444fda14d21a2e8ace429827b2c5542713e2809dc997cb" }, "downloads": -1, "filename": "pagebot-0.9.1.tar.gz", "has_sig": false, "md5_digest": "08f3aad9f0b07f333512b553a8099b15", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 617210, "upload_time": "2019-11-12T13:51:35", "upload_time_iso_8601": "2019-11-12T13:51:35.215997Z", "url": "https://files.pythonhosted.org/packages/75/c9/02514252c68da70ff1f421ca429088d6ee9e961fdb125cc6f416814f0ab9/pagebot-0.9.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.2": [ { "comment_text": "", "digests": { "md5": "be30efde81aeb0580da42ba9f24e8b07", "sha256": "ac69c51e84598698ffe12ee802f17e9375351f22275c8a9f69a2b9423535c1bf" }, "downloads": -1, "filename": "pagebot-0.9.2-py3-none-any.whl", "has_sig": false, "md5_digest": "be30efde81aeb0580da42ba9f24e8b07", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 25135841, "upload_time": "2019-11-28T15:51:25", "upload_time_iso_8601": "2019-11-28T15:51:25.782397Z", "url": "https://files.pythonhosted.org/packages/c7/0e/743545d809a5bcb541ff075ecd6cefce949d81a52d1c796628328937cf94/pagebot-0.9.2-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1d215177b152b10821c646238bd84953", "sha256": "f574d1d273ed552c1571fcdee54768a97acf0ff726a4acdd7c55a6443976dc2f" }, "downloads": -1, "filename": "pagebot-0.9.2.tar.gz", "has_sig": false, "md5_digest": "1d215177b152b10821c646238bd84953", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 619385, "upload_time": "2019-11-28T15:51:29", "upload_time_iso_8601": "2019-11-28T15:51:29.138506Z", "url": "https://files.pythonhosted.org/packages/51/ad/4f96e27c4c8f5c2addfbd3237313bc346a0bfff721f99280a37ded1542b4/pagebot-0.9.2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.3": [ { "comment_text": "", "digests": { "md5": "5633b1a7ef461654643536ce2e365262", "sha256": "0405006baa0dce6eeb00e13ecc4d04759cc5a3106ea71727f8c3dc565f200273" }, "downloads": -1, "filename": "pagebot-0.9.3-py3-none-any.whl", "has_sig": false, "md5_digest": "5633b1a7ef461654643536ce2e365262", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 28530462, "upload_time": "2019-12-04T13:40:58", "upload_time_iso_8601": "2019-12-04T13:40:58.754288Z", "url": "https://files.pythonhosted.org/packages/ce/b5/85ecaa46445effb02ea7e127aae95136a813bd44565d7a6f48e14989d64e/pagebot-0.9.3-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "40a1128e83f0ec2403ccb68475a7931a", "sha256": "eb0ca3f25be0958bce0c5f829bc0d1feb2a6ed77be08fe25354b0936f4b9154a" }, "downloads": -1, "filename": "pagebot-0.9.3.tar.gz", "has_sig": false, "md5_digest": "40a1128e83f0ec2403ccb68475a7931a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 618870, "upload_time": "2019-12-04T13:41:01", "upload_time_iso_8601": "2019-12-04T13:41:01.642672Z", "url": "https://files.pythonhosted.org/packages/55/9a/01c82d6c5b977f8e5cb4a723fe9072909bab09a73a8583bb48e338d70913/pagebot-0.9.3.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.4": [ { "comment_text": "", "digests": { "md5": "ade05853ef3da186199997debadd372c", "sha256": "df0d229759746bbfda6cb974daf77b703baf3ca08bf78ba799e1045e87c333bd" }, "downloads": -1, "filename": "pagebot-0.9.4-py3-none-any.whl", "has_sig": false, "md5_digest": "ade05853ef3da186199997debadd372c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 12925245, "upload_time": "2020-02-18T08:52:01", "upload_time_iso_8601": "2020-02-18T08:52:01.672757Z", "url": "https://files.pythonhosted.org/packages/7c/5a/8592170e50b7004f43d48cda6487a27b1f11e51a3639c33cd737d8a6edd4/pagebot-0.9.4-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "61d16eea0f3e2616a90e16fbf2cd65a2", "sha256": "26238d7e28f414eb5c45c6e10b7ca88d5d0d844aed55269e82d099af3b39b3cb" }, "downloads": -1, "filename": "pagebot-0.9.4.tar.gz", "has_sig": false, "md5_digest": "61d16eea0f3e2616a90e16fbf2cd65a2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 619501, "upload_time": "2020-02-18T08:52:04", "upload_time_iso_8601": "2020-02-18T08:52:04.606778Z", "url": "https://files.pythonhosted.org/packages/71/cf/36e49f81ff29a7d82cdef61e074ed63a82dfe2ceccc54230901ffa375a4c/pagebot-0.9.4.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.5": [ { "comment_text": "", "digests": { "md5": "6184b1fccc0b57a38f104bea9e09a0a8", "sha256": "744fbf5bd4a9d4656db4d1f14d38e7258f4f936e0ccc3786ccb98d9d20f9b81f" }, "downloads": -1, "filename": "pagebot-0.9.5-py3-none-any.whl", "has_sig": false, "md5_digest": "6184b1fccc0b57a38f104bea9e09a0a8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 12933618, "upload_time": "2020-03-03T11:50:02", "upload_time_iso_8601": "2020-03-03T11:50:02.249356Z", "url": "https://files.pythonhosted.org/packages/5f/2b/5d9f081c91731ee91b51ddb91266590f9ae680208777070405335b3df0b8/pagebot-0.9.5-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "de8671de1adc00b5b98d7e21e77a0f0f", "sha256": "535e529576f38d600866f36af46c6790dc2ac07dc99990858d30df870a983449" }, "downloads": -1, "filename": "pagebot-0.9.5.tar.gz", "has_sig": false, "md5_digest": "de8671de1adc00b5b98d7e21e77a0f0f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 625837, "upload_time": "2020-03-03T11:50:04", "upload_time_iso_8601": "2020-03-03T11:50:04.028516Z", "url": "https://files.pythonhosted.org/packages/7c/b8/d27be2ca9dc48a2ee9c58f88cf212bd66d5e52d942e9a3d04fc52351d0e5/pagebot-0.9.5.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.6": [ { "comment_text": "", "digests": { "md5": "166678b057392222b7dae507e0bea46c", "sha256": "9651946fc562ca24644010bf79d14e4a4a8a7c862341f16c9fc83ae802a432a1" }, "downloads": -1, "filename": "pagebot-0.9.6-py3-none-any.whl", "has_sig": false, "md5_digest": "166678b057392222b7dae507e0bea46c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 12932738, "upload_time": "2020-03-04T15:38:59", "upload_time_iso_8601": "2020-03-04T15:38:59.575982Z", "url": "https://files.pythonhosted.org/packages/b6/c3/c93574ceef97e5566e10be6c417d9b84a01e3e51bc98af9c6cc0db7d65fd/pagebot-0.9.6-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "50f2e1a2af985acea90f12e8316f2fe4", "sha256": "7f738e6c812c5a57b8a421ae693dc9fd0a1adec7e623a7462171be4559b4b604" }, "downloads": -1, "filename": "pagebot-0.9.6.tar.gz", "has_sig": false, "md5_digest": "50f2e1a2af985acea90f12e8316f2fe4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 625862, "upload_time": "2020-03-04T15:39:01", "upload_time_iso_8601": "2020-03-04T15:39:01.282633Z", "url": "https://files.pythonhosted.org/packages/da/71/9211e528399cb36c62ebd61eca11946ecacb305ce261dd9f781d7f45347b/pagebot-0.9.6.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.7": [ { "comment_text": "", "digests": { "md5": "5c807645f83aad29df192feb0e91ea29", "sha256": "92390c6b0ce0b35d9517aafb7ac6d2288d8e0bbbd6dea306a716c255090c9c1c" }, "downloads": -1, "filename": "pagebot-0.9.7-py3-none-any.whl", "has_sig": false, "md5_digest": "5c807645f83aad29df192feb0e91ea29", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 12935341, "upload_time": "2020-03-12T15:55:19", "upload_time_iso_8601": "2020-03-12T15:55:19.460862Z", "url": "https://files.pythonhosted.org/packages/0f/e7/f1b3dbc0b2ba3f2cfcaefa77db494aecde73845bae69684bb3a7f3304bbf/pagebot-0.9.7-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1e94b03700527a38b997e95fdf5d6ed3", "sha256": "404f7e53a64dcb32bd49b033b058e2dc8f25d6ffd1af999f6fcb2959d6ba8a60" }, "downloads": -1, "filename": "pagebot-0.9.7.tar.gz", "has_sig": false, "md5_digest": "1e94b03700527a38b997e95fdf5d6ed3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 644352, "upload_time": "2020-03-12T15:55:21", "upload_time_iso_8601": "2020-03-12T15:55:21.657701Z", "url": "https://files.pythonhosted.org/packages/d7/1d/3ff04e6f9a1f4567fd61a3d801165c326af816ccb8fa6d1a21c629e5e5b0/pagebot-0.9.7.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.7.1": [ { "comment_text": "", "digests": { "md5": "1273e86bac4cdf7cdc768d78dcb491b9", "sha256": "8211d5db52ec0460979f9de19a737919ce62982fb2edf57a8c78d150ba678ac5" }, "downloads": -1, "filename": "pagebot-0.9.7.1-py3-none-any.whl", "has_sig": false, "md5_digest": "1273e86bac4cdf7cdc768d78dcb491b9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 12935353, "upload_time": "2020-03-12T16:10:10", "upload_time_iso_8601": "2020-03-12T16:10:10.291281Z", "url": "https://files.pythonhosted.org/packages/4e/b9/e88548bafc1e0761752c19de265bb1bea41c7c8d9f1e8a6aef2ffcb30ac2/pagebot-0.9.7.1-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "8910bec3336bcf9799236a6c232b8fe1", "sha256": "2d4cac65d2996b1b3baf8a1500d364b3e6abcc8c0b1b05e632182b84e8edf2a8" }, "downloads": -1, "filename": "pagebot-0.9.7.1.tar.gz", "has_sig": false, "md5_digest": "8910bec3336bcf9799236a6c232b8fe1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 644341, "upload_time": "2020-03-12T16:10:12", "upload_time_iso_8601": "2020-03-12T16:10:12.981441Z", "url": "https://files.pythonhosted.org/packages/80/ae/0816f21c60d28c0e9a498c176968e1f4b25c064dd106eebfc98d970af0f6/pagebot-0.9.7.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.8": [ { "comment_text": "", "digests": { "md5": "fbe9df01c60b0df8ba52f25eae4a9018", "sha256": "da79231fdb53f5f6a3c6c1a73091d766efaeb6049306535391fa3a1e1b773844" }, "downloads": -1, "filename": "pagebot-0.9.8-py3-none-any.whl", "has_sig": false, "md5_digest": "fbe9df01c60b0df8ba52f25eae4a9018", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 12970673, "upload_time": "2020-03-23T10:59:02", "upload_time_iso_8601": "2020-03-23T10:59:02.912989Z", "url": "https://files.pythonhosted.org/packages/cc/14/686c2374359d74d8da2cd489c15779df3f4af2e8e8e727a2b9f2f845d707/pagebot-0.9.8-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7ca3f2ed50de6882dc71de9aa9022f82", "sha256": "351458f10ee85013fb0f19fbfb32f8894227a36b74e763a4f2cc254142d2b6b0" }, "downloads": -1, "filename": "pagebot-0.9.8.tar.gz", "has_sig": false, "md5_digest": "7ca3f2ed50de6882dc71de9aa9022f82", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 646536, "upload_time": "2020-03-23T10:59:05", "upload_time_iso_8601": "2020-03-23T10:59:05.558796Z", "url": "https://files.pythonhosted.org/packages/ad/4c/a4344a02e5d4bfa52cb42e871018f990e2bad18e1cd7946e5703eb589576/pagebot-0.9.8.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.8.1": [ { "comment_text": "", "digests": { "md5": "714ffce7f5b6ce5c648f1cd864f5964e", "sha256": "5909850723a5952d5b17f1eb73097dae50392d1410e462bca671f1f914717689" }, "downloads": -1, "filename": "pagebot-0.9.8.1-py3-none-any.whl", "has_sig": false, "md5_digest": "714ffce7f5b6ce5c648f1cd864f5964e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 12970697, "upload_time": "2020-03-23T11:15:31", "upload_time_iso_8601": "2020-03-23T11:15:31.774698Z", "url": "https://files.pythonhosted.org/packages/c5/ff/c9beb271ba434ee71fc1eb2d6154a7bcf9f85dc3382a74c17db56054886b/pagebot-0.9.8.1-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "624dcae5dcc1621c8adb8fa66788f530", "sha256": "d90eb39d147129b3da30a23311986632f085a87c408796abf544018a7a2979ed" }, "downloads": -1, "filename": "pagebot-0.9.8.1.tar.gz", "has_sig": false, "md5_digest": "624dcae5dcc1621c8adb8fa66788f530", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 646575, "upload_time": "2020-03-23T11:15:33", "upload_time_iso_8601": "2020-03-23T11:15:33.769084Z", "url": "https://files.pythonhosted.org/packages/82/68/75a97b3e90c48c3c61fa93489f2baf51258467b9a5c4c25ca3c0a203e137/pagebot-0.9.8.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.9": [ { "comment_text": "", "digests": { "md5": "3d763f74a8a4097711140d7771cff25c", "sha256": "df3d75a06361c5fe7ed38daf409728a407c330cd0901878106d8dd3fc87eca62" }, "downloads": -1, "filename": "pagebot-0.9.9-py3-none-any.whl", "has_sig": false, "md5_digest": "3d763f74a8a4097711140d7771cff25c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 12984905, "upload_time": "2020-04-16T12:03:54", "upload_time_iso_8601": "2020-04-16T12:03:54.817623Z", "url": "https://files.pythonhosted.org/packages/e5/a0/920d654b66f3a5b9e0cf0ed1e0b160683725bc65249d90a6cd8fea071de2/pagebot-0.9.9-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c9b2cbda9bfbdbde56e68e82d1848777", "sha256": "76acfef36b5b69466c588d6f50d0c5df069a5da4a83fb3919aa23207270b2a31" }, "downloads": -1, "filename": "pagebot-0.9.9.tar.gz", "has_sig": false, "md5_digest": "c9b2cbda9bfbdbde56e68e82d1848777", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 650468, "upload_time": "2020-04-16T12:03:57", "upload_time_iso_8601": "2020-04-16T12:03:57.393097Z", "url": "https://files.pythonhosted.org/packages/29/32/1c5666b1ef9912a70105433b1fe7e30acc2ad80b64c338870b83513423b6/pagebot-0.9.9.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0": [ { "comment_text": "", "digests": { "md5": "63a739a35639244f61622185bd03e07d", "sha256": "557e2ebf15117b70711a7903059c7065f4ae98a83800e44fc03383b332f2d0e3" }, "downloads": -1, "filename": "pagebot-1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "63a739a35639244f61622185bd03e07d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 17624115, "upload_time": "2020-10-29T15:39:05", "upload_time_iso_8601": "2020-10-29T15:39:05.622189Z", "url": "https://files.pythonhosted.org/packages/b4/e5/f2c71015e779a3b14d0366d532e62cfb4af42b0690d4978e01c45d958c64/pagebot-1.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "bcbd9496f0d39a3c76b21b7ee2bc46ef", "sha256": "ba1fe3d63a3367da09f3f95048acbddf5acf0faa84d6a2b758ed57c715dde446" }, "downloads": -1, "filename": "pagebot-1.0.tar.gz", "has_sig": false, "md5_digest": "bcbd9496f0d39a3c76b21b7ee2bc46ef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18363887, "upload_time": "2020-10-29T15:39:12", "upload_time_iso_8601": "2020-10-29T15:39:12.875609Z", "url": "https://files.pythonhosted.org/packages/f8/fe/5e2440ac44230b9ecfb877e7a45248e1c8147d16ed325fd9fa45d922f844/pagebot-1.0.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "19241774731bef1a3eac1004fd83c269", "sha256": "e2f47d5ca9a6712dc043500a4169117769a5fb5fb7b79a6ba73dd0e347f31db6" }, "downloads": -1, "filename": "pagebot-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "19241774731bef1a3eac1004fd83c269", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 16994571, "upload_time": "2020-11-01T10:50:56", "upload_time_iso_8601": "2020-11-01T10:50:56.749409Z", "url": "https://files.pythonhosted.org/packages/6a/00/dccc1fac0c45eb7a7674d73282dc6be78f72581f80dc300900e310e03fdf/pagebot-1.0.1-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7ed10d629159e357fd92923aed688255", "sha256": "214161b7130471ec84b21347a28826403c1c8932b9c5dcebfed70564563ea49f" }, "downloads": -1, "filename": "pagebot-1.0.1.tar.gz", "has_sig": false, "md5_digest": "7ed10d629159e357fd92923aed688255", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18364236, "upload_time": "2020-11-01T10:51:02", "upload_time_iso_8601": "2020-11-01T10:51:02.212634Z", "url": "https://files.pythonhosted.org/packages/f9/97/0cc1626a574fd653634f19dcd5fa5dd43ef213f446cbd4264b5768f15f87/pagebot-1.0.1.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "99f2a014c9fd67103e6c16a35f1b2452", "sha256": "79f68c36db47f4ee67bad57abbcdfd5028a0a77f72523d5959d78d979def3b6f" }, "downloads": -1, "filename": "pagebot-1.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "99f2a014c9fd67103e6c16a35f1b2452", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 15524864, "upload_time": "2021-01-12T15:47:41", "upload_time_iso_8601": "2021-01-12T15:47:41.217394Z", "url": "https://files.pythonhosted.org/packages/0b/28/7179e87dff5d1e28ca2604fd76b02894f275ce85bf07863f4f5206ddba58/pagebot-1.0.2-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "24948aa27cc6e6767e58262482502f0c", "sha256": "a6617a79f3c8d7573d2f6d46a02001973292261ca1346e5ef2391e6aa755d0b0" }, "downloads": -1, "filename": "pagebot-1.0.2.tar.gz", "has_sig": false, "md5_digest": "24948aa27cc6e6767e58262482502f0c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 629075, "upload_time": "2021-01-12T15:47:42", "upload_time_iso_8601": "2021-01-12T15:47:42.798184Z", "url": "https://files.pythonhosted.org/packages/3d/b3/2865bc57ee3fdc8295739811a45ce86b92708bcff40dc767464330df7519/pagebot-1.0.2.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "d9ae7bd9e409e30b40bc40755b4c0ef0", "sha256": "fbc95d3673317b82837b07ec474d06d98f69288478c6dbe4069c5120853cf4ef" }, "downloads": -1, "filename": "pagebot-1.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "d9ae7bd9e409e30b40bc40755b4c0ef0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 15524885, "upload_time": "2021-01-14T19:02:55", "upload_time_iso_8601": "2021-01-14T19:02:55.557387Z", "url": "https://files.pythonhosted.org/packages/0b/2e/29263a8b653c303c6ba70ff68c9a7b8882ddac7cdd0765ed97571b38c3a3/pagebot-1.0.3-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ca566fd240206c744b27ab2f360db602", "sha256": "df00bdc8c45f2b011597bd714de0ee44223e637c1f39e4d209e6276e16cf21b0" }, "downloads": -1, "filename": "pagebot-1.0.3.tar.gz", "has_sig": false, "md5_digest": "ca566fd240206c744b27ab2f360db602", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 629069, "upload_time": "2021-01-14T19:02:57", "upload_time_iso_8601": "2021-01-14T19:02:57.523464Z", "url": "https://files.pythonhosted.org/packages/ab/21/73c1da1cd3c935320174876f6666829e17ff4171d82f3e933285e0a84f84/pagebot-1.0.3.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d9ae7bd9e409e30b40bc40755b4c0ef0", "sha256": "fbc95d3673317b82837b07ec474d06d98f69288478c6dbe4069c5120853cf4ef" }, "downloads": -1, "filename": "pagebot-1.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "d9ae7bd9e409e30b40bc40755b4c0ef0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 15524885, "upload_time": "2021-01-14T19:02:55", "upload_time_iso_8601": "2021-01-14T19:02:55.557387Z", "url": "https://files.pythonhosted.org/packages/0b/2e/29263a8b653c303c6ba70ff68c9a7b8882ddac7cdd0765ed97571b38c3a3/pagebot-1.0.3-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ca566fd240206c744b27ab2f360db602", "sha256": "df00bdc8c45f2b011597bd714de0ee44223e637c1f39e4d209e6276e16cf21b0" }, "downloads": -1, "filename": "pagebot-1.0.3.tar.gz", "has_sig": false, "md5_digest": "ca566fd240206c744b27ab2f360db602", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 629069, "upload_time": "2021-01-14T19:02:57", "upload_time_iso_8601": "2021-01-14T19:02:57.523464Z", "url": "https://files.pythonhosted.org/packages/ab/21/73c1da1cd3c935320174876f6666829e17ff4171d82f3e933285e0a84f84/pagebot-1.0.3.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }