Metadata-Version: 2.3
Name: suse_migration_services
Version: 2.1.26
Summary: SUSE Distribution Migration Services
License: GPL-3.0-or-later
Author: PubCloud Team
Author-email: public-cloud-dev@susecloud.net
Maintainer: Marcus Schäfer
Maintainer-email: marcus.schaefer@suse.com
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: System :: Operating System
Requires-Dist: Cerberus (>=1.3.0)
Requires-Dist: PyYAML (>=5.4.0)
Requires-Dist: lxml
Requires-Dist: requests
Project-URL: Bug Tracker, https://github.com/SUSE/suse-migration-services/issues
Project-URL: Documentation, https://documentation.suse.com/suse-distribution-migration-system/15/html/distribution-migration-system/index.html
Project-URL: Homepage, https://github.com/SUSE/suse-migration-services
Project-URL: Repository, https://github.com/SUSE/suse-migration-services
Description-Content-Type: text/x-rst

Distribution Migration System
=============================

.. |GitHub Action Unit Types| image:: https://github.com/SUSE/suse-migration-services/actions/workflows/ci-testing.yml/badge.svg
   :target: https://github.com/SUSE/suse-migration-services/actions
.. |Doc| replace:: `Documentation <https://documentation.suse.com/suse-distribution-migration-system/15/html/distribution-migration-system/index.html>`__

|GitHub Action Unit Types|

**Migrate a SUSE distribution from 12 to 15 with DMS**

Contents
--------

  * |Doc|
  * Contributing

.. _contributing:

Contributing
============

The Python project uses `poetry` to setup a development environment
for the desired Python version. To get into a development shell
call:

.. code:: bash

   $ poetry shell

In order to leave the development mode just call:

.. code:: bash

   $ exit

