Metadata-Version: 2.1
Name: kaiju-tools
Version: 2.1.17
Summary: Base classes and services for a backend application.
Home-page: https://gitlab.com/kaiju-python/kaiju-tools
Author: antonnidhoggr@me.com
Author-email: antonnidhoggr@me.com
License: Apache Software License 2.0
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.11
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: aiohttp (<4.0,>=3.8.4)
Requires-Dist: jinja2 (>=3.1.2)
Requires-Dist: pyyaml (>=6.0.1)
Requires-Dist: orjson (>=3.9.2)
Requires-Dist: msgpack (>=1.0.5)
Requires-Dist: fastjsonschema (>=2.17.1)
Requires-Dist: aiohttp-cors (>=0.7)
Requires-Dist: uvloop (>=0.17) ; platform_system != "Windows"
Provides-Extra: dev
Requires-Dist: bump2version (>=1.0) ; extra == 'dev'
Requires-Dist: pyroma (>=4.1) ; extra == 'dev'
Requires-Dist: bandit (>=1.7) ; extra == 'dev'
Requires-Dist: black (>=22.12) ; extra == 'dev'
Requires-Dist: flake8 (>=6.0) ; extra == 'dev'
Requires-Dist: flake8-walrus (>=1.2.0) ; extra == 'dev'
Requires-Dist: pyproject-flake8 ; extra == 'dev'
Requires-Dist: pre-commit (>=3.1) ; extra == 'dev'
Requires-Dist: pydocstyle (>=6.2) ; extra == 'dev'
Requires-Dist: setup-cfg-fmt (>=2.2) ; extra == 'dev'
Requires-Dist: restructuredtext-lint (>=1.4) ; extra == 'dev'
Requires-Dist: tox (>=3.28) ; extra == 'dev'
Requires-Dist: tox-pyenv (>=1.1) ; extra == 'dev'
Requires-Dist: pip-tools (>=6.13) ; extra == 'dev'
Requires-Dist: pyupgrade (>=3.4) ; extra == 'dev'
Requires-Dist: towncrier (>=23.6) ; extra == 'dev'
Requires-Dist: isort (>=5.12.0) ; extra == 'dev'
Requires-Dist: xenon (>=0.9.0) ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: python-docs-theme ; extra == 'docs'
Provides-Extra: test
Requires-Dist: pytest (>=7.4) ; extra == 'test'
Requires-Dist: pytest-asyncio (>=0.21) ; extra == 'test'
Requires-Dist: docker (>=6.1.3) ; extra == 'test'
Requires-Dist: pytest-timeout (>=2.1) ; extra == 'test'
Requires-Dist: pytest-aiohttp (>=1.0.4) ; extra == 'test'
Requires-Dist: pytest-cov (>=4.1.0) ; extra == 'test'


.. image:: https://badge.fury.io/py/kaiju-tools.svg
    :target: https://pypi.org/project/kaiju-tools
    :alt: Latest package version

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

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :target: https://github.com/psf/black
   :alt: Code style - Black

Summary
-------

**Python**: >=3.11

`Project documentation <https://kaiju-tools.readthedocs.io/en/latest/>`_

System and user tools management classes.
They are used to schedule and execute sets of RPC commands across applications.

Use `pip install kaiju-tools` to install the package.

For development run the init script `tools/init.sh`.
It will setup git hooks and install the dev version of the project.

See `Developer guide <https://kaiju-tools.readthedocs.io/en/latest/#developer-guide>`_ for more information.
