nerdd-module


Namenerdd-module JSON
Version 0.3.48 PyPI version JSON
download
home_pageNone
SummaryBase package to create NERDD modules
upload_time2025-09-11 01:32:06
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseNone
keywords science research development nerdd
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # NERDD Module

This package provides the basis to implement molecular prediction modules in the
NERDD ecosystem.

## Installation

``` bash
pip install -U nerdd-module
```


## Contribute

1. Fork and clone the code
2. Install test dependencies with `pip install -e .[test,dev,csp]` 
3. Install pre-commit hooks `pre-commit install`
4. Run tests via `pytest` or `pytest-watch` (short: `ptw`)
5. Build docs via `pip install -e .[docs]`  and `mkdocs serve` 

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "nerdd-module",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": "Steffen Hirte <steffen.hirte@univie.ac.at>",
    "keywords": "science, research, development, nerdd",
    "author": null,
    "author_email": "Steffen Hirte <steffen.hirte@univie.ac.at>",
    "download_url": "https://files.pythonhosted.org/packages/ef/50/21c956e030b291792099e43db5875b2b1917be58f697910abcffbfbed06e/nerdd_module-0.3.48.tar.gz",
    "platform": null,
    "description": "# NERDD Module\n\nThis package provides the basis to implement molecular prediction modules in the\nNERDD ecosystem.\n\n## Installation\n\n``` bash\npip install -U nerdd-module\n```\n\n\n## Contribute\n\n1. Fork and clone the code\n2. Install test dependencies with `pip install -e .[test,dev,csp]` \n3. Install pre-commit hooks `pre-commit install`\n4. Run tests via `pytest` or `pytest-watch` (short: `ptw`)\n5. Build docs via `pip install -e .[docs]`  and `mkdocs serve` \n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Base package to create NERDD modules",
    "version": "0.3.48",
    "project_urls": {
        "Repository": "https://github.com/molinfo-vienna/nerdd-module"
    },
    "split_keywords": [
        "science",
        " research",
        " development",
        " nerdd"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5de8700366988efb56cb163dac0e84c97c0341b02e2131c44e9beb94458de9c6",
                "md5": "4409effbf3c0aa010478463aade7e7b4",
                "sha256": "2fc131550a59fbd3fc16e35f5eac0bcd2d7b4c285874658c617008b24105ffcb"
            },
            "downloads": -1,
            "filename": "nerdd_module-0.3.48-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4409effbf3c0aa010478463aade7e7b4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 64430,
            "upload_time": "2025-09-11T01:32:04",
            "upload_time_iso_8601": "2025-09-11T01:32:04.928924Z",
            "url": "https://files.pythonhosted.org/packages/5d/e8/700366988efb56cb163dac0e84c97c0341b02e2131c44e9beb94458de9c6/nerdd_module-0.3.48-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ef5021c956e030b291792099e43db5875b2b1917be58f697910abcffbfbed06e",
                "md5": "9e2107a2172e51dc3741a121185e58a1",
                "sha256": "ea5a35239b1e1f84c5ef1872907fc690c6aef2c32da87ad3682b93b62cd61098"
            },
            "downloads": -1,
            "filename": "nerdd_module-0.3.48.tar.gz",
            "has_sig": false,
            "md5_digest": "9e2107a2172e51dc3741a121185e58a1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 38744,
            "upload_time": "2025-09-11T01:32:06",
            "upload_time_iso_8601": "2025-09-11T01:32:06.612249Z",
            "url": "https://files.pythonhosted.org/packages/ef/50/21c956e030b291792099e43db5875b2b1917be58f697910abcffbfbed06e/nerdd_module-0.3.48.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-11 01:32:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "molinfo-vienna",
    "github_project": "nerdd-module",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "nerdd-module"
}
        
Elapsed time: 1.21817s