funcs-aux


Namefuncs-aux JSON
Version 0.4.0 PyPI version JSON
download
home_pagehttps://github.com/centroid457/
Summaryuseful funcs in one place
upload_time2024-07-26 12:27:05
maintainerNone
docs_urlNone
authorAndrei Starichenko
requires_python>=3.6
licenseNone
keywords functions auxiliary auxiliary funcs np funcs collections funcs strings funcs result object result cumulation result log steps
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![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.0/![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:  
	- ResultValue - 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.  

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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/centroid457/",
    "name": "funcs-aux",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "functions, auxiliary, auxiliary funcs, np funcs, collections funcs, strings funcs, result object, result cumulation, result log steps",
    "author": "Andrei Starichenko",
    "author_email": "centroid@mail.ru",
    "download_url": "https://files.pythonhosted.org/packages/12/57/5f2b7f950d584f3019fe233fa6a2a30682b839f6ad3671297d9c1806dd8f/funcs_aux-0.4.0.tar.gz",
    "platform": null,
    "description": "![Ver/TestedPython](https://img.shields.io/pypi/pyversions/funcs_aux)\r\n![Ver/Os](https://img.shields.io/badge/os_development-Windows-blue)  \r\n![repo/Created](https://img.shields.io/github/created-at/centroid457/funcs_aux)\r\n![Commit/Last](https://img.shields.io/github/last-commit/centroid457/funcs_aux)\r\n![Tests/GitHubWorkflowStatus](https://github.com/centroid457/funcs_aux/actions/workflows/test_linux.yml/badge.svg)\r\n![Tests/GitHubWorkflowStatus](https://github.com/centroid457/funcs_aux/actions/workflows/test_windows.yml/badge.svg)  \r\n![repo/Size](https://img.shields.io/github/repo-size/centroid457/funcs_aux)\r\n![Commit/Count/t](https://img.shields.io/github/commit-activity/t/centroid457/funcs_aux)\r\n![Commit/Count/y](https://img.shields.io/github/commit-activity/y/centroid457/funcs_aux)\r\n![Commit/Count/m](https://img.shields.io/github/commit-activity/m/centroid457/funcs_aux)\r\n\r\n# funcs_aux (current v0.4.0/![Ver/Pypi Latest](https://img.shields.io/pypi/v/funcs_aux?label=pypi%20latest))\r\n\r\n## DESCRIPTION_SHORT\r\nuseful funcs in one place\r\n\r\n## DESCRIPTION_LONG\r\nNow its just a beginning!\r\nDesigned to collect useful funcs in one place!\r\n\r\n\r\n## Features\r\n1. RESULTS:  \r\n\t- ResultValue - resolved ambiguity with None-result for any method result!  \r\n\t- ResultCum  \r\n2. ITERABLES:  \r\n\t- work with any iterable data by path/...  \r\n3. STRINGS:  \r\n4. ValueWithUnit:  \r\n\t- work with multipliers  \r\n\t- work with positive/negative  \r\n\t- full comparing + arithmetics  \r\n5. ValueFromVariant  \r\n6. Valid  \r\n\r\n\r\n********************************************************************************\r\n## License\r\nSee the [LICENSE](LICENSE) file for license rights and limitations (MIT).\r\n\r\n\r\n## Release history\r\nSee the [HISTORY.md](HISTORY.md) file for release history.\r\n\r\n\r\n## Installation\r\n```commandline\r\npip install funcs-aux\r\n```\r\n\r\n\r\n## Import\r\n```python\r\nfrom funcs_aux import *\r\n```\r\n\r\n\r\n********************************************************************************\r\n## USAGE EXAMPLES\r\nSee tests, sourcecode and docstrings for other examples.  \r\n\r\n********************************************************************************\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "useful funcs in one place",
    "version": "0.4.0",
    "project_urls": {
        "Homepage": "https://github.com/centroid457/",
        "Source": "https://github.com/centroid457/funcs_aux"
    },
    "split_keywords": [
        "functions",
        " auxiliary",
        " auxiliary funcs",
        " np funcs",
        " collections funcs",
        " strings funcs",
        " result object",
        " result cumulation",
        " result log steps"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9de76d9c1b018492d4aca47f9a24aa5091f64ee7035082cc3c355b3b96755071",
                "md5": "7bbeaf8838020d13cc44e46e950261d4",
                "sha256": "f5a11ad7b3d18f6cc09d23a6f4f0da6da2e98023ddb89ecb14dc4e3a7cc39fa0"
            },
            "downloads": -1,
            "filename": "funcs_aux-0.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7bbeaf8838020d13cc44e46e950261d4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 22462,
            "upload_time": "2024-07-26T12:27:04",
            "upload_time_iso_8601": "2024-07-26T12:27:04.224541Z",
            "url": "https://files.pythonhosted.org/packages/9d/e7/6d9c1b018492d4aca47f9a24aa5091f64ee7035082cc3c355b3b96755071/funcs_aux-0.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "12575f2b7f950d584f3019fe233fa6a2a30682b839f6ad3671297d9c1806dd8f",
                "md5": "1c6383d5a0a50097c7231298f1ea2229",
                "sha256": "2435ece9bc35bc4c70a6044e26436dd4cb879edb68bf56807a8bcaaed49326b9"
            },
            "downloads": -1,
            "filename": "funcs_aux-0.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "1c6383d5a0a50097c7231298f1ea2229",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 28181,
            "upload_time": "2024-07-26T12:27:05",
            "upload_time_iso_8601": "2024-07-26T12:27:05.827685Z",
            "url": "https://files.pythonhosted.org/packages/12/57/5f2b7f950d584f3019fe233fa6a2a30682b839f6ad3671297d9c1806dd8f/funcs_aux-0.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-26 12:27:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "centroid457",
    "github_project": "funcs_aux",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "funcs-aux"
}
        
Elapsed time: 0.38165s