Metadata-Version: 2.1
Name: fscm
Version: 0.0.3
Summary: fucking simple configuration management
Home-page: https://github.com/jamesob/fscm
Author: James O'Beirne
Author-email: james.obeirne@pm.me
License: MIT license
Description: # f______ simple configuration management
        
        This library was written to avoid having to use Ansible. It aids common
        configuration management tasks by offering a basic set of quickly usable Pythonic 
        tools required for system management. Remote execution is enabled by an optional
        dependency on `mitogen`.
        
        It is in use by me and currently under a good deal of change.
        
        ## Goals/non-goals
        
        - allows writing fully-featured configuration management in Python
        - easy to use without precluding granular execution options and change logging
        - targets Unix systems only
        
Keywords: fscm
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.9
Description-Content-Type: text/markdown
