Metadata-Version: 2.4
Name: zlynx
Version: 0.1.0
Summary: Flinx is a lightweight, highly-customizable deep learning library built on top of JAX and Flax NNX
Author: Shinapri
License: Apache-2.0
Keywords: jax,flax,deep-learning,machine-learning,neural-networks
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: datasets>=4.6.1
Requires-Dist: flax>=0.12.5
Requires-Dist: grain>=0.2.16
Requires-Dist: jax>=0.9.1
Requires-Dist: optax>=0.2.6
Requires-Dist: orbax>=0.1.9
Requires-Dist: tokenizers>=0.22.2
Provides-Extra: dev
Requires-Dist: pytest>=9.0.2; extra == "dev"
Requires-Dist: twine>=6.0.0; extra == "dev"
Requires-Dist: build>=1.2.0; extra == "dev"
Dynamic: license-file

# Zlynx

Zlynx is a lightweight, highly-customizable deep learning library built on top of **JAX** and **Flax NNX**. It is designed for researchers and developers who want fine-grained control over model architectures, training loops, and distributed setups without the bloat of massive frameworks.

## Quick Start

Install via `uv`:

```bash
uv pip install -e .
```

## Documentation

For in-depth guides on using Zlynx's features like Auto-Sharding, PEFT, and the GaLore Optimizer, please check out the [tutorials/](./tutorials/) directory.
