useful funcs in one place


Keywords
functions, auxiliary, funcs, np, collections, strings, result, object
License
MIT
Install
pip install funcs-aux==0.2.7

Documentation

funcs_aux (v0.2.7)

DESCRIPTION_SHORT

useful funcs in one place

DESCRIPTION_LONG

Now its just a beginning! Designed to collect useful funcs in one place!

Features

  1. RESULTS:
    • ResultValue - resolved ambiguity with None-result for any method result!
    • ResultFunc
  2. ITERABLES:
    • work with any iterable data by path/...
  3. STRINGS:

License

See the LICENSE file for license rights and limitations (MIT).

Release history

See the HISTORY.md file for release history.

Installation

pip install funcs-aux

Import

from funcs_aux import *

USAGE EXAMPLES

See tests and sourcecode for other examples.