Temp-Linux-Shell


NameTemp-Linux-Shell JSON
Version 0.1.3 PyPI version JSON
download
home_pagehttps://github.com/Noriskky/tls
SummaryWrapper around Chroot to make it easy to use temporary Linux Shells.
upload_time2024-05-03 20:34:08
maintainerNone
docs_urlNone
authorNoriskky
requires_python>=3.6
licenseNone
keywords cli
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # TLS - Temporary Linux(Alpine) Shell/System

🚀 TLS provides a convenient way to start a temporary Alpine Linux shell/system using Python.

![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54) ![Alpine Linux](https://img.shields.io/badge/Alpine_Linux-%230D597F.svg?style=for-the-badge&logo=alpine-linux&logoColor=white)

[![PyPI download month](https://img.shields.io/pypi/dm/Temp-Linux-Shell.svg)](https://pypi.python.org/pypi/Temp-Linux-Shell/) [![PyPI pyversions](https://img.shields.io/pypi/pyversions/Temp-Linux-Shell.svg)](https://pypi.python.org/pypi/Temp-Linux-Shell//)

![Screenshot of TLS](https://github.com/Noriskky/TLS/blob/main/pictures/screenshot.png?raw=true) 

## Installation

You can install TLS via pip:

```bash
pip install Temp-Linux-Shell
```

## Usage

Once installed, you can start a temporary Alpine Linux shell by running the `tls` command.

### Options

- `-h` or `--help`: Display the help message.
- `-d`: Specify a custom directory.
- `-hn` or `--hostname`: Specify a custom hostname.
- `-c` or `--command`: Specify a command to be executed at the start. After the completion of the command, the session closes.

## Support

There currently only Support for Linux because it is using ``Chroot`` it's planned to migrate to Docker or something else.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Noriskky/tls",
    "name": "Temp-Linux-Shell",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "cli",
    "author": "Noriskky",
    "author_email": "Noriskky44@proton.me",
    "download_url": null,
    "platform": null,
    "description": "# TLS - Temporary Linux(Alpine) Shell/System\n\n\ud83d\ude80 TLS provides a convenient way to start a temporary Alpine Linux shell/system using Python.\n\n![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54) ![Alpine Linux](https://img.shields.io/badge/Alpine_Linux-%230D597F.svg?style=for-the-badge&logo=alpine-linux&logoColor=white)\n\n[![PyPI download month](https://img.shields.io/pypi/dm/Temp-Linux-Shell.svg)](https://pypi.python.org/pypi/Temp-Linux-Shell/) [![PyPI pyversions](https://img.shields.io/pypi/pyversions/Temp-Linux-Shell.svg)](https://pypi.python.org/pypi/Temp-Linux-Shell//)\n\n![Screenshot of TLS](https://github.com/Noriskky/TLS/blob/main/pictures/screenshot.png?raw=true) \n\n## Installation\n\nYou can install TLS via pip:\n\n```bash\npip install Temp-Linux-Shell\n```\n\n## Usage\n\nOnce installed, you can start a temporary Alpine Linux shell by running the `tls` command.\n\n### Options\n\n- `-h` or `--help`: Display the help message.\n- `-d`: Specify a custom directory.\n- `-hn` or `--hostname`: Specify a custom hostname.\n- `-c` or `--command`: Specify a command to be executed at the start. After the completion of the command, the session closes.\n\n## Support\n\nThere currently only Support for Linux because it is using ``Chroot`` it's planned to migrate to Docker or something else.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Wrapper around Chroot to make it easy to use temporary Linux Shells.",
    "version": "0.1.3",
    "project_urls": {
        "Homepage": "https://github.com/Noriskky/tls"
    },
    "split_keywords": [
        "cli"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "212bf4721ee3ced1316f0c07b83730c7155a824a54588c995029be27cbcf7cc4",
                "md5": "da5dd75d1b25be0ce745963dfdd1ffe4",
                "sha256": "a424fbd5a7fbde517dae0f370aecb16cab7c4406ce638b22b4fb07cb3b5159c9"
            },
            "downloads": -1,
            "filename": "Temp_Linux_Shell-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "da5dd75d1b25be0ce745963dfdd1ffe4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 16690,
            "upload_time": "2024-05-03T20:34:08",
            "upload_time_iso_8601": "2024-05-03T20:34:08.453366Z",
            "url": "https://files.pythonhosted.org/packages/21/2b/f4721ee3ced1316f0c07b83730c7155a824a54588c995029be27cbcf7cc4/Temp_Linux_Shell-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-03 20:34:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Noriskky",
    "github_project": "tls",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "temp-linux-shell"
}
        
Elapsed time: 0.24916s