parashell


Nameparashell JSON
Version 0.0.0 PyPI version JSON
download
home_page
SummaryMake portable shell-like scripts in Python!
upload_time2023-11-24 11:33:32
maintainer
docs_urlNone
authorbswck
requires_python>=3.8,<4.0
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # parashell [![Package version](https://img.shields.io/pypi/v/parashell?label=PyPI)](https://pypi.org/project/parashell) [![Supported Python versions](https://img.shields.io/pypi/pyversions/parashell.svg?logo=python&label=Python)](https://pypi.org/project/parashell)
[![Tests](https://github.com/bswck/parashell/actions/workflows/test.yml/badge.svg)](https://github.com/bswck/parashell/actions/workflows/test.yml)
[![Coverage](https://coverage-badge.samuelcolvin.workers.dev/bswck/parashell.svg)](https://coverage-badge.samuelcolvin.workers.dev/redirect/bswck/parashell)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![Code style](https://img.shields.io/badge/code%20style-black-000000.svg?label=Code%20style)](https://github.com/psf/black)
[![License](https://img.shields.io/github/license/bswck/parashell.svg?label=License)](https://github.com/bswck/parashell/blob/HEAD/LICENSE)
[![Pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)

Make portable shell-like scripts in Python!


# Installation
If you want to…


## …use this tool in your project 💻
You might simply install it with pip:

    pip install parashell

If you use [Poetry](https://python-poetry.org/), then run:

    poetry add parashell

## …contribute to [parashell](https://github.com/bswck/parashell) 🚀

Happy to accept contributions!

> [!Note]
> If you use Windows, it is highly recommended to complete the installation in the way presented below through [WSL2](https://learn.microsoft.com/en-us/windows/wsl/install).

First, [install Poetry](https://python-poetry.org/docs/#installation).<br/>
Poetry is an amazing tool for managing dependencies & virtual environments, building packages and publishing them.

    pipx install poetry

<sub>If you encounter any problems, refer to [the official documentation](https://python-poetry.org/docs/#installation) for the most up-to-date installation instructions.</sub>

Be sure to have Python 3.8 installed—if you use [pyenv](https://github.com/pyenv/pyenv#readme), simply run:

    pyenv install 3.8

Then, run:

    git clone https://github.com/bswck/parashell path/to/parashell
    cd path/to/parashell
    poetry env use $(cat .python-version)
    poetry install
    poetry shell
    pre-commit install --hook-type pre-commit --hook-type pre-push


# Legal info
© Copyright by Bartosz Sławecki ([@bswck](https://github.com/bswck)).<br />This software is licensed under the [MIT License](https://github.com/bswck/parashell/blob/main/LICENSE).



            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "parashell",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "bswck",
    "author_email": "bswck.dev@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/c2/7f/73bc250a9e8c06d0a4d87487ccfa4a6f29a6fb52a5cd64d797e5d0c3900e/parashell-0.0.0.tar.gz",
    "platform": null,
    "description": "# parashell [![Package version](https://img.shields.io/pypi/v/parashell?label=PyPI)](https://pypi.org/project/parashell) [![Supported Python versions](https://img.shields.io/pypi/pyversions/parashell.svg?logo=python&label=Python)](https://pypi.org/project/parashell)\n[![Tests](https://github.com/bswck/parashell/actions/workflows/test.yml/badge.svg)](https://github.com/bswck/parashell/actions/workflows/test.yml)\n[![Coverage](https://coverage-badge.samuelcolvin.workers.dev/bswck/parashell.svg)](https://coverage-badge.samuelcolvin.workers.dev/redirect/bswck/parashell)\n[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)\n[![Code style](https://img.shields.io/badge/code%20style-black-000000.svg?label=Code%20style)](https://github.com/psf/black)\n[![License](https://img.shields.io/github/license/bswck/parashell.svg?label=License)](https://github.com/bswck/parashell/blob/HEAD/LICENSE)\n[![Pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)\n\nMake portable shell-like scripts in Python!\n\n\n# Installation\nIf you want to\u2026\n\n\n## \u2026use this tool in your project \ud83d\udcbb\nYou might simply install it with pip:\n\n    pip install parashell\n\nIf you use [Poetry](https://python-poetry.org/), then run:\n\n    poetry add parashell\n\n## \u2026contribute to [parashell](https://github.com/bswck/parashell) \ud83d\ude80\n\nHappy to accept contributions!\n\n> [!Note]\n> If you use Windows, it is highly recommended to complete the installation in the way presented below through [WSL2](https://learn.microsoft.com/en-us/windows/wsl/install).\n\nFirst, [install Poetry](https://python-poetry.org/docs/#installation).<br/>\nPoetry is an amazing tool for managing dependencies & virtual environments, building packages and publishing them.\n\n    pipx install poetry\n\n<sub>If you encounter any problems, refer to [the official documentation](https://python-poetry.org/docs/#installation) for the most up-to-date installation instructions.</sub>\n\nBe sure to have Python 3.8 installed\u2014if you use [pyenv](https://github.com/pyenv/pyenv#readme), simply run:\n\n    pyenv install 3.8\n\nThen, run:\n\n    git clone https://github.com/bswck/parashell path/to/parashell\n    cd path/to/parashell\n    poetry env use $(cat .python-version)\n    poetry install\n    poetry shell\n    pre-commit install --hook-type pre-commit --hook-type pre-push\n\n\n# Legal info\n\u00a9 Copyright by Bartosz S\u0142awecki ([@bswck](https://github.com/bswck)).<br />This software is licensed under the [MIT License](https://github.com/bswck/parashell/blob/main/LICENSE).\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Make portable shell-like scripts in Python!",
    "version": "0.0.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "96636b264c507633893ba9fe6109e35e4693dbe5a6d8bed199d9927718bf56a5",
                "md5": "1abb4a6fd8f1812953d0f761ab804a4c",
                "sha256": "f1efb2ecf51f241f929724b7a042c38616cfa25eb4c2aa1efa1dcd4ec4a06ce3"
            },
            "downloads": -1,
            "filename": "parashell-0.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1abb4a6fd8f1812953d0f761ab804a4c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 3264,
            "upload_time": "2023-11-24T11:33:30",
            "upload_time_iso_8601": "2023-11-24T11:33:30.528189Z",
            "url": "https://files.pythonhosted.org/packages/96/63/6b264c507633893ba9fe6109e35e4693dbe5a6d8bed199d9927718bf56a5/parashell-0.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c27f73bc250a9e8c06d0a4d87487ccfa4a6f29a6fb52a5cd64d797e5d0c3900e",
                "md5": "f1090704f1dc42508e6c51c19f8a3a61",
                "sha256": "e665c8bed865b10f9baa52cf8b67d3b412849de8b18619dcdc38b69515baec76"
            },
            "downloads": -1,
            "filename": "parashell-0.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "f1090704f1dc42508e6c51c19f8a3a61",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 3389,
            "upload_time": "2023-11-24T11:33:32",
            "upload_time_iso_8601": "2023-11-24T11:33:32.269249Z",
            "url": "https://files.pythonhosted.org/packages/c2/7f/73bc250a9e8c06d0a4d87487ccfa4a6f29a6fb52a5cd64d797e5d0c3900e/parashell-0.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-24 11:33:32",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "parashell"
}
        
Elapsed time: 0.36818s