nova-galaxy


Namenova-galaxy JSON
Version 0.11.2 PyPI version JSON
download
home_pageNone
SummaryUtilties for accessing the ORNL Galaxy instance
upload_time2025-09-04 16:34:41
maintainerNone
docs_urlNone
authorGreg Watson
requires_python<4.0,>=3.10
licenseMIT
keywords nova galaxy python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # nova-galaxy
=======================

# Introduction

This is the repository for the nova-galaxy project. This project creates a python package that makes it easier to work with the ORNL Galaxy instance.

## Documentation

A user guide, examples, and a full API for this package can be found at https://nova-galaxy.readthedocs.io/en/stable/.

## Installation
You can install this package directly with

```commandline
pip install nova-galaxy
```

or with Poetry by placing the following in your pyproject.toml file (you can version lock with typical Semantic Versioning syntax)


```
[tool.poetry.dependencies]
nova-galaxy = "*"
```

## Formatting
```commandline
poetry run ruff format
```

## Linting
```commandline
poetry run ruff check
poetry run mypy .
```

## Testing
You can run the tests for this package with the following command from the base directory:
```commandline
NOVA_GALAXY_TEST_GALAXY_URL=galaxy-url NOVA_GALAXY_TEST_GALAXY_KEY=key poetry run pytest tests/
```
with `NOVA_GALAXY_TEST_GALAXY_URL` being the url of your Galaxy instance and `NOVA_GALAXY_TEST_GALAXY_KEY` being your
Galaxy API Key.

To run tests with coverage (include the above environment variables):
```commandline
poetry run coverage run
poetry run coverage report
```

## CI/CD in GitLab

Take a look at the `.gitlab-ci.yml` file. It configures pipelines to run in [GitLab](https://code.ornl.gov/ndip/project-templates/python/-/pipelines).
Some jobs will run automatically on each commit, jobs to
build packages and Docker images need to be trigerred manually. Don't forget to set versions properly:
in `pyproject.toml` for python package and in `.gitlab-ci.yml` for Docker tag.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "nova-galaxy",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": "NOVA, Galaxy, python",
    "author": "Greg Watson",
    "author_email": "watsongr@ornl.gov",
    "download_url": null,
    "platform": null,
    "description": "# nova-galaxy\n=======================\n\n# Introduction\n\nThis is the repository for the nova-galaxy project. This project creates a python package that makes it easier to work with the ORNL Galaxy instance.\n\n## Documentation\n\nA user guide, examples, and a full API for this package can be found at https://nova-galaxy.readthedocs.io/en/stable/.\n\n## Installation\nYou can install this package directly with\n\n```commandline\npip install nova-galaxy\n```\n\nor with Poetry by placing the following in your pyproject.toml file (you can version lock with typical Semantic Versioning syntax)\n\n\n```\n[tool.poetry.dependencies]\nnova-galaxy = \"*\"\n```\n\n## Formatting\n```commandline\npoetry run ruff format\n```\n\n## Linting\n```commandline\npoetry run ruff check\npoetry run mypy .\n```\n\n## Testing\nYou can run the tests for this package with the following command from the base directory:\n```commandline\nNOVA_GALAXY_TEST_GALAXY_URL=galaxy-url NOVA_GALAXY_TEST_GALAXY_KEY=key poetry run pytest tests/\n```\nwith `NOVA_GALAXY_TEST_GALAXY_URL` being the url of your Galaxy instance and `NOVA_GALAXY_TEST_GALAXY_KEY` being your\nGalaxy API Key.\n\nTo run tests with coverage (include the above environment variables):\n```commandline\npoetry run coverage run\npoetry run coverage report\n```\n\n## CI/CD in GitLab\n\nTake a look at the `.gitlab-ci.yml` file. It configures pipelines to run in [GitLab](https://code.ornl.gov/ndip/project-templates/python/-/pipelines).\nSome jobs will run automatically on each commit, jobs to\nbuild packages and Docker images need to be trigerred manually. Don't forget to set versions properly:\nin `pyproject.toml` for python package and in `.gitlab-ci.yml` for Docker tag.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Utilties for accessing the ORNL Galaxy instance",
    "version": "0.11.2",
    "project_urls": null,
    "split_keywords": [
        "nova",
        " galaxy",
        " python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fb1c4487f08be7208362e2f83ed78b8f18fb4b9ecd4880057ad822c67d17b6fa",
                "md5": "bada76efc52aab10ef4d23023379ef98",
                "sha256": "a2dfcd414deec0b22b75b9000071bbe7fcd87400c53963d9baddce5d72a281d1"
            },
            "downloads": -1,
            "filename": "nova_galaxy-0.11.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bada76efc52aab10ef4d23023379ef98",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 24541,
            "upload_time": "2025-09-04T16:34:41",
            "upload_time_iso_8601": "2025-09-04T16:34:41.084681Z",
            "url": "https://files.pythonhosted.org/packages/fb/1c/4487f08be7208362e2f83ed78b8f18fb4b9ecd4880057ad822c67d17b6fa/nova_galaxy-0.11.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-04 16:34:41",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "nova-galaxy"
}
        
Elapsed time: 2.69283s