Metadata-Version: 2.1
Name: miguel_lib
Version: 0.2.3
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3 :: Only
License-File: LICENSE
Summary: Random crap I like to use
Author: MiguelX413
Author-email: lbpgaming27@gmail.com
Requires-Python: >=3.7
Description-Content-Type: text/x-rst; charset=UTF-8
Project-URL: GitLab, https://gitlab.com/MiguelX413/miguel_lib
Project-URL: GitHub, https://github.com/MiguelX413/miguel_lib

.. badges-start

|CI| |pypi| |pyversion| |license| |downloads| |black|

.. |CI| image:: https://github.com/MiguelX413/miguel_lib/actions/workflows/CI.yml/badge.svg
   :alt: GitHub Actions Build Status
   :target: https://github.com/MiguelX413/miguel_lib/actions/workflows/CI.yml

.. |pypi| image:: https://img.shields.io/pypi/v/miguel_lib.svg
   :alt: miguel_lib PyPI Project Page
   :target: https://pypi.org/project/miguel_lib/

.. |license| image:: https://img.shields.io/github/license/MiguelX413/miguel_lib.svg
   :alt: LGPL-2.1 License
   :target: https://github.com/MiguelX413/miguel_lib/blob/master/LICENSE

.. |pyversion| image:: https://img.shields.io/pypi/pyversions/miguel_lib.svg
   :alt: Supported Python Versions

.. |downloads| image:: https://pepy.tech/badge/miguel_lib/month
   :alt: PyPI Download Count
   :target: https://pepy.tech/project/miguel_lib

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

.. badges-end

Random crap I like to use

.. code-block:: console

    $ pip install miguel_lib

**miguel_lib**

- utf16len() - UTF-16 length of a string.

- Interval math.

