NPerlinNoise

View on PyPIReverse Dependencies (0)

0.1.4a0 nPerlinNoise-0.1.4a0-py3-none-any.whl

Wheel Details

Project: NPerlinNoise
Version: 0.1.4a0
Filename: nPerlinNoise-0.1.4a0-py3-none-any.whl
Download: [link]
Size: 15924
MD5: 64b0f7c11a99f4ad20c6c20c6dc4c9fe
SHA256: 54a0dca607f287dc673532a0d764d9cdb3805b2d16e1254f6da86f3fdfe1c2dc
Uploaded: 2022-10-18 11:44:53 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: nPerlinNoise
Version: 0.1.4a0
Summary: A robust open source implementation of Perlin Noise Algorithm for N-Dimensions
Author-Email: Amith225 <amitharun3[at]gmail.com>
Maintainer-Email: Amith225 <amitharun3[at]gmail.com>
Project-Url: homepage, https://pypi.org/project/nPerlinNoise/
Project-Url: repository, https://github.com/Amith225/nPerlinNoise
License: MIT License Copyright (c) 2022 Amith225 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 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 OR COPYRIGHT HOLDERS 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.
Keywords: perlin-noise,perlin,n-dimensional,numpy-perlin,numpy-noise,noise,noise-algorithm,performance
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.10
Requires-Dist: numexpr (>=2.8.3)
Requires-Dist: numpy (>=1.23.3)
Requires-Dist: matplotlib (>=3.6.1); extra == "dev"
Requires-Dist: plotly (>=5.10.0); extra == "dev"
Requires-Dist: PyQt5 (>=5.15.7); extra == "dev"
Requires-Dist: PyQt5-stubs (>=5.15.6.0); extra == "dev"
Requires-Dist: build (>=0.8.0); extra == "dev"
Requires-Dist: twine (>=4.0.1); extra == "dev"
Provides-Extra: dev
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 11298 characters]

WHEEL

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

RECORD

Path Digest Size
NPerlinNoise/__init__.py sha256=elhv-oCcfUsGFx5Ux-RPFnG-8p0BG4b7AMqDHscMz4s 361
NPerlinNoise/__main__.py sha256=hScJddhzzPYoRt6GgE4IPDae7kt5Nsw9p3VPdDMV4pI 84
NPerlinNoise/config.toml sha256=U-VpOtq47WsEOUHpxMbidHZXLokjtNHoxI2SSJyDuMw 15
NPerlinNoise/generator.py sha256=-Uki069RgWrI1WcSMzbzbaN8GDUQ_XPpSW-no0VJj6U 2342
NPerlinNoise/nPerlin.py sha256=IxcJHixe9k5zVw1ZbFRteiPT84SSEFEMxOB7c-1gcRI 9902
NPerlinNoise/noise.py sha256=JIDnYZQ9OI9iz4XhOPrDLQ0_AuAk4M-EKBPE9HlItRc 2717
NPerlinNoise/selectionTools.py sha256=am2hA59XJln6NzPIu7S--3wryGG0qKmVAq74XxADNTQ 7938
NPerlinNoise/tools.py sha256=1TlR-DzupTpJtao_PaiLmEbZ5I8T5OAESmd1Gwt25GI 3822
nPerlinNoise-0.1.4a0.dist-info/LICENSE sha256=D0bromqqo_7QDEHmDq1JglMJ6GDn_1BVsJAXnVUs0hg 1086
nPerlinNoise-0.1.4a0.dist-info/METADATA sha256=7CG5S3Ba5-LXp3g4gwg77Nf0-gFBd82ztCeh0oP4_4o 13631
nPerlinNoise-0.1.4a0.dist-info/WHEEL sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA 92
nPerlinNoise-0.1.4a0.dist-info/entry_points.txt sha256=3BiVoD_tTrvCJBNgu4SSe-Dgt7LLrjB3PS4S_8Twipg 60
nPerlinNoise-0.1.4a0.dist-info/top_level.txt sha256=W1UXxaN7KL-XN3Y2otvRG_Oln8nvGCE_iuMt95enOR8 13
nPerlinNoise-0.1.4a0.dist-info/RECORD

top_level.txt

NPerlinNoise

entry_points.txt

nPerlinNoise = nPerlinNoise.__main__:main