Metadata-Version: 2.1
Name: cijoe
Version: 0.9.30
Summary: A loosely coupled approach to systems development and testing"
Home-page: https://cijoe.readthedocs.io/
Author: Simon A. F. Lund
Author-email: os@safl.dk
Maintainer: Simon A. F. Lund
Maintainer-email: os@safl.dk
License: BSD-3-Clause
Project-URL: homepage, https://cijoe.readthedocs.io/
Project-URL: documentation, https://cijoe.readthedocs.io/
Project-URL: repository, https://github.com/refenv/cijoe
Project-URL: changelog, https://github.com/refenv/cijoe/blob/main/CHANGELOG.md
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development
Classifier: Topic :: Text Processing
Classifier: Topic :: Utilities
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: importlib_resources>=2.0; python_version <= "3.9"
Requires-Dist: jinja2
Requires-Dist: paramiko
Requires-Dist: pytest
Requires-Dist: pytest-reportlog
Requires-Dist: pyyaml
Requires-Dist: requests
Requires-Dist: scp
Requires-Dist: setuptools>=54
Requires-Dist: tomli>=1.1.0; python_version < "3.11"
Requires-Dist: tomli-w
Requires-Dist: watchdog

cijoe: tools for systems development and testing
================================================

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

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

.. image:: https://readthedocs.org/projects/cijoe/badge/?version=latest
   :target: https://cijoe.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation Status

Tools for systems development and testing.

Please take a look at the documentation for how to install and use ``cijoe``:

* `Quickstart Guide`_
* `Usage`_

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.

.. _Quickstart Guide: https://cijoe.readthedocs.io/
.. _Usage: https://cijoe.readthedocs.io/
.. _GitHub page: https://github.com/refenv/cijoe
.. _Pull request: https://github.com/refenv/cijoe/pulls
.. _Issue: https://github.com/refenv/cijoe/issues
