{ "info": { "author": "Ivana Kellyerova", "author_email": "ivana.kellyerova@rectify.amarion.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3 :: Only", "Topic :: Artistic Software", "Topic :: Multimedia :: Graphics" ], "description": "![rectify image](https://gitlab.com/jenx/rectify/raw/master/images/header.png \"rectify\")\n\n# rectify\n\n``rectify`` is a tiny Python package whose sole purpose of life is generating\nrandomized images with colorful bars on a single-color background. Making,\ndisplaying and saving a picture like the one on the top of this page is as\nsimple as:\n\n from rectify.image import generate, save\n\n picture = generate(900, 30, background=(30, 30, 30), colors='pastel')\n\n picture.show()\n save(picture, 'bars.png')\n\nOr from the command line:\n\n $ rectify -x 900 -y 30 -b '(30,30,30)' -c pastel -o 'bars.png' --show\n\nFull documentation is available at\n[jenx.gitlab.io/rectify](https://jenx.gitlab.io/rectify/).\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://gitlab.com/jenx/rectify/", "keywords": "image,bars,stripe,avatar,generator,rectangle,colors", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "rectify", "package_url": "https://pypi.org/project/rectify/", "platform": "", "project_url": "https://pypi.org/project/rectify/", "project_urls": { "Homepage": "https://gitlab.com/jenx/rectify/" }, "release_url": "https://pypi.org/project/rectify/2.2/", "requires_dist": [ "docopt (>=0.6.2)", "Pillow (>=5.3.0)", "sphinx ; extra == 'docs'", "sphinxcontrib-napoleon ; extra == 'docs'" ], "requires_python": "", "summary": "Bars generator", "version": "2.2" }, "last_serial": 4534245, "releases": { "1.0.1": [ { "comment_text": "", "digests": { "md5": "3c74e7a48bbb9cb5558a05b97dc71116", "sha256": "dcc119d60710c1fd1a583d0f62f4fe9d7eeea8a097b85b3be44188c50aeae42c" }, "downloads": -1, "filename": "rectify-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "3c74e7a48bbb9cb5558a05b97dc71116", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 10203, "upload_time": "2018-06-17T19:05:39", "url": "https://files.pythonhosted.org/packages/d2/a4/616a1444eb833b0958bebbe23e0915389699f8c1f736b705edc47d5d9777/rectify-1.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1e44da36c7fd6d03e7a067e058dd9caa", "sha256": "63dcd4dea1c684801217e63ab1e4852914062fdbdb96440dcfc28f20a234a858" }, "downloads": -1, "filename": "rectify-1.0.1.tar.gz", "has_sig": false, "md5_digest": "1e44da36c7fd6d03e7a067e058dd9caa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7968, "upload_time": "2018-06-17T19:05:41", "url": "https://files.pythonhosted.org/packages/bd/21/5e54bf8dd79ff77d8b4b625444f2f67d516b4d4ab254732cce2605bb9a6a/rectify-1.0.1.tar.gz" } ], "2.0": [ { "comment_text": "", "digests": { "md5": "e09664e76e08610324b881d24e6e80e9", "sha256": "a89dbd222871f62c79bf971546c8fd29d684a89a0565393dc1872d0cbdb43155" }, "downloads": -1, "filename": "rectify-2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "e09664e76e08610324b881d24e6e80e9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 10217, "upload_time": "2018-06-24T12:14:43", "url": "https://files.pythonhosted.org/packages/a8/24/f294d14e9a37e1242c01f7393422dbf43ee53e3fe141c111e26cbab09e11/rectify-2.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1f78a56b82d4337d11ba4ac563f8bb29", "sha256": "3cde23dc6c98ca3252f80934650c5cf642685067a1391b96d4ac6e19752eaa40" }, "downloads": -1, "filename": "rectify-2.0.tar.gz", "has_sig": false, "md5_digest": "1f78a56b82d4337d11ba4ac563f8bb29", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8007, "upload_time": "2018-06-24T12:14:44", "url": "https://files.pythonhosted.org/packages/c3/04/fd9d93cd8614eadbcc5fd37357581431ef2187c2b9983604b13ff606fed0/rectify-2.0.tar.gz" } ], "2.1": [ { "comment_text": "", "digests": { "md5": "4a8b6ef2e408f1eb5e816179200ff108", "sha256": "db9a6ea6d2245ddfb3cc0528feabfa44fa98249a3d7fd48c10aabbf5153c4b4b" }, "downloads": -1, "filename": "rectify-2.1-py3-none-any.whl", "has_sig": false, "md5_digest": "4a8b6ef2e408f1eb5e816179200ff108", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 11067, "upload_time": "2018-11-27T13:22:00", "url": "https://files.pythonhosted.org/packages/0c/7b/10d700b0f215ac4ec48757234ac3eded9661078e143a1dc8a4c8ab41174d/rectify-2.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a1f5012b25e2d4f40e7aa3469c5173b3", "sha256": "6c8fd2ff90b68cc4fb34e0ea0715eeb7dbde94306f00e0ae93293a6cecf973ac" }, "downloads": -1, "filename": "rectify-2.1.tar.gz", "has_sig": false, "md5_digest": "a1f5012b25e2d4f40e7aa3469c5173b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8108, "upload_time": "2018-11-27T13:22:01", "url": "https://files.pythonhosted.org/packages/bb/84/98184cd9fa6907651a9a98ada5a0bfcb974df0edf7695d2ef0303a6c660e/rectify-2.1.tar.gz" } ], "2.2": [ { "comment_text": "", "digests": { "md5": "6e140aa77da9eb5f79f65e5d7434ec8b", "sha256": "e20956da2035a3af3f815b09efbd2e888f5ed175021b7b56ad53f062dc450774" }, "downloads": -1, "filename": "rectify-2.2-py3-none-any.whl", "has_sig": false, "md5_digest": "6e140aa77da9eb5f79f65e5d7434ec8b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 11070, "upload_time": "2018-11-27T13:39:54", "url": "https://files.pythonhosted.org/packages/c3/d4/fb6e80a6ef9420aa95c5f584322a2ea5141e983a56ff665ff73020e67b5c/rectify-2.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8322a9b7da21feda9f8617ecf3415525", "sha256": "0cd9720c0ffcfcb4bb7853722808a65c7dfec566cfe0378c785a68a0087f7e6e" }, "downloads": -1, "filename": "rectify-2.2.tar.gz", "has_sig": false, "md5_digest": "8322a9b7da21feda9f8617ecf3415525", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8104, "upload_time": "2018-11-27T13:39:55", "url": "https://files.pythonhosted.org/packages/e0/60/398adffedc6cb9836487327411118af609b9dd943e349ada146c141a51a6/rectify-2.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6e140aa77da9eb5f79f65e5d7434ec8b", "sha256": "e20956da2035a3af3f815b09efbd2e888f5ed175021b7b56ad53f062dc450774" }, "downloads": -1, "filename": "rectify-2.2-py3-none-any.whl", "has_sig": false, "md5_digest": "6e140aa77da9eb5f79f65e5d7434ec8b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 11070, "upload_time": "2018-11-27T13:39:54", "url": "https://files.pythonhosted.org/packages/c3/d4/fb6e80a6ef9420aa95c5f584322a2ea5141e983a56ff665ff73020e67b5c/rectify-2.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8322a9b7da21feda9f8617ecf3415525", "sha256": "0cd9720c0ffcfcb4bb7853722808a65c7dfec566cfe0378c785a68a0087f7e6e" }, "downloads": -1, "filename": "rectify-2.2.tar.gz", "has_sig": false, "md5_digest": "8322a9b7da21feda9f8617ecf3415525", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8104, "upload_time": "2018-11-27T13:39:55", "url": "https://files.pythonhosted.org/packages/e0/60/398adffedc6cb9836487327411118af609b9dd943e349ada146c141a51a6/rectify-2.2.tar.gz" } ] }