Metadata-Version: 2.2
Name: kaiju-tools
Version: 2.4.0
Summary: Base classes and services for a backend application
Author-email: Taraskin Anton <antonnidhoggr@me.com>
Maintainer-email: Taraskin Anton <antonnidhoggr@me.com>
License: 
           Copyright 2023 Anton A. Taraskin antonnidhoggr@me.com
        
           Licensed under the Apache License, Version 2.0 (the "License");
           you may not use this file except in compliance with the License.
           You may obtain a copy of the License at
        
               http://www.apache.org/licenses/LICENSE-2.0
        
           Unless required by applicable law or agreed to in writing, software
           distributed under the License is distributed on an "AS IS" BASIS,
           WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
           See the License for the specific language governing permissions and
           limitations under the License.
        
Project-URL: Homepage, https://gitlab.com/kaiju-python/kaiju-tools
Project-URL: Documentation, http://kaiju-tools.readthedocs.io
Keywords: kaiju
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.11
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: aiohttp<4.0
Requires-Dist: jinja2
Requires-Dist: msgspec
Requires-Dist: uvloop>=0.21; platform_system != "Windows"
Requires-Dist: aiohttp_cors
Requires-Dist: fastjsonschema
Provides-Extra: dev
Requires-Dist: uv; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: bump-my-version; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: bandit; extra == "dev"
Requires-Dist: pyupgrade; extra == "dev"
Requires-Dist: pyroma; extra == "dev"
Requires-Dist: pylint; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-asyncio; extra == "dev"
Requires-Dist: pytest-aiohttp; extra == "dev"
Requires-Dist: docker; extra == "dev"


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

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

`Python <https://www.python.org>`_ >=3.11

Core services and classes for web RPC server.
See `documentation <https://kaiju-tools.readthedocs.io/>`_ for more info.

Installation
------------

pip install kaiju-tools
