twinlab-client


Nametwinlab-client JSON
Version 0.0.0 PyPI version JSON
download
home_pagehttps://github.com/digiLab-ai/twinLab-cloud
SummaryClient interface for twinLab
upload_time2023-04-11 09:25:04
maintainer
docs_urlNone
authorAlexander Mead
requires_python>=3.9,<3.10
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # twinLab client

Headless interface to the `twinLab` library.

## Installation
```bash
poetry install
```

## Environment setup
```bash
cp .env.example .env
```
and fill in your group and user names.

## Commands

Local or cloud testing:
```python
poetry run python scripts/trigger.py local_or_cloud
```
where the `local_or_cloud` flag is either `local` or `cloud` and where `trigger.py` can be replaced with any of the scripts in the `script` directory.
You need to have a local server for the `twinlab-cloud` repository running for local testing.

## Notebooks

Check out the `notebooks` directory for some examples to get started!

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/digiLab-ai/twinLab-cloud",
    "name": "twinlab-client",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<3.10",
    "maintainer_email": "",
    "keywords": "",
    "author": "Alexander Mead",
    "author_email": "alexander@digilab.co.uk",
    "download_url": "https://files.pythonhosted.org/packages/22/ea/ea62e7564085eaead77bf05ad916aa0130b7498e5391628f2bec3555218f/twinlab_client-0.0.0.tar.gz",
    "platform": null,
    "description": "# twinLab client\n\nHeadless interface to the `twinLab` library.\n\n## Installation\n```bash\npoetry install\n```\n\n## Environment setup\n```bash\ncp .env.example .env\n```\nand fill in your group and user names.\n\n## Commands\n\nLocal or cloud testing:\n```python\npoetry run python scripts/trigger.py local_or_cloud\n```\nwhere the `local_or_cloud` flag is either `local` or `cloud` and where `trigger.py` can be replaced with any of the scripts in the `script` directory.\nYou need to have a local server for the `twinlab-cloud` repository running for local testing.\n\n## Notebooks\n\nCheck out the `notebooks` directory for some examples to get started!\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Client interface for twinLab",
    "version": "0.0.0",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6cf9bb1641337d2b2cc89ae9e332deaab954881a8281c045f0b453954f8c8aa8",
                "md5": "b66271603e5961e25bca5ec168337a51",
                "sha256": "d3b6baeebe9aa2871b8c17a3edd098f8b899e9cb57ddefa2570fcd39abb8fc75"
            },
            "downloads": -1,
            "filename": "twinlab_client-0.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b66271603e5961e25bca5ec168337a51",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<3.10",
            "size": 4220,
            "upload_time": "2023-04-11T09:25:01",
            "upload_time_iso_8601": "2023-04-11T09:25:01.339922Z",
            "url": "https://files.pythonhosted.org/packages/6c/f9/bb1641337d2b2cc89ae9e332deaab954881a8281c045f0b453954f8c8aa8/twinlab_client-0.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "22eaea62e7564085eaead77bf05ad916aa0130b7498e5391628f2bec3555218f",
                "md5": "69fd2c3b1a3c3cf91270fcfc5416275b",
                "sha256": "a48306027a9e94910234a4023aaa16a2cab54f3370271f0873f9c7e21dc1dcb8"
            },
            "downloads": -1,
            "filename": "twinlab_client-0.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "69fd2c3b1a3c3cf91270fcfc5416275b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<3.10",
            "size": 3299,
            "upload_time": "2023-04-11T09:25:04",
            "upload_time_iso_8601": "2023-04-11T09:25:04.261205Z",
            "url": "https://files.pythonhosted.org/packages/22/ea/ea62e7564085eaead77bf05ad916aa0130b7498e5391628f2bec3555218f/twinlab_client-0.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-11 09:25:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "digiLab-ai",
    "github_project": "twinLab-cloud",
    "lcname": "twinlab-client"
}
        
Elapsed time: 0.08079s