pisa-ssh


Namepisa-ssh JSON
Version 0.1.7 PyPI version JSON
download
home_pageNone
SummaryPseudo Infrastructure for Scalable Applications (PISA)
upload_time2024-07-18 16:13:28
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseMIT
keywords data analysis education university students physics
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pisa

Pseudo Infrastructure for Scalable Applications (PISA)

PISA is a Batch-System for Python programs that uses only SSH access to the remote machines and executes Python programs. It was developed for the computer pool of the physics department at KIT but can also be used in other environments. PISA expects the computer system to be homogeneous, meaning that the user home directories are mounted via NFS and the same on all machines. Furthermore it is not designed to be used by many users at the same time because there is no limit provided for the allocated resources (our estimation is that only one person at the time will be using it). The large benefit of PISA is that it runs completely within the userspace and requires neither root access or higher privileges for installation nor to run the program.

## Installation

```bash
pip install pisa-ssh
```

## Usage

Take a look into the [Documentation-Website](https://mitchilaser.github.io/pisa/) for more information.

Short summary: PISA has a cluster configuration file (JSON, containing a list of all SSH addresses) and a task configuration file (toml). An example for both can be seen in the [config](./config) directory. This directory also contains the example program for the provided task configuration. It is a good benchmark because all the tasks take a different time to run. To run the program you have to create a virtual environment first that is sourced on the remote machines. Before you can submit jobs, the SSH keys have to be set up for passwordless login.

## Development

PISA was intentionally developed for the computing pool at the physics faculty at KIT but can be extended to other environments. I am happy to receive feedback (or issues) and contributions (pull-requests).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pisa-ssh",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": "data, analysis, education, university, students, physics",
    "author": null,
    "author_email": "Michael Hohenstein <michael@hohenste.in>",
    "download_url": "https://files.pythonhosted.org/packages/92/e1/990b72885c3992ce48297bc0b270803f133bdc00657258224421b85af827/pisa_ssh-0.1.7.tar.gz",
    "platform": null,
    "description": "# pisa\n\nPseudo Infrastructure for Scalable Applications (PISA)\n\nPISA is a Batch-System for Python programs that uses only SSH access to the remote machines and executes Python programs. It was developed for the computer pool of the physics department at KIT but can also be used in other environments. PISA expects the computer system to be homogeneous, meaning that the user home directories are mounted via NFS and the same on all machines. Furthermore it is not designed to be used by many users at the same time because there is no limit provided for the allocated resources (our estimation is that only one person at the time will be using it). The large benefit of PISA is that it runs completely within the userspace and requires neither root access or higher privileges for installation nor to run the program.\n\n## Installation\n\n```bash\npip install pisa-ssh\n```\n\n## Usage\n\nTake a look into the [Documentation-Website](https://mitchilaser.github.io/pisa/) for more information.\n\nShort summary: PISA has a cluster configuration file (JSON, containing a list of all SSH addresses) and a task configuration file (toml). An example for both can be seen in the [config](./config) directory. This directory also contains the example program for the provided task configuration. It is a good benchmark because all the tasks take a different time to run. To run the program you have to create a virtual environment first that is sourced on the remote machines. Before you can submit jobs, the SSH keys have to be set up for passwordless login.\n\n## Development\n\nPISA was intentionally developed for the computing pool at the physics faculty at KIT but can be extended to other environments. I am happy to receive feedback (or issues) and contributions (pull-requests).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Pseudo Infrastructure for Scalable Applications (PISA)",
    "version": "0.1.7",
    "project_urls": {
        "Homepage": "https://mitchilaser.github.io/pisa/",
        "Repository": "https://github.com/MitchiLaser/pisa"
    },
    "split_keywords": [
        "data",
        " analysis",
        " education",
        " university",
        " students",
        " physics"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6437384387999abd7cda67f14a68ec7b7b30bdffbc689e05bd25b6488497b5f3",
                "md5": "b00cca643552730a40246370685293b8",
                "sha256": "77e9a99d3d02c33d66efb166a821ec8bc716e72173f27465a78a2e31626802c0"
            },
            "downloads": -1,
            "filename": "pisa_ssh-0.1.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b00cca643552730a40246370685293b8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 9323,
            "upload_time": "2024-07-18T16:13:26",
            "upload_time_iso_8601": "2024-07-18T16:13:26.916910Z",
            "url": "https://files.pythonhosted.org/packages/64/37/384387999abd7cda67f14a68ec7b7b30bdffbc689e05bd25b6488497b5f3/pisa_ssh-0.1.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "92e1990b72885c3992ce48297bc0b270803f133bdc00657258224421b85af827",
                "md5": "be0a1d3186399bd4169a44b2f16ba953",
                "sha256": "91701c47c848344fe2ea534820008fb3158c09634dc7ad2e97a489e8949dfa96"
            },
            "downloads": -1,
            "filename": "pisa_ssh-0.1.7.tar.gz",
            "has_sig": false,
            "md5_digest": "be0a1d3186399bd4169a44b2f16ba953",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 9001,
            "upload_time": "2024-07-18T16:13:28",
            "upload_time_iso_8601": "2024-07-18T16:13:28.165415Z",
            "url": "https://files.pythonhosted.org/packages/92/e1/990b72885c3992ce48297bc0b270803f133bdc00657258224421b85af827/pisa_ssh-0.1.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-18 16:13:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "MitchiLaser",
    "github_project": "pisa",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pisa-ssh"
}
        
Elapsed time: 3.67342s