am_algorithms

View on PyPIReverse Dependencies (0)

0.1.0 am_algorithms-0.1.0-py3-none-any.whl

Wheel Details

Project: am_algorithms
Version: 0.1.0
Filename: am_algorithms-0.1.0-py3-none-any.whl
Download: [link]
Size: 16653
MD5: 7b44dd72faceb024efbe06a142700de9
SHA256: 3fe9f9f09608863da6318c60579314e68c5a94fd7b9f0b8ebdbdb898a234090d
Uploaded: 2024-08-07 11:41:27 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: am_algorithms
Version: 0.1.0
Author: Aleksandra
Author-Email: ola.mostowska[at]op.pl
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.12,<4.0
Requires-Dist: sortedcontainers (<3.0.0,>=2.4.0)
Description-Content-Type: text/markdown
[No description]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.9.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
am_algorithms/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
am_algorithms/app.py sha256=leyZPE0vLOhazIhiW-0oM_aq2EPbEojzczRZFnEbf0U 73
am_algorithms/geometry/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
am_algorithms/geometry/point.py sha256=7vF9-eKkqmcIKLEab_7NkSgv7PtOKbbuVDjPNijrgew 6339
am_algorithms/geometry/triangle.py sha256=ePp_vEZowjsfJu9WqtB-OKABBUlaAO6ZUDEat9x85Gk 3253
am_algorithms/number/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
am_algorithms/number/bisection.py sha256=i-b_jhVAp-H-pePrGJNkIWDPbtyh_Y59TOyNYdUwOuE 3575
am_algorithms/number/fib.py sha256=gvn0YbqSdG35KNYPIEEPmvpqa8r32DslBrJjNfmS1nQ 2824
am_algorithms/number/find_min_element.py sha256=wH_gM95e5JDwsh_1vHlRTYgtsSifwesJLDk-XQV1YvM 2190
am_algorithms/number/gcd.py sha256=CzWyPx5KkGtpIe819h9tC7Q1qxhCu9ifK1BklqzPzj4 2871
am_algorithms/number/horner.py sha256=ld-PNUnC_6dfOJ64jrKMVSglbq3Hv1f0EvEik8r6pA4 2665
am_algorithms/number/numerical_integration.py sha256=N0cdJVsiKMoBq1roLaKwR1MBaejQuaOUxXpzTZQNgMU 3022
am_algorithms/number/sort.py sha256=BuALFsAYmqAjUEfoIC4Xwki1tMvJH0vOODk4nscyS9E 902
am_algorithms/number/utils.py sha256=o7rkUOKD619fnudviWLEntUtzCe1xMwwTPHmq69mD14 4410
am_algorithms/sort_generic.py sha256=1CU4VzFcwTz02ufDweZuLBL4eAZI88QcYuY5sY19MMM 4835
am_algorithms/text/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
am_algorithms/text/cipher.py sha256=gx_8OPpnzXz7oVf3X1yhEKyAnGq5x8TcmXA60W5B1WM 2573
am_algorithms/text/utils.py sha256=S1UaKX2S1hB2gLBgB-pMT2dl8WW9MCdBXSHL-Gh13JU 3406
am_algorithms-0.1.0.dist-info/entry_points.txt sha256=2Tz02fLJGhSwUrOpm-XMYJO3kwiLJRouVFz_1F0IV8A 70
am_algorithms-0.1.0.dist-info/METADATA sha256=jKeuj1KPwBu9c8numE0xZ9-wEkMM43WMCNnxYktfRno 339
am_algorithms-0.1.0.dist-info/WHEEL sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg 88
am_algorithms-0.1.0.dist-info/RECORD

entry_points.txt

am_python_algorithms = am_python_algorithms.app:main