Metadata-Version: 1.2
Name: setux
Version: 0.21.12.0
Summary: System deployment
Home-page: https://framagit.org/louis-riviere-xyz/setux
Author: Louis RIVIERE
Author-email: louis@riviere.xyz
License: MIT
Description: ########
         setux
        ########
        
        **Setup Tux**
        
        Install, Deploy, Admin
        
        ========
        Abstract
        ========
        
        Although Setux comes with a rudimentary REPL, which may prove useful, it's mainly intended to be used as a Python framework.
        
        =====
        Usage
        =====
        
        REPL:
        .. code-block:: shell
        
            setux
        
        Python:
        .. code-block:: python
        
           import setux
        
        ============
        Installation
        ============
        
        .. code-block:: shell 
        
            $ pip install setux
        
Keywords: utility
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: POSIX :: Linux
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: System :: Installation/Setup
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
Requires-Python: >3.6
