Metadata-Version: 2.1
Name: jaxls
Version: 2024.0.1
Summary: JAX Language Server APIs.
Author-email: epiqueras <19157096+epiqueras@users.noreply.github.com>
License: UNLICENSED
Project-URL: Homepage, https://github.com/epiqueras/jaxls
Project-URL: Repository, https://github.com/epiqueras/jaxls.git
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: jax>=0.4.35
Requires-Dist: typer
Requires-Dist: pydantic
Requires-Dist: absl-py

## Getting Started

1. Install `nox` in the activated environment: `pip install nox`.
2. Run `nox --session install` to install Python dependencies.
3. Install test dependencies `python -m pip install -r src/test/python_tests/requirements.txt && python -m pip install -e .`. You will have to install these to run tests from the Test Explorer.
4. Run: `Debug Extension and Python`.
5. `nox --session build_package` to build the extension.
