jaxtyping

View on PyPIReverse Dependencies (104)

0.2.28 jaxtyping-0.2.28-py3-none-any.whl

Wheel Details

Project: jaxtyping
Version: 0.2.28
Filename: jaxtyping-0.2.28-py3-none-any.whl
Download: [link]
Size: 40707
MD5: ca70bb1eb4cad11a4e574e25aef9d5f6
SHA256: 4a54eb964087cd46463d9a86c805b4e4f5c20cce5f22049d6f35a26d9f105bd3
Uploaded: 2024-03-07 17:31:28 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: jaxtyping
Version: 0.2.28
Summary: Type annotations and runtime checking for shape and dtype of JAX arrays, and PyTrees.
Author-Email: Patrick Kidger <contact[at]kidger.site>
Project-Url: repository, https://github.com/google/jaxtyping
License: MIT License Copyright (c) 2022 Google LLC 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. --- Sections of the code were modified from https://github.com/agronholm/typeguard under the terms of the MIT license, reproduced below. --- MIT License Copyright (c) Alex Grönholm 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: deep-learning,equinox,jax,neural-networks,typing
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Python: ~=3.9
Requires-Dist: numpy (>=1.20.0)
Requires-Dist: typeguard (==2.13.3)
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 2622 characters]

WHEEL

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

RECORD

Path Digest Size
jaxtyping/__init__.py sha256=VJ19ZbBUteyOGHJHsX1jouAmuMbBiXSvxIR405RGaZM 9316
jaxtyping/_array_types.py sha256=qZ-233kDsu0iwsNn7R83UzxUpPt33JtCLgiVzBpmTLs 27355
jaxtyping/_config.py sha256=yJXxUNWsp-09PXS8p2mdH71FHshHtnbFmpv34--L2xE 1791
jaxtyping/_decorator.py sha256=-lBB0jk229cOO75FUTRzapxwd7TwTVm0CVshHs4JeiY 33056
jaxtyping/_errors.py sha256=6G2NU_eJZZQm9u6iQqyBtIY0Lct7nQLy0ktKMZc_zzA 284
jaxtyping/_import_hook.py sha256=AOzDxZNfAjp2q8eTneZ4pKczkMBxDhu80rFDJzCKIKk 15606
jaxtyping/_indirection.py sha256=mDIFg9eAjgj6he1UkjQI9ek2E-2fGP30DKRTl6bUgdM 2555
jaxtyping/_ipython_extension.py sha256=QgThve8LPRnw2Q5Jk_N_gEr6c5JCu0S92WYTQdwlUvc 2282
jaxtyping/_pytest_plugin.py sha256=WZCCAmHEJO_AxOSqzJHTuaGKMcFEbft17tFQwhDw50A 2206
jaxtyping/_pytree_type.py sha256=VEisvbsr8UsbLhP4RlSvgA443hwAE2adEV4zvajU3zw 12799
jaxtyping/_storage.py sha256=S4jB5Q6_EkOEpZ50l5lGxHyPHG2WCb7N2FYt0uxlBVg 5699
jaxtyping/py.typed sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs 1
jaxtyping-0.2.28.dist-info/METADATA sha256=7Pw4OyTkVpei_kSnpCNIMnxwrwA3JGCDPwGvaWWkyZg 6375
jaxtyping-0.2.28.dist-info/WHEEL sha256=TJPnKdtrSue7xZ_AVGkp9YXcvDrobsjBds1du3Nx6dc 87
jaxtyping-0.2.28.dist-info/entry_points.txt sha256=wTOIAJlPWxFDVaWk3s2OFzzOO3s5tNQVXoouuO-E-5U 48
jaxtyping-0.2.28.dist-info/licenses/LICENSE sha256=LvZ3UfeuH6jRdlxJTVkXZ_po3B4SqwQ90Pu_vB_9pbw 2279
jaxtyping-0.2.28.dist-info/RECORD

entry_points.txt

jaxtyping = jaxtyping._pytest_plugin