aioslurm


Nameaioslurm JSON
Version 0.1.0 PyPI version JSON
download
home_page
Summaryaioslurm.
upload_time2024-01-12 07:04:07
maintainer
docs_urlNone
author
requires_python>=3.8
licenseApache 2.0
keywords aio async asyncio slurm sbatch
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # aioslurm

[![pipeline status](https://gitlab.com/aioslurm/aioslurm/badges/development/pipeline.svg)](https://gitlab.com/aioslurm/aioslurm/commits/development) [![coverage](https://gitlab.com/aioslurm/aioslurm/badges/development/coverage.svg)](https://aioslurm.gitlab.io/aioslurm/coverage/)


Documentation: https://aioslurm.gitlab.io/aioslurm/


## Development environment

Docker (compose) is used both for development and for GitLab CI to ensure a
consistent environment.


Get started by cloning the repository and work on the `development` branch:

```bash
git clone git@gitlab.com:aioslurm/aioslurm.git
cd aioslurm
```


### Build services

`docker` and `fabric` (v2+) should be installed and available locally to
build/run the containers. On Ubuntu 22.04+, you can install these with:

```bash
sudo apt install docker fabric
```

To build the docker containers:

```bash
fab build
```


### Development and testing

Remember to run the tests locally when developing to catch failures before CI
is run on push to the repo.

Run tests:

```bash
fab tox
```


### Other commands

Generate docs:

```bash
fab docs
```

Python shell:

```bash
fab shell
```

Bash shell:

```bash
fab bash
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "aioslurm",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "aio,async,asyncio,slurm,sbatch",
    "author": "",
    "author_email": "Matt Austin <matt.austin@csiro.au>",
    "download_url": "",
    "platform": null,
    "description": "# aioslurm\n\n[![pipeline status](https://gitlab.com/aioslurm/aioslurm/badges/development/pipeline.svg)](https://gitlab.com/aioslurm/aioslurm/commits/development) [![coverage](https://gitlab.com/aioslurm/aioslurm/badges/development/coverage.svg)](https://aioslurm.gitlab.io/aioslurm/coverage/)\n\n\nDocumentation: https://aioslurm.gitlab.io/aioslurm/\n\n\n## Development environment\n\nDocker (compose) is used both for development and for GitLab CI to ensure a\nconsistent environment.\n\n\nGet started by cloning the repository and work on the `development` branch:\n\n```bash\ngit clone git@gitlab.com:aioslurm/aioslurm.git\ncd aioslurm\n```\n\n\n### Build services\n\n`docker` and `fabric` (v2+) should be installed and available locally to\nbuild/run the containers. On Ubuntu 22.04+, you can install these with:\n\n```bash\nsudo apt install docker fabric\n```\n\nTo build the docker containers:\n\n```bash\nfab build\n```\n\n\n### Development and testing\n\nRemember to run the tests locally when developing to catch failures before CI\nis run on push to the repo.\n\nRun tests:\n\n```bash\nfab tox\n```\n\n\n### Other commands\n\nGenerate docs:\n\n```bash\nfab docs\n```\n\nPython shell:\n\n```bash\nfab shell\n```\n\nBash shell:\n\n```bash\nfab bash\n```\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "aioslurm.",
    "version": "0.1.0",
    "project_urls": {
        "Changelog": "https://aioslurm.gitlab.io/aioslurm/changelog.html",
        "Documentation": "https://aioslurm.gitlab.io/aioslurm/",
        "Homepage": "https://gitlab.com/aioslurm/aioslurm",
        "Issues": "https://gitlab.com/aioslurm/aioslurm/issues",
        "Source": "https://gitlab.com/aioslurm/aioslurm"
    },
    "split_keywords": [
        "aio",
        "async",
        "asyncio",
        "slurm",
        "sbatch"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "36e5055ee622d49ebc845d5206b93aaa19f78d58bb0369b99b1e6ddd562eb962",
                "md5": "c18e526c9a221e1bb6b0c92d548cb2c0",
                "sha256": "954b289c68884f2d9fe175641ca7201dec169b09df1840b20dc4d42af4d9c0bb"
            },
            "downloads": -1,
            "filename": "aioslurm-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c18e526c9a221e1bb6b0c92d548cb2c0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 14041,
            "upload_time": "2024-01-12T07:04:07",
            "upload_time_iso_8601": "2024-01-12T07:04:07.080588Z",
            "url": "https://files.pythonhosted.org/packages/36/e5/055ee622d49ebc845d5206b93aaa19f78d58bb0369b99b1e6ddd562eb962/aioslurm-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-12 07:04:07",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "aioslurm",
    "gitlab_project": "aioslurm",
    "lcname": "aioslurm"
}
        
Elapsed time: 0.15928s