{ "info": { "author": "Glen Fletcher", "author_email": "mail@glenfletcher.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Science/Research", "License :: OSI Approved", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Scientific/Engineering :: Mathematics", "Topic :: Scientific/Engineering :: Physics", "Topic :: Scientific/Engineering :: Visualization" ], "description": ".. Copyright 2019 Glen Fletcher\n This documentation is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License; you may\n not use this documentation except in compliance with this License.\n You may obtain a copy of this License at: https://creativecommons.org/licenses/by-sa/4.0\n Any code samples are licensed under the Apache License, Version 2.0\n You may obtain a copy of this License at: http://www.apache.org/licenses/LICENSE-2.0\n\nIntroduction\n============\nComplex number to perceptually uniform RGB subset mapping library.\n\nThis library operates on buffer object using numpy, and is designed to convert a 2d array of complex number in to an 2d array to 3-tuples of RGB values suitable for passing to matplotlib's imshow function\n\nInstalling\n----------\n\nZtoRGBpy can be install from PyPI_, using the command:\n\n.. code-block:: shell\n\n $ pip install ZtoRGBpy\n\nRequirements\n------------\n\n- numpy_: 1.x >= 1.6\n- Plotting Functions:\n\n - matplotlib_: 1.x >= 1.3 or 2.x\n\nVersion Numbering\n-----------------\n\nZtoRGBpy user a version numbering system based on PEP440_, with versions numbers ``{major:d}.{minor:d}[.{patch:d}][.dev{year:0<4d}{month:0<2d}{day:0<2d}]`` providing a minimum of major and minor version, with optional patch number for bug fixes, and development tag for pre-release builds.\n\nMajor Version\n+++++++++++++\nNew Major Version Release, may change the public API in non backwards compatible ways, that may break existing code.\n\nMinor Version\n+++++++++++++\nMinor Version, releases may add new features to the public API, but will remain fully backwards compatible with the document API for the Major Version Series.\n\nPatch Version \n+++++++++++++\nPatch are solely for fixing bugs in the code or API, these will only change the public API when it is found to perform in a manor contrary to the documented API\n\nDevelopment Version\n+++++++++++++++++++\nThis is a Development release, has not be tested, it may be unstable or have breaks in the API, such a release should NOT be relied upon.\n\n.. _PyPI: https://pypi.org/project/ZtoRGBpy/\n.. _PEP440: https://www.python.org/dev/peps/pep-0440/\n.. _numpy: https://pypi.org/project/numpy/\n.. _matplotlib: https://pypi.org/project/matplotlib/2.2.4/\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://ztorgbpy.glenfletcher.com/", "keywords": "", "license": "Apache License, Version 2.0", "maintainer": "", "maintainer_email": "", "name": "ZtoRGBpy", "package_url": "https://pypi.org/project/ZtoRGBpy/", "platform": "", "project_url": "https://pypi.org/project/ZtoRGBpy/", "project_urls": { "Bug Tracker": "https://github.com/glenfletcher/ztorgbpy/issues", "Homepage": "https://ztorgbpy.glenfletcher.com/", "Source Code": "https://github.com/glenfletcher/ztorgbpy" }, "release_url": "https://pypi.org/project/ZtoRGBpy/1.0.1/", "requires_dist": [ "numpy (<2,>=1.6)", "matplotlib (<3,>=1.3) ; extra == 'plot'" ], "requires_python": "", "summary": "Complex number to perceptually uniform RGB subset mapping library", "version": "1.0.1" }, "last_serial": 5287724, "releases": { "1.0.1": [ { "comment_text": "", "digests": { "md5": "b4a3a1318da8aa77a82c54bc20648a0d", "sha256": "d5aa42f9f42666ae4743b61723e98d94e075326aad512155dd4c9333b1c27972" }, "downloads": -1, "filename": "ZtoRGBpy-1.0.1-py3.7.egg", "has_sig": false, "md5_digest": "b4a3a1318da8aa77a82c54bc20648a0d", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 26954, "upload_time": "2019-05-19T08:50:31", "url": "https://files.pythonhosted.org/packages/f0/11/3a20874e0a193495163431469ebcac722c0f655a5f52a7655ed505e97f2e/ZtoRGBpy-1.0.1-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "d2af17899672e2b0a3e311ecb34beb7f", "sha256": "3ca12003ce92da54b1f473acb77e3ac36e412c57fd1dc82639b6606c11b93b79" }, "downloads": -1, "filename": "ZtoRGBpy-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "d2af17899672e2b0a3e311ecb34beb7f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 14750, "upload_time": "2019-05-19T08:50:30", "url": "https://files.pythonhosted.org/packages/10/10/dcfcb5545d23cf8ad46539538caba932543d86851e84bb10edb682bdab31/ZtoRGBpy-1.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "00dbc108b2b0600f7c1aac7784faf07d", "sha256": "fd2a607ff1650c80a0e508a314b8c28d34782577d267cae4a75798baf6e92e1c" }, "downloads": -1, "filename": "ZtoRGBpy-1.0.1.tar.gz", "has_sig": false, "md5_digest": "00dbc108b2b0600f7c1aac7784faf07d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16584, "upload_time": "2019-05-19T08:50:33", "url": "https://files.pythonhosted.org/packages/ea/30/1270f22626d8441bbb43c83fd3c9a30dc32bc55eb1a268b0c238723d4689/ZtoRGBpy-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b4a3a1318da8aa77a82c54bc20648a0d", "sha256": "d5aa42f9f42666ae4743b61723e98d94e075326aad512155dd4c9333b1c27972" }, "downloads": -1, "filename": "ZtoRGBpy-1.0.1-py3.7.egg", "has_sig": false, "md5_digest": "b4a3a1318da8aa77a82c54bc20648a0d", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 26954, "upload_time": "2019-05-19T08:50:31", "url": "https://files.pythonhosted.org/packages/f0/11/3a20874e0a193495163431469ebcac722c0f655a5f52a7655ed505e97f2e/ZtoRGBpy-1.0.1-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "d2af17899672e2b0a3e311ecb34beb7f", "sha256": "3ca12003ce92da54b1f473acb77e3ac36e412c57fd1dc82639b6606c11b93b79" }, "downloads": -1, "filename": "ZtoRGBpy-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "d2af17899672e2b0a3e311ecb34beb7f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 14750, "upload_time": "2019-05-19T08:50:30", "url": "https://files.pythonhosted.org/packages/10/10/dcfcb5545d23cf8ad46539538caba932543d86851e84bb10edb682bdab31/ZtoRGBpy-1.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "00dbc108b2b0600f7c1aac7784faf07d", "sha256": "fd2a607ff1650c80a0e508a314b8c28d34782577d267cae4a75798baf6e92e1c" }, "downloads": -1, "filename": "ZtoRGBpy-1.0.1.tar.gz", "has_sig": false, "md5_digest": "00dbc108b2b0600f7c1aac7784faf07d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16584, "upload_time": "2019-05-19T08:50:33", "url": "https://files.pythonhosted.org/packages/ea/30/1270f22626d8441bbb43c83fd3c9a30dc32bc55eb1a268b0c238723d4689/ZtoRGBpy-1.0.1.tar.gz" } ] }