Metadata-Version: 2.1
Name: bhoelhelper
Version: 0.3.0a0
Summary: Misc helper functionalities.
License: MIT
Author: Berthold Höllmann
Author-email: berthold-gitlab@xn--hllmanns-n4a.de
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: backports.functools-lru-cache (>=1.6.1,<2.0.0); python_version < "3.3"
Requires-Dist: pathlib2 (>=2.3.5,<3.0.0); python_version < "3.4"
Description-Content-Type: text/markdown

# Berthold Höllmann's bhoelHelper module #

Some helper modules used in my other modules. 

## Description ##

  'check_args.py' -- 'CheckArgs' is used to process parameters for
	functions and class methods. It handels '*data' and
	'**keyword' arguments.

  'machar.py' -- 'machar' is a python implementation of the machar
	routine from "Numerical recipes in C". It determines and makes
	avaible the machine specific parameters affecting floating
	point arithmetic.

# Installation #

pip install bhoelHelper

## Documentation ##
=============

  Only avaible documentations are the generated documentation. I used
  "HappyDoc":http://sourceforge.net/projects/happydoc/ to generate
  documentation in directory doc.

  Send me a "email", mailto:bhoel@starship.python.net if you like
  this, or have any comments.

