Skip to content

amiwrpremium/systemd-py

Repository files navigation

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.

Offline

You can generate documentation locally using mkdocs: mkdocs build

Examples

From docs

See Documentation Examples

Example Folder

See examples for examples.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages