funcs-aux


Namefuncs-aux JSON
Version 0.1.3 PyPI version JSON
download
home_pagehttps://github.com/centroid457/
Summaryuseful funcs in one place
upload_time2024-04-27 13:32:25
maintainerNone
docs_urlNone
authorAndrei Starichenko
requires_python>=3.6
licenseNone
keywords functions auxiliary auxiliary funcs np funcs collections funcs strings funcs result object
VCS
bugtrack_url
requirements pytest requirements-checker object-info funcs-aux numpy
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # funcs_aux (v0.1.3)

## 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](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 and sourcecode 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",
    "author": "Andrei Starichenko",
    "author_email": "centroid@mail.ru",
    "download_url": "https://files.pythonhosted.org/packages/69/66/b12822fdf4114b4931ed3e551b78765fae59c10e7d6ab1d6386939a339dc/funcs_aux-0.1.3.tar.gz",
    "platform": null,
    "description": "# funcs_aux (v0.1.3)\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- ResultFunc  \r\n2. ITERABLES:  \r\n\t- work with any iterable data by path/...  \r\n3. STRINGS:  \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 and sourcecode for other examples.\r\n\r\n********************************************************************************\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "useful funcs in one place",
    "version": "0.1.3",
    "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"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2aa26b697a856f68b3cf96ec374697c285ffd496acc8d116117927e529b71474",
                "md5": "25273868a732a5df1a86afb6c1357cd1",
                "sha256": "265db335c83c47a0aff234b9ba265da909f5cf365403d09a3396715c8c739e0c"
            },
            "downloads": -1,
            "filename": "funcs_aux-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "25273868a732a5df1a86afb6c1357cd1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 9750,
            "upload_time": "2024-04-27T13:32:23",
            "upload_time_iso_8601": "2024-04-27T13:32:23.273486Z",
            "url": "https://files.pythonhosted.org/packages/2a/a2/6b697a856f68b3cf96ec374697c285ffd496acc8d116117927e529b71474/funcs_aux-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6966b12822fdf4114b4931ed3e551b78765fae59c10e7d6ab1d6386939a339dc",
                "md5": "7dee394d6205ff00ff4ed4da99a60579",
                "sha256": "cc35a11650b9e5f3d17d87d8b2f11d6b883f12a76809f65752da4bcb55889458"
            },
            "downloads": -1,
            "filename": "funcs_aux-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "7dee394d6205ff00ff4ed4da99a60579",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 9404,
            "upload_time": "2024-04-27T13:32:25",
            "upload_time_iso_8601": "2024-04-27T13:32:25.212119Z",
            "url": "https://files.pythonhosted.org/packages/69/66/b12822fdf4114b4931ed3e551b78765fae59c10e7d6ab1d6386939a339dc/funcs_aux-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-27 13:32:25",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "centroid457",
    "github_project": "funcs_aux",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "pytest",
            "specs": []
        },
        {
            "name": "requirements-checker",
            "specs": []
        },
        {
            "name": "object-info",
            "specs": []
        },
        {
            "name": "funcs-aux",
            "specs": []
        },
        {
            "name": "numpy",
            "specs": []
        }
    ],
    "lcname": "funcs-aux"
}
        
Elapsed time: 0.23972s