Metadata-Version: 2.4
Name: typinox
Version: 0.4.0
Summary: Enhanced runtime type-checked JAX modules
Project-URL: repository, https://github.com/EtaoinWu/typinox
Author-email: Etaoin Wu <me@etaoinwu.com>
License: BSD 3-Clause License
        
        Copyright (c) 2025, Etaoin Wu
        
        Redistribution and use in source and binary forms, with or without
        modification, are permitted provided that the following conditions are met:
        
        1. Redistributions of source code must retain the above copyright notice, this
           list of conditions and the following disclaimer.
        
        2. Redistributions in binary form must reproduce the above copyright notice,
           this list of conditions and the following disclaimer in the documentation
           and/or other materials provided with the distribution.
        
        3. Neither the name of the copyright holder nor the names of its
           contributors may be used to endorse or promote products derived from
           this software without specific prior written permission.
        
        THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
        AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
        IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
        DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
        FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
        DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
        SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
        CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
        OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
        OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
License-File: LICENSE
Keywords: annotations,deep-learning,equinox,jax,neural-networks,type-checking,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 :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Python: >=3.14
Requires-Dist: beartype>=0.22.5
Requires-Dist: equinox<0.14.0,>=0.13.2
Requires-Dist: jax<0.9.0,>=0.8.0
Requires-Dist: jaxtyping<0.4.0,>=0.3.3
Provides-Extra: docs
Requires-Dist: sphinx-book-theme<2.0,>=1.1.4; extra == 'docs'
Requires-Dist: sphinx<9.0,>=8.2.3; extra == 'docs'
Description-Content-Type: text/markdown

Typinox
=======

**Typinox** (TAI-pee-nox) is a Python library for enhancing run-time type-checking of
`jaxtyping`-annotated arrays and `equinox.Module`s.

Installation
------------

```bash
pip install typinox
```

Documentation
-------------

Read the documentation at [https://typinox.readthedocs.io](https://typinox.readthedocs.io).

License
-------

This project is licensed under the BSD 3-Clause License. See the [LICENSE](LICENSE) file for details.
