Metadata-Version: 2.1
Name: jax-pyjit
Version: 0.0.1
Summary: JIT python bindings including the client and data access objects
License: Apache-2.0
Author: Matthew Gerring
Author-email: matthew.gerring@jax.org
Requires-Python: >=3.11
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: requests (>=2.32.5,<3.0.0)
Description-Content-Type: text/markdown

# JAX Image Tools (JIT) Python API 'pyjit'

## Introduction
The pyjit package contains code common to jit tools, mostly DL and AI tools.
There are common dao packages which each tool consumes to reduce code copying.
These are required 

## Quick Start
### Install

poetry add pyjit


### Usage for Common Tools

from jax.pyjit.dao import StorageKey
This provides an easy way to create json objects used with the JIT server.

### Usage of JIT Client
pyjit will also contain a requests-based client one day similar to the JIT Shell.




