pycaputo

View on PyPIReverse Dependencies (0)

0.9.0 pycaputo-0.9.0-py3-none-any.whl

Wheel Details

Project: pycaputo
Version: 0.9.0
Filename: pycaputo-0.9.0-py3-none-any.whl
Download: [link]
Size: 125715
MD5: 67fa7ca62cf95b0780a38dc5855919fa
SHA256: 2fab8970830f037e2f266fa913c0343d4fe12c4be7ad04881b7a8cb9a4a80995
Uploaded: 2025-03-06 20:43:49 +0000

dist-info

METADATA

Metadata-Version: 2.4
Name: pycaputo
Version: 0.9.0
Summary: Evaluate fractional integrals and solve fractional ODEs
Author-Email: Alexandru Fikl <alexfikl[at]gmail.com>
Maintainer-Email: Alexandru Fikl <alexfikl[at]gmail.com>
Project-Url: Documentation, https://pycaputo.readthedocs.io
Project-Url: Repository, https://github.com/alexfikl/pycaputo
License: MIT
Keywords: fractional-derivatives,fractional-integrals,quadrature,time-stepping
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Other Audience
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Utilities
Requires-Python: >=3.10
Requires-Dist: numpy (>=1.17)
Requires-Dist: pymittagleffler (>=0.1)
Requires-Dist: rich (>=13)
Requires-Dist: scipy (>=1.7)
Requires-Dist: typing-extensions (>=4)
Requires-Dist: doc8; extra == "dev"
Requires-Dist: matplotlib; extra == "dev"
Requires-Dist: pyproject-fmt; extra == "dev"
Requires-Dist: reuse; extra == "dev"
Requires-Dist: typos; extra == "dev"
Requires-Dist: uv; extra == "dev"
Requires-Dist: sphinx-book-theme; extra == "docs"
Requires-Dist: sphinx-design (>=0.4); extra == "docs"
Requires-Dist: sphinx (>=6); extra == "docs"
Requires-Dist: mpmath; extra == "test"
Requires-Dist: mypy; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-benchmark; extra == "test"
Requires-Dist: ruff; extra == "test"
Requires-Dist: types-dataclasses; extra == "test"
Requires-Dist: scienceplots (>=2.1); extra == "vis"
Provides-Extra: dev
Provides-Extra: docs
Provides-Extra: test
Provides-Extra: vis
Description-Content-Type: text/x-rst
[Description omitted; length: 1916 characters]

WHEEL

Wheel-Version: 1.0
Generator: hatchling 1.27.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
pycaputo/__init__.py sha256=WeEmPhgfRVKzAtD4_a8eA8wNqCaFAX4FFLt-Hlui5Bo 12123
pycaputo/benchmark.py sha256=8-A3w6yVa0ZtxXtIsFcyhIDC_xOLNlsQCKd5zf07peA 3932
pycaputo/controller.py sha256=WmJSIGpg0jDRr0Lt34MSBPp5i2rxL9Iqdw6mwZ3FWNY 31634
pycaputo/derivatives.py sha256=xTU_sfTnlTQZbOY_nKe5EN3-TTHmTZ7XQy3yxH2mypk 7771
pycaputo/events.py sha256=9YwqLDeofjzv-Y-JiQ5GHZDj67LN-IzDS_hafPtXCtI 1749
pycaputo/finite_difference.py sha256=J_i3LWJN2d3jcx33x4O3fKUOavy72fIBWiefPV4qb_Y 6408
pycaputo/generating_functions.py sha256=uJB_G9Q8ayfzQuu5xw-3HzZoF68qmImKrXtKYOdGpcc 5518
pycaputo/grid.py sha256=lpHiMIlNU0WynEkjJWlZD0PQ-Y91ltaQayUdMDTRaJk 8026
pycaputo/history.py sha256=BZ303bmHwP9xDSGiq_-7TXksZRbaF2jaw6Ug5ysESEg 6604
pycaputo/implicit.py sha256=6oWOz-Bhd-aQa37DMyd06u3puB2-KNCdNfimXKHiaNs 3017
pycaputo/interpolation.py sha256=m5TcejU8_EPrUcr-scGRLMokzy_qMJVeYWZo4f9bZiA 4837
pycaputo/jacobi.py sha256=PPCK7EaNBYP5-zzcezVJ33CVLVRFsnLbhyW6jdQ81YA 12376
pycaputo/lagrange.py sha256=UCnhO0JcEf-GD1-wJGkwSBlUgYM9XPlEFJfO8sKGA1g 4281
pycaputo/lipschitz.py sha256=iT0kco0bNFzdvlbq0OKK52MZzLzpIbh5tJ4j7sZZR30 4530
pycaputo/logging.py sha256=tXq5q7qyvKdOhevcUKPFAMR-IrZKYXTCKwsW08f_7E0 1878
pycaputo/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pycaputo/special.py sha256=MSL4nGFUXQTB0vVHjKsw4fctdmlM2WihGqLMhdfOUU8 8612
pycaputo/stepping.py sha256=jqrEJup8jYTQBg2J7HxaE9On5VuILWy42zYnba8Xius 6479
pycaputo/typing.py sha256=MaJcciPSXtxtYqj9fHWP5ZMZr2txDnEjfUuwbVfGfl4 3113
pycaputo/utils.py sha256=vOCCUMg2bm1t_xZABqT7uKZyCIKBViC3AMRrGAd41xw 26852
pycaputo/differentiation/__init__.py sha256=JXNtzWkJsvqZv_YZIruvl9OMHZyVDIz-Ij0vDUO6S4o 4545
pycaputo/differentiation/base.py sha256=SCF-3OeY2QKaotvwdh9dx3OBkWAyLCdDcU0P0kICnPQ 6039
pycaputo/differentiation/caputo.py sha256=4F4voeMNHvSdpSuSxvpG4QsJuEdPOiGTcOkSVoI8zso 27991
pycaputo/differentiation/grunwald_letnikov.py sha256=9d45vJJ9_aUSanSOq2S6CysWK7VNIovJ6RAuxlpoWJM 11495
pycaputo/differentiation/riemann_liouville.py sha256=PGT86tnnFQTz4VrVPWM8gA2-JZP-QIBaOFpM9aik64I 5377
pycaputo/fode/__init__.py sha256=TddeEOcRsWzMLndJ3oa2f4qUGnyrHUJxBI9eHAL0aAI 302
pycaputo/fode/caputo.py sha256=mJKNC6KqZvZV5awMeYOkZzMMh6LZAXb4jLokUMCQFT0 23979
pycaputo/fode/gallery.py sha256=BXNkbConKw8JlPJP1moGxx5b4q3VUdqTK6qMghZpy5I 57194
pycaputo/fode/product_integration.py sha256=jjH3MbzoCiB-uVWNtcVZJRZ4Vt-5YcEHxiQGbAXpPJ0 4515
pycaputo/fode/special.py sha256=4jHobeSUmSzvKGV4-w_DbsZ6wGkpeMz2V8m95X0SCi8 7725
pycaputo/fode/variable_caputo.py sha256=0KfjDtFi3RHbvee_14UgsrKlaPAMQJ_Ipme_bD8cd00 8406
pycaputo/integrate_fire/__init__.py sha256=mvEecPoqE14dzuoW5X4Pj_yeCcHVaaK5w6TE5W0AxZA 499
pycaputo/integrate_fire/ad_ex.py sha256=KKAV67Mb9uAq087d9XF-ypUp7QyR_ZLdLO3GOS0V5eA 19356
pycaputo/integrate_fire/base.py sha256=kc-zfJRdOaoE2BcEgdHA6llyOsbYHbYdybQfjOV9j6A 13279
pycaputo/integrate_fire/eif.py sha256=9VpGIcV2eNu1wfYTWiHzy6rozFkRKUqU-ix2pp2DWFI 12098
pycaputo/integrate_fire/lif.py sha256=Ele19E6OqiDu6O2RpwsjwVjQsnql-A9jQtCUSgufEfg 9927
pycaputo/integrate_fire/pif.py sha256=vM-mDeBI2Pz3_qTO3DcsJJ6RdzMDQ6o3r6vamlcyueo 9282
pycaputo/integrate_fire/spikes.py sha256=hw2QN1yMSMkFI4jHqGOl0XcU0o0iyOrp_gcCexWsSXc 2539
pycaputo/quadrature/__init__.py sha256=GWFxxWJeXr-o39IDq6mefiZCI9WXyRwQ7aWHu0C-mus 1708
pycaputo/quadrature/base.py sha256=TAGaBwEWiSgh3U4mBpaemkDua1Y6oPiIvOsAHFhDMcQ 1499
pycaputo/quadrature/riemann_liouville.py sha256=TNP_d0nKgUXN0CLS8TWjfJ48hIKE9UJXk-Gq_kRApWQ 23809
pycaputo/quadrature/variable_riemann_liouville.py sha256=Oq8MPBiK8hUG_s3z8VlenUadX0xuM94PT6MDaQthnXI 6165
pycaputo-0.9.0.dist-info/METADATA sha256=clwoqIpUsmSbcGf5qJoPp40kVYR9JLmrEo-TESg0Yy0 3973
pycaputo-0.9.0.dist-info/WHEEL sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ 87
pycaputo-0.9.0.dist-info/RECORD