systemd-py


Namesystemd-py JSON
Version 0.3.3 PyPI version JSON
download
home_pagehttps://amiwrpremium.github.io/systemd-py/
Summarysystemd-py is a library which helps you to create systemd services in python.
upload_time2022-12-12 14:56:30
maintainer
docs_urlNone
authoramiwrpremium
requires_python>=3.8,<4.0
licenseMIT
keywords systemd service unit python service unit systemd unit service file systemd service
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Systemd-py
`systemd-py` is a library which helps you to create systemd services in python.


## Installation
### Install from PyPI
    pip install systemd-py

### Install from source (build using poetry)
    git clone
    cd systemd-py
    poetry build
    pip install dist/systemd-py-<version>-py3-none-any.whl

### Install from GitHub
    pip install git+hhttps://github.com/amiwrprez/systemd-py.git


## Documentation
### Online
See [documentation](https://amiwrpremium.github.io/systemd-py/).

### Offline
You can generate documentation locally using `mkdocs`:
    mkdocs build


## Examples
### From docs
See [Documentation Examples](https://amiwrpremium.github.io/systemd-py/examples/)
### Example Folder
See [examples](https://github.com/amiwrpremium/systemd-py/tree/master/examples) for examples.

            

Raw data

            {
    "_id": null,
    "home_page": "https://amiwrpremium.github.io/systemd-py/",
    "name": "systemd-py",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "systemd,service,unit,python,service unit,systemd unit,service file,systemd service",
    "author": "amiwrpremium",
    "author_email": "amiwrpremium@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/16/10/903868f60aa018c2d094c4db01c8ebf84b18b37cd69180569770b080baf1/systemd_py-0.3.3.tar.gz",
    "platform": null,
    "description": "# Systemd-py\n`systemd-py` is a library which helps you to create systemd services in python.\n\n\n## Installation\n### Install from PyPI\n    pip install systemd-py\n\n### Install from source (build using poetry)\n    git clone\n    cd systemd-py\n    poetry build\n    pip install dist/systemd-py-<version>-py3-none-any.whl\n\n### Install from GitHub\n    pip install git+hhttps://github.com/amiwrprez/systemd-py.git\n\n\n## Documentation\n### Online\nSee [documentation](https://amiwrpremium.github.io/systemd-py/).\n\n### Offline\nYou can generate documentation locally using `mkdocs`:\n    mkdocs build\n\n\n## Examples\n### From docs\nSee [Documentation Examples](https://amiwrpremium.github.io/systemd-py/examples/)\n### Example Folder\nSee [examples](https://github.com/amiwrpremium/systemd-py/tree/master/examples) for examples.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "systemd-py is a library which helps you to create systemd services in python.",
    "version": "0.3.3",
    "split_keywords": [
        "systemd",
        "service",
        "unit",
        "python",
        "service unit",
        "systemd unit",
        "service file",
        "systemd service"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "6bd3d3a25dd31f881357242803955ad7",
                "sha256": "44da2b3e45ae0711b77234e3d76c549ffee17f046b179017b7f79f731a4a16ef"
            },
            "downloads": -1,
            "filename": "systemd_py-0.3.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6bd3d3a25dd31f881357242803955ad7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 24303,
            "upload_time": "2022-12-12T14:56:28",
            "upload_time_iso_8601": "2022-12-12T14:56:28.819688Z",
            "url": "https://files.pythonhosted.org/packages/fc/46/6108e2bc86436388a0fe7d1df7792fd33a737ff1ef93303ef00eb23bbbd6/systemd_py-0.3.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "d32bd6656f312edc098aa5bdbe58c077",
                "sha256": "4f6c904e641eaff4c3c84b7fd1239d8e9860e2976fb21d72efa9180f93474fcd"
            },
            "downloads": -1,
            "filename": "systemd_py-0.3.3.tar.gz",
            "has_sig": false,
            "md5_digest": "d32bd6656f312edc098aa5bdbe58c077",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 16115,
            "upload_time": "2022-12-12T14:56:30",
            "upload_time_iso_8601": "2022-12-12T14:56:30.406071Z",
            "url": "https://files.pythonhosted.org/packages/16/10/903868f60aa018c2d094c4db01c8ebf84b18b37cd69180569770b080baf1/systemd_py-0.3.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-12 14:56:30",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "systemd-py"
}
        
Elapsed time: 0.01704s