ezjaxtyping

View on PyPIReverse Dependencies (1)

0.2.20 ezjaxtyping-0.2.20-py3-none-any.whl

Wheel Details

Project: ezjaxtyping
Version: 0.2.20
Filename: ezjaxtyping-0.2.20-py3-none-any.whl
Download: [link]
Size: 25054
MD5: fe5b23ccc97db5cd619533f375d6b278
SHA256: 466f483aec7265fe60cf622592861d64fb73b2f0d1bbc7cdbcef63e22e422116
Uploaded: 2023-07-20 18:27:45 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: ezjaxtyping
Version: 0.2.20
Summary: Type annotations and runtime checking for shape and dtype of JAX arrays, and PyTrees.
Author-Email: Eddie Zhang <futzipecinematography[at]gmail.com>
Project-Url: repository, https://github.com/ezhang7423/relaxed-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.8
Requires-Dist: numpy (>=1.20.0)
Requires-Dist: typeguard (>=2.13.3)
Requires-Dist: typing-extensions (>=3.7.4.1)
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 2460 characters]

WHEEL

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

RECORD

Path Digest Size
jaxtyping/__init__.py sha256=baTMbxKo4EeQUZfYohjqMPWTSa-PZb6zYGrkeKgMp4k 7084
jaxtyping/_array_types.py sha256=wS6h_KGmqKdosBzU-GfMD_5rWlkmXrW1AS-rnmtjsZo 23069
jaxtyping/_decorator.py sha256=y1gq4CBa42yqCDTCmFIwC3jEEqQvv7dll-_D91RHaIk 5453
jaxtyping/_import_hook.py sha256=Q0lzSkPQso30IsBs3_OdgmzvK2IvLj-pGbX0mwqz_rw 14979
jaxtyping/_indirection.py sha256=vUIpchiHRMHdMcVlP1Wp708Nj5r8Q9etNTjDO607yug 1245
jaxtyping/_pytest_plugin.py sha256=WZCCAmHEJO_AxOSqzJHTuaGKMcFEbft17tFQwhDw50A 2206
jaxtyping/_pytree_type.py sha256=3qtGKDBV3vUddQQXIOAoXl_PRAnDoFvZYjsGX7nGl8c 4126
jaxtyping/py.typed sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs 1
ezjaxtyping-0.2.20.dist-info/METADATA sha256=q9wQndYluqfvM6TIFiUx2SBkgE37MqlkrW5xoEu5DLM 6278
ezjaxtyping-0.2.20.dist-info/WHEEL sha256=9QBuHhg6FNW7lppboF2vKVbCGTVzsFykgRQjjlajrhA 87
ezjaxtyping-0.2.20.dist-info/entry_points.txt sha256=wTOIAJlPWxFDVaWk3s2OFzzOO3s5tNQVXoouuO-E-5U 48
ezjaxtyping-0.2.20.dist-info/licenses/LICENSE sha256=LvZ3UfeuH6jRdlxJTVkXZ_po3B4SqwQ90Pu_vB_9pbw 2279
ezjaxtyping-0.2.20.dist-info/RECORD

entry_points.txt

jaxtyping = jaxtyping._pytest_plugin