Metadata-Version: 2.1
Name: serviceinstaller
Version: 0.1.3
Summary: A flexible service installer, currently compatible with Linux Systemd.
Home-page: https://github.com/CAM-Gerlach/serviceinstaller
Author: C.A.M. Gerlach
Author-email: CAM.Gerlach@Gerlach.CAM
License: UNKNOWN
Description: ﻿# ServiceInstaller
        
        A simple Python module to automate the installation of system services.
        Currently compatible with Systemd services on Linux.
        Used by the Brokkr and Sindri packages as part of the Mjolnir project.
        Distributed under the terms of the MIT (Expat) license.
        See the ``install_service`` docstring for more details on usage.
        
        
        
        ## Installation and Setup
        
        Built and tested under Python 3.7 (but should be compatible with Python >=3.6; lack thereof should be considered a bug).
        Currently only compatible with Linux, but no dependencies required.
        
Keywords: systemd service linux unit installer
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: System :: Installation/Setup
Classifier: Topic :: System :: Operating System
Classifier: Topic :: System :: Software Distribution
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown
