dosh-core


Namedosh-core JSON
Version 0.3.3 PyPI version JSON
download
home_pageNone
SummaryShell-independent task management library.
upload_time2024-08-31 11:57:30
maintainerNone
docs_urlNone
authorGökmen Görgen
requires_python<3.13,>=3.9
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # DOSH-CORE - shell-independent task manager

[![CircleCI](https://dl.circleci.com/status-badge/img/gh/gkmngrgn/dosh-core/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/gkmngrgn/dosh-core/tree/main)

**DOSH-CORE** is a common library for parsing `dosh.lua` script file. The official CLI is [here](https://github.com/gkmngrgn/dosh-cli).

<img src="https://raw.githubusercontent.com/gkmngrgn/dosh-core/main/dosh-logo.svg"
     width="200"
     alt="DOSH logo" />


## CONTRIBUTION

Install these development dependencies manually:

- [poetry](https://python-poetry.org/)
- [poethepoet](https://github.com/nat-n/poethepoet)
- [pre-commit](https://pre-commit.com/)

```shell
$ poetry poe --help
[...]

CONFIGURED TASKS
  lint           Check code quality
  test           Run tests
    name         Filter tests by $name
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "dosh-core",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.13,>=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "G\u00f6kmen G\u00f6rgen",
    "author_email": "gkmngrgn@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/a1/72/bccb5e0e85608f20a91e6f3f22c2a1f915514ebc3a4ba86e7f5a2e0580fe/dosh_core-0.3.3.tar.gz",
    "platform": null,
    "description": "# DOSH-CORE - shell-independent task manager\n\n[![CircleCI](https://dl.circleci.com/status-badge/img/gh/gkmngrgn/dosh-core/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/gkmngrgn/dosh-core/tree/main)\n\n**DOSH-CORE** is a common library for parsing `dosh.lua` script file. The official CLI is [here](https://github.com/gkmngrgn/dosh-cli).\n\n<img src=\"https://raw.githubusercontent.com/gkmngrgn/dosh-core/main/dosh-logo.svg\"\n     width=\"200\"\n     alt=\"DOSH logo\" />\n\n\n## CONTRIBUTION\n\nInstall these development dependencies manually:\n\n- [poetry](https://python-poetry.org/)\n- [poethepoet](https://github.com/nat-n/poethepoet)\n- [pre-commit](https://pre-commit.com/)\n\n```shell\n$ poetry poe --help\n[...]\n\nCONFIGURED TASKS\n  lint           Check code quality\n  test           Run tests\n    name         Filter tests by $name\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Shell-independent task management library.",
    "version": "0.3.3",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3e4db5d2bc342289c3f6eca871bd32da3e7e561a3e7f6ed75b494f9b63f97506",
                "md5": "cd9202bd3418ddf323258db9ba2913bc",
                "sha256": "43954686ba693a5811ed4216d97c2ff87dc2b966e812de4aca01f99483ec229e"
            },
            "downloads": -1,
            "filename": "dosh_core-0.3.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cd9202bd3418ddf323258db9ba2913bc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.13,>=3.9",
            "size": 11394,
            "upload_time": "2024-08-31T11:57:29",
            "upload_time_iso_8601": "2024-08-31T11:57:29.028573Z",
            "url": "https://files.pythonhosted.org/packages/3e/4d/b5d2bc342289c3f6eca871bd32da3e7e561a3e7f6ed75b494f9b63f97506/dosh_core-0.3.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a172bccb5e0e85608f20a91e6f3f22c2a1f915514ebc3a4ba86e7f5a2e0580fe",
                "md5": "75fda3a6798084aa3d4f3f4928dea387",
                "sha256": "2fff9ba2caa7c7bfa7c6ec029b273481d4788abb4b66188b6aad718c7c191c1d"
            },
            "downloads": -1,
            "filename": "dosh_core-0.3.3.tar.gz",
            "has_sig": false,
            "md5_digest": "75fda3a6798084aa3d4f3f4928dea387",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13,>=3.9",
            "size": 8760,
            "upload_time": "2024-08-31T11:57:30",
            "upload_time_iso_8601": "2024-08-31T11:57:30.703353Z",
            "url": "https://files.pythonhosted.org/packages/a1/72/bccb5e0e85608f20a91e6f3f22c2a1f915514ebc3a4ba86e7f5a2e0580fe/dosh_core-0.3.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-31 11:57:30",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "dosh-core"
}
        
Elapsed time: 0.92396s