lf-mandelbrot

View on PyPIReverse Dependencies (0)

0.1.0 lf_mandelbrot-0.1.0-py3-none-any.whl

Wheel Details

Project: lf-mandelbrot
Version: 0.1.0
Filename: lf_mandelbrot-0.1.0-py3-none-any.whl
Download: [link]
Size: 9110
MD5: f34a9a3ee143e7f6ee51a04ec1f4647e
SHA256: f5efcdbc22e5b505aa7b2ef3d46a611319fbaa950660bae5ea40e7ea8c2af925
Uploaded: 2023-03-26 16:48:44 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: lf-mandelbrot
Version: 0.1.0
Summary: Paint the Mandelbrot set.
Author-Email: Real Python <info[at]realpython.com>
Project-Url: Homepage, https://github.com/lfavole/mandelbrot
License: This is free and unencumbered software released into the public domain. Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means. In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. For more information, please refer to <https://unlicense.org>
Keywords: mandelbrot
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: Pillow
Requires-Dist: build; extra == "build"
Requires-Dist: twine; extra == "build"
Requires-Dist: black; extra == "dev"
Requires-Dist: bumpver; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: pip-tools; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Provides-Extra: build
Provides-Extra: dev
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 93 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.40.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
mandelbrot/__init__.py sha256=zyErRGrKEXfffmdjd64UNuZP0lJP61EC7YtdNrtMmso 9055
mandelbrot/__main__.py sha256=Rlvqp1a3lU-wSt5t9d6pV3vjNbsPXNBf3SFeYUGoyUU 340
mandelbrot/mandelbrot_set.py sha256=Wd_B2fM7N1MaCO9m99wyjGpnxqx7CDieYR4fb1HTRXM 2472
mandelbrot/plot.py sha256=zNUhGxCVV_oJkgnfspaFiKRWNpj2t5gLEoQsdAtBWC0 2657
mandelbrot/viewport.py sha256=_UZntqXU_iGvZdGqy8qG6yCpDVD4mUL8o_wvbKxOnxo 1898
lf_mandelbrot-0.1.0.dist-info/LICENSE sha256=Q2ptU2E48gOsMzhYz_kqVovmJ5d1KzrblLyqD2_-fvY 1235
lf_mandelbrot-0.1.0.dist-info/METADATA sha256=cc1jJaAAM6XA9Rp3E9EINduvlelfiRQJZe5_Hd2YTO0 2398
lf_mandelbrot-0.1.0.dist-info/WHEEL sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18 92
lf_mandelbrot-0.1.0.dist-info/entry_points.txt sha256=PDN8qjpjmUnoiLcbRjdqriPuoM3wrkRwY7fJnlT9CV8 156
lf_mandelbrot-0.1.0.dist-info/top_level.txt sha256=prJVRLR1iJNJaEfLhN4wRLKmZiWDZc5gtSIVfIRwnqk 11
lf_mandelbrot-0.1.0.dist-info/RECORD

top_level.txt

mandelbrot

entry_points.txt

mandelbrot = mandelbrot.__main__:main
mandelbrot-plot = mandelbrot.plot:main
mb = mandelbrot.__main__:main
mb-plot = mandelbrot.plot:main