hundun

View on PyPIReverse Dependencies (0)

0.1.39 hundun-0.1.39-py3-none-any.whl

Wheel Details

Project: hundun
Version: 0.1.39
Filename: hundun-0.1.39-py3-none-any.whl
Download: [link]
Size: 26681
MD5: 85e738cc6d526011969ba2dc6e639769
SHA256: 922afa76dc604bad7d30d981eeac6d8f5aab939938adaf69db49ed4aa1622dbb
Uploaded: 2023-05-19 10:00:30 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: hundun
Version: 0.1.39
Summary: hundun is a python library for the exploration of chaos.
Author-Email: kosh <llllbxg[at]gmail.com>
Project-Url: repository, http://github.com/llbxg/hundun
License: MIT License Copyright (c) 2021 - 2022 llbxg 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.
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.8
Requires-Dist: scipy
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: flake8; extra == "dev"
Requires-Dist: setuptools-scm; extra == "dev"
Requires-Dist: wheel; extra == "dev"
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"
Provides-Extra: dev
Description-Content-Type: text/markdown
License-File: LICENSE.txt
[Description omitted; length: 1371 characters]

WHEEL

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

RECORD

Path Digest Size
hundun/__init__.py sha256=SKJntO0Bg_9c9vTy_ymipjktVg4FquI069qwuK-Mhnk 410
hundun/equations/__init__.py sha256=bbxgiUgqWDSJDv8CiTOzmK0x3vijBqBiO3-WzY8AzTs 155
hundun/equations/henon.py sha256=iTtZAPZz644Fmnr5NJB0UP2WTl8N1Z-SKMnb3iFHGOc 448
hundun/equations/logistic.py sha256=fQtjJQUeUGfSyrQ320hMAYppYSKuKAJGDeleMIqdKgE 305
hundun/equations/lorenz.py sha256=_YYjVHjIwzZ7kAw6wk2LHkaOsoIcvA-DZ4u7ekej00s 604
hundun/exploration/__init__.py sha256=PQfs1JyNhn2eGlo4MGsN598kYT6gkMJpD5WbMPpjjTk 1091
hundun/exploration/_afn.py sha256=KWCAOOUQvD7qhGWKSYxWPjT-614mHxRAl0bUpy_GvpI 2925
hundun/exploration/_autocorrelation.py sha256=lmVvNOu55WCkgy_aVmWBRG8pQjnXL3dNTY-h1hhqJp0 1994
hundun/exploration/_box3.py sha256=bpcyrUSrFFxokaRmy5Hz0CDgUfV8Ti2nsUqZi70hUVk 13082
hundun/exploration/_fnn.py sha256=4jQOKmJP9VXRkZurICZi5vD3ByORrX2Wfr6tjWPZ9Vw 2429
hundun/exploration/_gp.py sha256=kHRsyQfuUympjFAffua1AiXpKSF3tI-EOQr7k60ZRCA 1786
hundun/exploration/_mutualinfo.py sha256=-Mfyn5lABUviimT6_0mEwGMowoWnM2LvA_7Dc91Wfdk 1706
hundun/exploration/_recurrenceplot.py sha256=YL0c0ojU7yrAE6i1kv5U1R1oHFPqHDS9_UJAdVYi54k 1055
hundun/exploration/_utils.py sha256=zylbtAogmIqVx13_XMSOUY6bsXeQGiFSJWz_2J77s8w 1798
hundun/exploration/_wayland.py sha256=7anMIV26Kd0Sc63bkumSEKNjFX2Ypj4gHMjZvfqH2IM 2576
hundun/lyapunov/__init__.py sha256=SVTjLCzvQbpoOLP725Pd9QmoxEsyzgu7Ab4goR9f2lE 1079
hundun/lyapunov/_func.py sha256=mZUlK3l0nHofRq3MRYHm4PjMNlP8aJeL7RCSbYACyO8 537
hundun/lyapunov/_les_difference.py sha256=MVMcgQZp6vGUFKJ_pcZFkhVQPSpVG7A76cvl7TcapTU 1592
hundun/lyapunov/_les_differential.py sha256=b-eUqxSmMOom7Vq3uTQghpLPQfiqv_tmIWb4gwIJs_o 5514
hundun/systems/__init__.py sha256=fcLpMUgIUnuTRLp4ViGpGbsrHC61CXArjcxR1uzd3hE 304
hundun/systems/_difference.py sha256=uNgZSiEYYowyyGxH_b9JZG8qWu3yAVooVtVb8P4rXzQ 268
hundun/systems/_differential.py sha256=_1X3zwHuZQUwB3O94L0LceaaIR9tk94bndLnnSTi3Lo 399
hundun/systems/_solver.py sha256=5al2AJoa25l2NXgfd3uts5f4mI53EqWpnZc0Y3PbXRI 1525
hundun/systems/_sync.py sha256=FtuAS-oVxG2XkqA3jKRzOXV6NlC7YUIYUxDwVrElbMw 2010
hundun/systems/_systems.py sha256=fPnHwtecVY8rcM6tqNo55ZDZCHd4GIqIjalfTzBOnlI 3075
hundun/systems/_tu.py sha256=-zNYuJF14CC1tBIAH8HcLh6Iw62dTw9Ge0aFuVz6g7Q 123
hundun/utils/__init__.py sha256=m6NPnqTgKmIB8YcxkCDxgvoYjBxE13dtddRdXgDFNxY 84
hundun/utils/_draw.py sha256=dxt6a8BWcv2n9I3qBkXd-fa-G9VMWNh8KUfSO2-YQgA 7457
hundun-0.1.39.dist-info/LICENSE.txt sha256=KjlVu5AZPl2DjcEfHSWXLluo4LKhkgcsACCaSzHEUlw 1068
hundun-0.1.39.dist-info/METADATA sha256=hWP8MMPy8BWLHk3HSce8xM8nGKKhotUwezIP4oNSllE 3254
hundun-0.1.39.dist-info/WHEEL sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18 92
hundun-0.1.39.dist-info/top_level.txt sha256=aMeX4n3FV_AXgO1e6iFS28QvYyjB4JOLoH5uE7mtMwE 7
hundun-0.1.39.dist-info/RECORD

top_level.txt

hundun