Metadata-Version: 2.1
Name: chiral-client
Version: 0.3.0
Summary: Python Client for Chiral Computing Cloud
Home-page: https://github.com/chiral-data/chiral-client-python
Author: Qin Wan
Author-email: rogerwq@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# chiral-client-python: Python client for Chiral Computing Cloud API

# Versions
- 0.3.0: for chiral service V2
- 0.2.1: ReCGen for virtual molecular library; Large language model LLama2 from Meta;
- 0.1.0: gromacs

# Requirements for Running Examples
- python >= 3.12
- numpy, matplotlib, grpcio, jupyter

# Installation
- `conda install -c conda-forge grpcio protobuf` not valid any more, use `python -m pip install grpcio`
- `pip install notebook`
