Metadata-Version: 2.1
Name: iotanbo-py-utils
Version: 0.0.2
Summary: Python utility collection by iotanbo
Home-page: https://github.com/iotanbo/iotanbo_py_utils
Author: iotanbo
Author-email: 61734787+iotanbo@users.noreply.github.com
License: MIT
Project-URL: Changelog, https://github.com/iotanbo/iotanbo_py_utils/blob/master/CHANGELOG.rst
Project-URL: Issue Tracker, https://github.com/iotanbo/iotanbo_py_utils/issues
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Utilities
Requires-Python: >=3.7

========
Overview
========



Python utility collection by iotanbo

* Free software: MIT license

Installation
============

::

    pip install iotanbo_py_utils

You can also install the in-development version with::

    pip install https://github.com/iotanbo/iotanbo_py_utils/archive/master.zip


Documentation
=============


To use the project:

.. code-block:: python

    import iotanbo_py_utils
    iotanbo_py_utils.longest()


Development
===========

To run the all tests run::

    tox

Note, to combine the coverage data from all the tox environments run:

.. list-table::
    :widths: 10 90
    :stub-columns: 1

    - - Windows
      - ::

            set PYTEST_ADDOPTS=--cov-append
            tox

    - - Other
      - ::

            PYTEST_ADDOPTS=--cov-append tox


Changelog
=========

0.0.0 (2020-03-20)
------------------

* First release on PyPI.


