vcron


Namevcron JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/laixintao/vcron
Summary
upload_time2023-12-19 12:48:55
maintainer
docs_urlNone
authorlaixintao
requires_python>=3.8.1,<4.0.0
licenseGPLv3
keywords python3
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Vcron

TUI crontab editor.

## Installation and Usage

Install via pip or ([pipx](https://github.com/pypa/pipx)):

```shell
pip install vcron
```

Then:

```shell
vcron
```

## Thanks

- [textual](https://github.com/textualize/textual/) Python TUI framework.
- [croniter](https://github.com/kiorky/croniter) provides iteration for the datetime object with a cron like format.
- [cron-descriptor](https://github.com/Salamek/cron-descriptor) converts cron expressions into human readable strings.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/laixintao/vcron",
    "name": "vcron",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8.1,<4.0.0",
    "maintainer_email": "",
    "keywords": "python3",
    "author": "laixintao",
    "author_email": "laixintaoo@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/b9/10/29594378d9ee503b337da0cf524b63f44f071b873010ddf9f393e59ad91d/vcron-0.2.0.tar.gz",
    "platform": null,
    "description": "# Vcron\n\nTUI crontab editor.\n\n## Installation and Usage\n\nInstall via pip or ([pipx](https://github.com/pypa/pipx)):\n\n```shell\npip install vcron\n```\n\nThen:\n\n```shell\nvcron\n```\n\n## Thanks\n\n- [textual](https://github.com/textualize/textual/) Python TUI framework.\n- [croniter](https://github.com/kiorky/croniter) provides iteration for the datetime object with a cron like format.\n- [cron-descriptor](https://github.com/Salamek/cron-descriptor) converts cron expressions into human readable strings.\n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "",
    "version": "0.2.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/laixintao/vcron/issues",
        "Homepage": "https://github.com/laixintao/vcron"
    },
    "split_keywords": [
        "python3"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d77a340af44857f77f00aacb7c33f40b7580de3e396907d7ad735ed0aef7da3d",
                "md5": "1839f47ee91008120da2a1075f7844fb",
                "sha256": "514bf45434adb8479804d5e50a32484b742367be1c1b07c25b6606e971158cbb"
            },
            "downloads": -1,
            "filename": "vcron-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1839f47ee91008120da2a1075f7844fb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8.1,<4.0.0",
            "size": 16869,
            "upload_time": "2023-12-19T12:48:53",
            "upload_time_iso_8601": "2023-12-19T12:48:53.553789Z",
            "url": "https://files.pythonhosted.org/packages/d7/7a/340af44857f77f00aacb7c33f40b7580de3e396907d7ad735ed0aef7da3d/vcron-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b91029594378d9ee503b337da0cf524b63f44f071b873010ddf9f393e59ad91d",
                "md5": "6feccded99d4b478b2653e2951b4f11f",
                "sha256": "154865ec9a4b3a0e16d1961d5f0026e1d22ee30f832abcd1ae5f66af9c26ad38"
            },
            "downloads": -1,
            "filename": "vcron-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "6feccded99d4b478b2653e2951b4f11f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8.1,<4.0.0",
            "size": 16326,
            "upload_time": "2023-12-19T12:48:55",
            "upload_time_iso_8601": "2023-12-19T12:48:55.717025Z",
            "url": "https://files.pythonhosted.org/packages/b9/10/29594378d9ee503b337da0cf524b63f44f071b873010ddf9f393e59ad91d/vcron-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-19 12:48:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "laixintao",
    "github_project": "vcron",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "vcron"
}
        
Elapsed time: 0.41938s