Skip to main content

Python utility collection by iotanbo

Project description

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:

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:

Windows

set PYTEST_ADDOPTS=--cov-append
tox

Other

PYTEST_ADDOPTS=--cov-append tox

Changelog

0.0.3 (2020-03-31)

  • Ensured that ErrorMsg always has length, even if corresponding Exception message is empty

  • Removed dir_exists() and file_exists() functions that raise exceptions

0.0.2 (2020-03-30)

  • Introduced ResultTuple type for error handling without exceptions

0.0.0 (2020-03-20)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

iotanbo_py_utils-0.0.3.tar.gz (16.9 kB view hashes)

Uploaded Source

Built Distribution

iotanbo_py_utils-0.0.3-py2.py3-none-any.whl (8.4 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page