nova-galaxy


Namenova-galaxy JSON
Version 0.6.1 PyPI version JSON
download
home_pageNone
SummaryUtilties for accessing the ORNL Galaxy instance
upload_time2025-01-24 18:58:15
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.6.1",
    "project_urls": null,
    "split_keywords": [
        "nova",
        " galaxy",
        " python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bc755a5b0e59d8ae122f12ecb236785004d5530a3d8cd7643a164dcf29ff90eb",
                "md5": "5dd0fca82d786434ccf9efea06a9f622",
                "sha256": "3ecd550129cab6453eeb5f96f3f01f98cb5a7e7fb91675de0049c27295d9f8d5"
            },
            "downloads": -1,
            "filename": "nova_galaxy-0.6.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5dd0fca82d786434ccf9efea06a9f622",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 12469,
            "upload_time": "2025-01-24T18:58:15",
            "upload_time_iso_8601": "2025-01-24T18:58:15.874878Z",
            "url": "https://files.pythonhosted.org/packages/bc/75/5a5b0e59d8ae122f12ecb236785004d5530a3d8cd7643a164dcf29ff90eb/nova_galaxy-0.6.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-24 18:58:15",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "nova-galaxy"
}
        
Elapsed time: 0.69101s