Metadata-Version: 2.1
Name: cijoe-pkg-qemu
Version: 6.0.7
Summary: CIJOE: qemu package
Home-page: https://github.com/refenv/cijoe-pkg-qemu
Author: Simon A. F. Lund
Author-email: os@safl.dk
License: Apache License 2.0
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Topic :: Text Processing
Classifier: Topic :: Utilities
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Testing
Requires-Dist: cijoe (>=0.2.3)

cijoe-pkg-qemu: cijoe testcases and testplans for qemu
========================================================

.. image:: https://img.shields.io/pypi/v/cijoe-pkg-qemu.svg
   :target: https://pypi.org/project/cijoe-pkg-qemu
   :alt: PyPI

.. image:: https://github.com/refenv/cijoe-pkg-qemu/workflows/selftest/badge.svg
   :target: https://github.com/refenv/cijoe-pkg-qemu/actions
   :alt: Build Status

Install
=======

The package is distributed via PyPi, run the following to command to install:

.. code-block:: bash

  pip3 install --user cijoe-pkg-qemu

To install the development preview, install:

.. code-block:: bash

  pip3 install --user --pre cijoe-pkg-qemu

See the `Cijoe` for additional documentation.

If you find bugs or need help then feel free to submit an `Issue`_. If you want
to get involved head over to the `GitHub page`_ to get the source code and
submit a `Pull request`_ with your changes.

Test-target Environment
=======================

On you dev-box, ensure you have qemu armed and ready, and your
target-environment file providing locations, see the reference env for an
example.

.. _Cijoe: https://cijoe.readthedocs.io/

.. _GitHub page: https://github.com/refenv/cijoe-pkg-qemu
.. _Pull request: https://github.com/refenv/cijoe-pkg-qemu/pulls
.. _Issue: https://github.com/refenv/cijoe-pkg-qemu/issues


