ewoksxrpd


Nameewoksxrpd JSON
Version 0.8.0 PyPI version JSON
download
home_pagehttps://gitlab.esrf.fr/workflow/ewoksapps/ewoksxrpd/
SummaryData processing workflows for SAXS/WAXS
upload_time2024-05-14 12:21:41
maintainerNone
docs_urlNone
authorESRF
requires_python>=3.7
licenseMIT
keywords orange3 add-on ewoks
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ewoksxrpd

Data processing workflows for SAXS/WAXS

## Getting started

Run an example workflow

```bash
python examples/job.py
```

Run an example workflow with GUI

```bash
ewoks execute examples/xrpd_workflow.json --engine=orange --data-root-uri=/tmp --data-scheme nexus
```

or for an installation with the system python

```bash
python3 -m ewoks execute examples/xrpd_workflow.json --engine=orange --data-root-uri=/tmp --data-scheme nexus
```

Produce the example data

```bash
pytest --examples
```

## Documentation

https://ewoksxrpd.readthedocs.io/

            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.esrf.fr/workflow/ewoksapps/ewoksxrpd/",
    "name": "ewoksxrpd",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "orange3 add-on, ewoks",
    "author": "ESRF",
    "author_email": "wout.de_nolf@esrf.fr",
    "download_url": "https://files.pythonhosted.org/packages/57/1d/cbef6ce950434dec13d63b158100b3f289701972557dce96af1451cc779b/ewoksxrpd-0.8.0.tar.gz",
    "platform": null,
    "description": "# ewoksxrpd\n\nData processing workflows for SAXS/WAXS\n\n## Getting started\n\nRun an example workflow\n\n```bash\npython examples/job.py\n```\n\nRun an example workflow with GUI\n\n```bash\newoks execute examples/xrpd_workflow.json --engine=orange --data-root-uri=/tmp --data-scheme nexus\n```\n\nor for an installation with the system python\n\n```bash\npython3 -m ewoks execute examples/xrpd_workflow.json --engine=orange --data-root-uri=/tmp --data-scheme nexus\n```\n\nProduce the example data\n\n```bash\npytest --examples\n```\n\n## Documentation\n\nhttps://ewoksxrpd.readthedocs.io/\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Data processing workflows for SAXS/WAXS",
    "version": "0.8.0",
    "project_urls": {
        "Documentation": "https://ewoksxrpd.readthedocs.io/",
        "Homepage": "https://gitlab.esrf.fr/workflow/ewoksapps/ewoksxrpd/",
        "Source": "https://gitlab.esrf.fr/workflow/ewoksapps/ewoksxrpd/",
        "Tracker": "https://gitlab.esrf.fr/workflow/ewoksapps/ewoksxrpd/issues/"
    },
    "split_keywords": [
        "orange3 add-on",
        " ewoks"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "571dcbef6ce950434dec13d63b158100b3f289701972557dce96af1451cc779b",
                "md5": "2bbaf6529d63017e6397c425b1275d0f",
                "sha256": "862d61f8e5aaf13184d99f25a1f1385713ea8e9ae9c727f34af576a5b750c18b"
            },
            "downloads": -1,
            "filename": "ewoksxrpd-0.8.0.tar.gz",
            "has_sig": false,
            "md5_digest": "2bbaf6529d63017e6397c425b1275d0f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 434450,
            "upload_time": "2024-05-14T12:21:41",
            "upload_time_iso_8601": "2024-05-14T12:21:41.852718Z",
            "url": "https://files.pythonhosted.org/packages/57/1d/cbef6ce950434dec13d63b158100b3f289701972557dce96af1451cc779b/ewoksxrpd-0.8.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-14 12:21:41",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "ewoksxrpd"
}
        
Elapsed time: 0.25680s