Metadata-Version: 2.1
Name: xRedUtils
Version: 2.1.0
Summary: Simple, general purpose functions in one place!
Author: xRedCrystalx
Project-URL: Homepage, https://github.com/xRedCrystalx/xRedUtils
Project-URL: Issues, https://github.com/xRedCrystalx/xRedUtils/issues
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Classifier: Typing :: Typed
Classifier: Topic :: Utilities
Requires-Python: >=3.12
Description-Content-Type: text/x-rst
License-File: LICENSE

.. image:: https://github.com/xRedCrystalx/xRedUtils/blob/main/assets/transparent_banner.png
    :height: 150
    :align: center

xRedUtils
=========

General useful python functions

This is a simple library with many functions and modules that I normally use in my projects.
It supports ``sync`` and ``async`` functions!

Instalation
-----------

.. code-block:: sh

    pip install xRedUtils

Usage
-----

.. code-block:: python

    import xRedUtils
    xRedUtils.main_test()

    ... or ...

    import xRedUtilsAsync, asyncio
    asyncio.run(xRedUtilsAsync.main_test())

Output:

.. code-block:: sh

    All tests complete.

Documentation
-------------

WIP - Still trying to figure this out, for now, every function has ``docstring``.

License
-------

MIT License - `Here! <https://github.com/xRedCrystalx/xRedUtils/tree/main/LICENSE>`_
