Metadata-Version: 2.1
Name: kometautils
Version: 0.3.2
Summary: Util Methods for Kometa
Home-page: https://github.com/Kometa-Team/Kometa-Utils
Author: Nathan Taggart
Author-email: kometateam@proton.me
License: MIT License
Project-URL: Documentation, https://github.com/Kometa-Team/Kometa-Utils
Project-URL: Funding, https://github.com/sponsors/meisnate12
Project-URL: Source, https://github.com/Kometa-Team/Kometa-Utils
Project-URL: Issues, https://github.com/Kometa-Team/Kometa-Utils/issues
Keywords: kometautils
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.11
License-File: LICENSE
Requires-Dist: GitPython>=3.1.43
Requires-Dist: pathvalidate>=3.2.0
Requires-Dist: psutil>=5.9.8
Requires-Dist: python-dotenv>=1.0.1
Requires-Dist: requests>=2.31.0
Requires-Dist: ruamel.yaml>=0.18.6
Requires-Dist: tqdm>=4.66.2
Requires-Dist: setuptools>=69.5.1

Kometa Utils
==========================================================

.. image:: https://img.shields.io/github/v/release/Kometa-Team/Kometa-Utils?style=plastic
    :target: https://github.com/Kometa-Team/Kometa-Utils/releases
    :alt: GitHub release (latest by date)

.. image:: https://img.shields.io/pypi/v/kometa-utils?style=plastic
    :target: https://pypi.org/project/kometa-utils/
    :alt: PyPI

.. image:: https://img.shields.io/pypi/dm/kometa-utils.svg?style=plastic
    :target: https://pypi.org/project/kometa-utils/
    :alt: Downloads

.. image:: https://img.shields.io/github/commits-since/Kometa-Team/Kometa-Utils/latest?style=plastic
    :target: https://github.com/Kometa-Team/Kometa-Utils/commits/master
    :alt: GitHub commits since latest release (by date) for a branch

.. image:: https://img.shields.io/badge/-Sponsor_or_Donate-blueviolet?style=plastic
    :target: https://github.com/sponsors/meisnate12
    :alt: GitHub Sponsor

Overview
----------------------------------------------------------

Common Utility Methods and Modules used by Kometa and Kometa Partner Scripts


Installation & Documentation
----------------------------------------------------------

.. code-block:: python

    pip install kometautils
