Skip to content

ChRIS Clients - version 0.0.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Oct 16:30
· 1 commit to main since this release
012d8c6

Python Async Client

# using uv - https://docs.astral.sh/uv/
uv pip install aiochris_oag==0.0.1

# using rye - https://rye.astral.sh/
rye add aiochris_oag==0.0.1

# using pip
pip install aiochris_oag==0.0.1

# using Docker
docker pull ghcr.io/fnndsc/python-async-client:0.0.1

# using Podman
podman pull ghcr.io/fnndsc/python-async-client:0.0.1

Python urllib3 Client

# using uv - https://docs.astral.sh/uv/
uv pip install chris_oag==0.0.1

# using rye - https://rye.astral.sh/
rye add chris_oag==0.0.1

# using pip
pip install chris_oag==0.0.1

# using Docker
docker pull ghcr.io/fnndsc/python-client:0.0.1

# using Podman
podman pull ghcr.io/fnndsc/python-client:0.0.1