chiral-client


Namechiral-client JSON
Version 0.3.2 PyPI version JSON
download
home_pagehttps://github.com/chiral-data/chiral-client-python
SummaryPython Client for Chiral Computing Cloud
upload_time2024-11-27 01:19:04
maintainerNone
docs_urlNone
authorQin Wan
requires_pythonNone
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # chiral-client-python: Python client for Chiral Computing Cloud API

## Versions
- 0.3.2 
    - (client version 0.3.1): new scripts example of gromacs
    - bug fix, windows directory seperators for upload_files & download_files
- 0.3.1: bug fix, ftp connection long idle
- 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 protobuf`
- `pip install notebook`

## Publish
```bash
# under virtual environment "chiral-dev"
python setup.py bdist_wheel
twine upload dist/*
```

## Roadmap

##  TODO

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/chiral-data/chiral-client-python",
    "name": "chiral-client",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Qin Wan",
    "author_email": "rogerwq@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/c8/aa/0af40bb657cf0e35cd8979dc71973c11d4dcde6d8c072faf0d1f0a142a02/chiral_client-0.3.2.tar.gz",
    "platform": null,
    "description": "# chiral-client-python: Python client for Chiral Computing Cloud API\n\n## Versions\n- 0.3.2 \n    - (client version 0.3.1): new scripts example of gromacs\n    - bug fix, windows directory seperators for upload_files & download_files\n- 0.3.1: bug fix, ftp connection long idle\n- 0.3.0: for chiral service V2\n- 0.2.1: ReCGen for virtual molecular library; Large language model LLama2 from Meta;\n- 0.1.0: gromacs\n\n## Requirements for Running Examples\n- python >= 3.12\n- numpy, matplotlib, grpcio, jupyter\n\n## Installation\n- `conda install -c conda-forge grpcio protobuf` not valid any more, use `python -m pip install grpcio protobuf`\n- `pip install notebook`\n\n## Publish\n```bash\n# under virtual environment \"chiral-dev\"\npython setup.py bdist_wheel\ntwine upload dist/*\n```\n\n## Roadmap\n\n##  TODO\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python Client for Chiral Computing Cloud",
    "version": "0.3.2",
    "project_urls": {
        "Homepage": "https://github.com/chiral-data/chiral-client-python"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e2967e1c236d81cce9daaf9fd3a91afb83f002a34271d0363b50a3e4c9516f1c",
                "md5": "f6346689233cffb6e355b0812be807e0",
                "sha256": "5c5c1c418f13ff1da6ce31a4b567927f5ca717872b4ab5b585fa7f36db45927e"
            },
            "downloads": -1,
            "filename": "chiral_client-0.3.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f6346689233cffb6e355b0812be807e0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 15549,
            "upload_time": "2024-11-27T01:19:03",
            "upload_time_iso_8601": "2024-11-27T01:19:03.137992Z",
            "url": "https://files.pythonhosted.org/packages/e2/96/7e1c236d81cce9daaf9fd3a91afb83f002a34271d0363b50a3e4c9516f1c/chiral_client-0.3.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c8aa0af40bb657cf0e35cd8979dc71973c11d4dcde6d8c072faf0d1f0a142a02",
                "md5": "4cf7d302c7a3505a9e49ca85f7133241",
                "sha256": "c3bd63fb3228767f5e8c81aeb677f78b0987d70325e807e340dff2f921592795"
            },
            "downloads": -1,
            "filename": "chiral_client-0.3.2.tar.gz",
            "has_sig": false,
            "md5_digest": "4cf7d302c7a3505a9e49ca85f7133241",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 12892,
            "upload_time": "2024-11-27T01:19:04",
            "upload_time_iso_8601": "2024-11-27T01:19:04.856828Z",
            "url": "https://files.pythonhosted.org/packages/c8/aa/0af40bb657cf0e35cd8979dc71973c11d4dcde6d8c072faf0d1f0a142a02/chiral_client-0.3.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-27 01:19:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "chiral-data",
    "github_project": "chiral-client-python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "chiral-client"
}
        
Elapsed time: 0.33041s