adaptive-hybrid-sort

View on PyPIReverse Dependencies (0)

1.0.0 adaptive_hybrid_sort-1.0.0-py3-none-any.whl

Wheel Details

Project: adaptive-hybrid-sort
Version: 1.0.0
Filename: adaptive_hybrid_sort-1.0.0-py3-none-any.whl
Download: [link]
Size: 14974
MD5: 15f8ac704f7ad567bd4b42cca8030c0f
SHA256: ca5738ffbeecce513984df94b3823a2dfe81d138d61a96ec380b1e04bb4e82b1
Uploaded: 2025-02-10 07:01:39 +0000

dist-info

METADATA

Metadata-Version: 2.2
Name: adaptive-hybrid-sort
Version: 1.0.0
Summary: An enhanced adaptive sorting algorithm with pattern detection
Author-Email: valEn1Ob0 <your.email[at]example.com>
Project-Url: Homepage, https://github.com/valEn1Ob0/adaptive-hybrid-sort
Project-Url: Repository, https://github.com/valEn1Ob0/adaptive-hybrid-sort.git
Project-Url: Issues, https://github.com/valEn1Ob0/adaptive-hybrid-sort/issues
License: MIT License Copyright (c) 2024 Valentin 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: sorting,algorithm,adaptive,pattern-detection,optimization
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Requires-Dist: numpy (>=1.19.0)
Requires-Dist: pandas (>=1.2.0)
Requires-Dist: matplotlib (>=3.3.0)
Requires-Dist: seaborn (>=0.11.0)
Requires-Dist: tqdm (>=4.50.0)
Requires-Dist: psutil (>=5.7.0)
Requires-Dist: memory_profiler (>=0.58.0)
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 4925 characters]

WHEEL

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

RECORD

Path Digest Size
adaptive_hybrid_sort/__init__.py sha256=FO3CYCa25JtX0qK9IUbJUQw7kIQtH84SfvE1YdR36bA 269
adaptive_hybrid_sort/enhanced_adaptive_sort.py sha256=2PzO3BQTiXy2D-NKAYvig1DBd9Xpa_y5KhnMwQ5OmgQ 16713
adaptive_hybrid_sort/sorting_visualizer.py sha256=XZswQzQ2OtTZoNvahFtmBSW4QqLqAh9vue89Azc7kqI 9177
adaptive_hybrid_sort/bin/__init__.py sha256=GGK9aA5vmdjk24iHlkpRhGBx4jdBd8SwaquC1WXGppE 65
adaptive_hybrid_sort/bin/cli.py sha256=dLU9-fcBCudoFa5iIBBVCbl36d7DaNyO8XfCjgYP43A 4372
adaptive_hybrid_sort-1.0.0.dist-info/LICENSE sha256=Vpmn0x69XBTLIQ-1ga6WtI5TSWMf9DjplmTdOGPdwfA 1065
adaptive_hybrid_sort-1.0.0.dist-info/METADATA sha256=ovBqdWiGydjCgxWShiaa0yF-zx51xXO0W6EH9LFxspc 7404
adaptive_hybrid_sort-1.0.0.dist-info/WHEEL sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8 91
adaptive_hybrid_sort-1.0.0.dist-info/entry_points.txt sha256=F7kUd1amIAEI83JdJAvn82IfnXRxWRG4j-hhKKXy-Wc 60
adaptive_hybrid_sort-1.0.0.dist-info/top_level.txt sha256=ZTAMEgB0UmJOXnxgl1wYQaM_DiPoZNXFq5OKjQcP-yo 37
adaptive_hybrid_sort-1.0.0.dist-info/RECORD

top_level.txt

adaptive_hybrid_sort
sorting_results

entry_points.txt

sorts = adaptive_hybrid_sort.bin.cli:main