Metadata-Version: 2.1
Name: setux
Version: 0.6.3.1
Summary: System deployment
Home-page: https://framagit.org/louis-riviere-xyz/setux
Author: Louis RIVIERE
Author-email: louis@riviere.xyz
License: MIT
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
Requires-Dist: setux-core (>=0.4.0)
Requires-Dist: setux-distros (>=0.4.1)
Requires-Dist: setux-targets (>=0.4.0)
Requires-Dist: setux-managers (>=0.5.1)
Requires-Dist: setux-modules (>=0.3.4)
Requires-Dist: setux-logger (>=0.2.0)
Requires-Dist: setux-repl (>=0.4.2)

########
 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


