Coverage for /Volumes/workspace/python-utils/.tox/py38/lib/python3.8/site-packages/python_utils/__about__.py : 100%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
1__package_name__ = 'python-utils'
2__version__ = '2.4.0'
3__author__ = 'Rick van Hattem'
4__author_email__ = 'Wolph@wol.ph'
5__description__ = (
6 'Python Utils is a module with some convenient utilities not included '
7 'with the standard Python install')
8__url__ = 'https://github.com/WoLpH/python-utils'