{ "info": { "author": "Anand B Pillai", "author_email": "abpillai@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: BSD License", "Topic :: Scientific/Engineering :: Visualization" ], "description": "This is a program which generates the Mandelbrot fractal set of a given width and height\nfor a given number of iterations.\n\nIt uses Pillow, the Python Imaging Library fork to render the image and save it to a file.\n\nSample Usage.\n\n\nTo see all command line arguments, pass -h to the program.\n\n$ mandelbrot -h\nusage: mandelbrot [-h] [-W WIDTH] [-H HEIGHT] [-n NITER] [-o OUTPUT]\n\nMandelbrot fractal generator\n\noptional arguments:\n -h, --help show this help message and exit\n -W WIDTH, --width WIDTH\n Width of the image\n -H HEIGHT, --height HEIGHT\n Height of the image\n -n NITER, --niter NITER\n Number of iterations\n -o OUTPUT, --output OUTPUT\n Name of output image file\n\nBy default, the program generates a mandelbrot fractal image of size 640x480 pixels to a file named mandelbrot.png for 1000 iterations to a file named mandelbrot.png .\n\n\n$ mandelbrot\nCreating mandelbrot set with size 640x480, #iterations=1000\n\nHere is an example of creating an image of size 1280x720 pixels with 5000 iterations and saving it to\nmandelbrot_big.png \n\n$ mandelbrot -W 1280 -H 720 -n 5000 -o mandelbrot_big.png\n\nThe package also includes the 'mandelbrot_mp' program which uses PyMP to improve performance by\nparallel execution on multiple cores in the machine if available. The command line arguments remain the same.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://packages.python.org/mandelbrot", "keywords": "fractal mandelbrot example chaos", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "mandelbrot", "package_url": "https://pypi.org/project/mandelbrot/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/mandelbrot/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://packages.python.org/mandelbrot" }, "release_url": "https://pypi.org/project/mandelbrot/0.1/", "requires_dist": null, "requires_python": null, "summary": "A program for generating Mandelbrot fractal images", "version": "0.1" }, "last_serial": 2622186, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "ef0ff17135eba3a2db9204c14313a9c6", "sha256": "82e7c625401aed02b7d073de06da935b81213927807421a2b7b00997655a9e1a" }, "downloads": -1, "filename": "mandelbrot-0.1.tar.gz", "has_sig": false, "md5_digest": "ef0ff17135eba3a2db9204c14313a9c6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2979, "upload_time": "2017-02-06T11:33:55", "url": "https://files.pythonhosted.org/packages/32/6e/240da66b0c99623d7e055a6713962f5912f0c358a5eb8d1e87daaeb213fc/mandelbrot-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ef0ff17135eba3a2db9204c14313a9c6", "sha256": "82e7c625401aed02b7d073de06da935b81213927807421a2b7b00997655a9e1a" }, "downloads": -1, "filename": "mandelbrot-0.1.tar.gz", "has_sig": false, "md5_digest": "ef0ff17135eba3a2db9204c14313a9c6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2979, "upload_time": "2017-02-06T11:33:55", "url": "https://files.pythonhosted.org/packages/32/6e/240da66b0c99623d7e055a6713962f5912f0c358a5eb8d1e87daaeb213fc/mandelbrot-0.1.tar.gz" } ] }