datoma


Namedatoma JSON
Version 1.0.4 PyPI version JSON
download
home_pageNone
SummaryLibrary to create, submit and handle Datoma's jobs and workflows from Python
upload_time2025-02-13 15:18:39
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Datoma
[Datoma](https://datoma.cloud/) is a cloud computing web service solution that offers experimental scientists a fast and easy way to analyze mass spectrometry-based metabolomics data for free, while giving code developers the opportunity to increase visibility and usability of their code.
This Python module enables users to use the platform programmatically: upload files, launch new jobs and create custom metabolomics workflows from existing tools. Check out the documentation [here](https://datoma.readthedocs.io/en/latest/index.html#).

# Install
The library package is listed on [PyPI](https://pypi.org/project/datoma/).\
You install it by using the following command:\

    pip install datoma

# Configure
This is the step where you can specify if you have developer access. If you don't, please refrain from using the `--dev` flag.

```bash
$ python3 -m datoma login [--email <email>] [--password <password>] [--dev]

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "datoma",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/79/e7/187bdf7eac766a8409e9e90f525761fa93236ffd1996e245385015c3ee51/datoma-1.0.4.tar.gz",
    "platform": null,
    "description": "# Datoma\n[Datoma](https://datoma.cloud/) is a cloud computing web service solution that offers experimental scientists a fast and easy way to analyze mass spectrometry-based metabolomics data for free, while giving code developers the opportunity to increase visibility and usability of their code.\nThis Python module enables users to use the platform programmatically: upload files, launch new jobs and create custom metabolomics workflows from existing tools. Check out the documentation [here](https://datoma.readthedocs.io/en/latest/index.html#).\n\n# Install\nThe library package is listed on [PyPI](https://pypi.org/project/datoma/).\\\nYou install it by using the following command:\\\n\n    pip install datoma\n\n# Configure\nThis is the step where you can specify if you have developer access. If you don't, please refrain from using the `--dev` flag.\n\n```bash\n$ python3 -m datoma login [--email <email>] [--password <password>] [--dev]\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Library to create, submit and handle Datoma's jobs and workflows from Python",
    "version": "1.0.4",
    "project_urls": {
        "Documentation": "https://datoma.readthedocs.io/en/latest/index.html#",
        "Homepage": "https://datoma.cloud"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6f06cef5c906d16009f7acef020fb71b681667045f6d0b477f54497180f1c8e3",
                "md5": "32e73e35f9fafefe2acd3b588f721bb8",
                "sha256": "a58ad58265c43d3b2508d244c7b63c0416d5613d0786f8373a0b92eba7728c2b"
            },
            "downloads": -1,
            "filename": "datoma-1.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "32e73e35f9fafefe2acd3b588f721bb8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 24784,
            "upload_time": "2025-02-13T15:18:37",
            "upload_time_iso_8601": "2025-02-13T15:18:37.577495Z",
            "url": "https://files.pythonhosted.org/packages/6f/06/cef5c906d16009f7acef020fb71b681667045f6d0b477f54497180f1c8e3/datoma-1.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "79e7187bdf7eac766a8409e9e90f525761fa93236ffd1996e245385015c3ee51",
                "md5": "8f092590e639596aa7d1553a61d273e1",
                "sha256": "edd449d7283efe0461785989dc13a2a5fbaf0ee3906acd2cadb711fd5956438c"
            },
            "downloads": -1,
            "filename": "datoma-1.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "8f092590e639596aa7d1553a61d273e1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 20942,
            "upload_time": "2025-02-13T15:18:39",
            "upload_time_iso_8601": "2025-02-13T15:18:39.634584Z",
            "url": "https://files.pythonhosted.org/packages/79/e7/187bdf7eac766a8409e9e90f525761fa93236ffd1996e245385015c3ee51/datoma-1.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-13 15:18:39",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "datoma"
}
        
Elapsed time: 0.50670s