Metadata-Version: 2.1
Name: iotanbo-py-utils
Version: 0.9.1
Summary: Python utilities by iotanbo
Home-page: https://github.com/iotanbo/iotanbo_py_utils
License: MIT
Author: iotanbo
Author-email: yurizappo@gmail.com
Requires-Python: >=3.8.0,<4.0.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: click (>=7.0,<8.0)
Requires-Dist: pathvalidate (>=2.4.1,<3.0.0)
Requires-Dist: result (>=0.6.0,<0.7.0)
Project-URL: Changelog, https://github.com/iotanbo/iotanbo_py_utils/releases
Project-URL: Documentation, https://iotanbo_py_utils.readthedocs.io
Project-URL: Repository, https://github.com/iotanbo/iotanbo_py_utils
Description-Content-Type: text/x-rst

Iotanbo Python Utilities
========================

|PyPI| |Python Version| |License|

|Read the Docs| |Tests| |Codecov|

|pre-commit| |Black|

.. |PyPI| image:: https://img.shields.io/pypi/v/iotanbo_py_utils.svg
   :target: https://pypi.org/project/iotanbo_py_utils/
   :alt: PyPI
.. |Python Version| image:: https://img.shields.io/pypi/pyversions/iotanbo_py_utils
   :target: https://pypi.org/project/iotanbo_py_utils
   :alt: Python Version
.. |License| image:: https://img.shields.io/pypi/l/iotanbo_py_utils
   :target: https://opensource.org/licenses/MIT
   :alt: License
.. |Read the Docs| image:: https://img.shields.io/readthedocs/iotanbo_py_utils/latest.svg?label=Read%20the%20Docs
   :target: https://iotanbo_py_utils.readthedocs.io/
   :alt: Read the documentation at https://iotanbo_py_utils.readthedocs.io/
.. |Tests| image:: https://github.com/iotanbo/iotanbo_py_utils/workflows/Tests/badge.svg
   :target: https://github.com/iotanbo/iotanbo_py_utils/actions?workflow=Tests
   :alt: Tests
.. |Codecov| image:: https://codecov.io/gh/iotanbo/iotanbo_py_utils/branch/main/graph/badge.svg
   :target: https://codecov.io/gh/iotanbo/iotanbo_py_utils
   :alt: Codecov
.. |pre-commit| image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
   :target: https://github.com/pre-commit/pre-commit
   :alt: pre-commit
.. |Black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :target: https://github.com/psf/black
   :alt: Black


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

You can install *Iotanbo Python Utilities* via pip_ from PyPI_:

.. code:: console

   $ pip install iotanbo_py_utils


Usage
-----

This package was initially intended for internal usage.
See the API reference for more information.


License
-------

Distributed under the terms of the `MIT license`_,
*Iotanbo Python Utilities* is free and open source software.


Issues
------

If you encounter any problems,
please `file an issue`_ along with a detailed description.


.. _MIT license: https://opensource.org/licenses/MIT
.. _PyPI: https://pypi.org/
.. _file an issue: https://github.com/iotanbo/iotanbo_py_utils/issues
.. _pip: https://pip.pypa.io/
.. github-only
.. _Contributor Guide: CONTRIBUTING.rst
.. _Usage: https://iotanbo_py_utils.readthedocs.io/en/latest/usage.html

