Metadata-Version: 2.1
Name: funcs_aux
Version: 0.4.28
Summary: useful funcs in one place
Home-page: https://github.com/centroid457/
Author: Andrei Starichenko
Author-email: centroid@mail.ru
Project-URL: Source, https://github.com/centroid457/funcs_aux
Keywords: functions,auxiliary,auxiliary funcs,np funcs,collections funcs,strings funcs,result object,result cumulation,result log steps
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Typing :: Typed
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

![Ver/TestedPython](https://img.shields.io/pypi/pyversions/funcs_aux)
![Ver/Os](https://img.shields.io/badge/os_development-Windows-blue)  
![repo/Created](https://img.shields.io/github/created-at/centroid457/funcs_aux)
![Commit/Last](https://img.shields.io/github/last-commit/centroid457/funcs_aux)
![Tests/GitHubWorkflowStatus](https://github.com/centroid457/funcs_aux/actions/workflows/test_linux.yml/badge.svg)
![Tests/GitHubWorkflowStatus](https://github.com/centroid457/funcs_aux/actions/workflows/test_windows.yml/badge.svg)  
![repo/Size](https://img.shields.io/github/repo-size/centroid457/funcs_aux)
![Commit/Count/t](https://img.shields.io/github/commit-activity/t/centroid457/funcs_aux)
![Commit/Count/y](https://img.shields.io/github/commit-activity/y/centroid457/funcs_aux)
![Commit/Count/m](https://img.shields.io/github/commit-activity/m/centroid457/funcs_aux)

# funcs_aux (current v0.4.28/![Ver/Pypi Latest](https://img.shields.io/pypi/v/funcs_aux?label=pypi%20latest))

## 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:  
	- Explicit - resolved ambiguity with None-result for any method result!  
	- ResultCum  
2. ITERABLES:  
	- work with any iterable data by path/...  
3. STRINGS:  
4. ValueWithUnit:  
	- work with multipliers  
	- work with positive/negative  
	- full comparing + arithmetics  
5. ValueFromVariant  
6. Valid  


********************************************************************************
## License
See the [LICENSE](LICENSE) file for license rights and limitations (MIT).


## Release history
See the [HISTORY.md](HISTORY.md) file for release history.


## Installation
```commandline
pip install funcs-aux
```


## Import
```python
from funcs_aux import *
```


********************************************************************************
## USAGE EXAMPLES
See tests, sourcecode and docstrings for other examples.  

********************************************************************************
