danielutils


Namedanielutils JSON
Version 0.9.74 PyPI version JSON
download
home_pageNone
SummaryA python utils library for things I find useful
upload_time2024-04-15 22:47:55
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8.0
licenseMIT License Copyright (c) 2022 danielnachumdev Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords functions decorators methods classes metaclasses
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
[![Python package](https://github.com/danielnachumdev/danielutils/actions/workflows/python-package.yml/badge.svg)](https://github.com/danielnachumdev/danielutils/actions/workflows/python-package.yml)
[![Pylint](https://github.com/danielnachumdev/danielutils/actions/workflows/pylint.yml/badge.svg)](https://github.com/danielnachumdev/danielutils/actions/workflows/pylint.yml)
[![Python 3.10.11](https://img.shields.io/badge/python-3.10.11-blue.svg)](https://www.python.org/downloads/release/python-31011/)
[![gitleaks](https://github.com/danielnachumdev/danielutils/actions/workflows/gitleaks.yml/badge.svg)](https://github.com/danielnachumdev/danielutils/actions/workflows/gitleaks.yml)
[![CodeQL](https://github.com/danielnachumdev/danielutils/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/danielnachumdev/danielutils/actions/workflows/github-code-scanning/codeql)
# danielutils v=0.9.74
A utils library for things that I find useful for my coding workflow.\
Feel free to use and / or contribute / improve my code :)

THIS PACKAGE IS IN DEVELOPMENT AND SUBJECT TO CHANGE, USE AT YOUR OWN RISK!

# Showcase
In [this](./READMES/) folder you can check out some more in depth showcase of some of the topics I have covered in this package

### [`isoftype`](./READMES/isoftype.md)
-- _"Boost your type checking game with `isoftype`: Effortlessly verify object types and subtypes, handle complex data structures, and tackle union types in Python!"_

**Support for Parametrized Generics**
### [`@overload`](./READMES/overload.md)
-- _"Manage function overloads with ease: Introducing `@overload` to handle specific resolutions and simplify function overloading in Python!"_

**Support for function overloading**
### [`@validate`](./READMES/validate.md)
-- _"Safeguard your code with `@validate`: Protecting against type-related disasters and ensuring type safety in Python functions!"_

**Runtime argument type validation for functions**
### [`tlist`](./READMES/tlist.md)
-- _"Elevate your list safety with `tlist`: Empower your code with runtime type safety, seamless list operations, and enhanced control over list elements!"_

**Like `list` but with runtime type validation**
### [`Interface`](./READMES/Interface.md)
-- _"Unlock the Power of Interfaces in Python: Create Your Own Metaclass for Interface-Like Behavior and Enhance Your Object-Oriented Programming Skills!"_

**Learning `metaclasses` by implementing an `Interface` (and `Abstract Classes`) for python in python**

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "danielutils",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8.0",
    "maintainer_email": null,
    "keywords": "functions, decorators, methods, classes, metaclasses",
    "author": null,
    "author_email": "danielnachumdev <danielnachumdev@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/9d/91/ba2c706c420772fe840a85a3751301ac3e4d5e70d4733549fbfc7d07751d/danielutils-0.9.74.tar.gz",
    "platform": null,
    "description": "\r\n[![Python package](https://github.com/danielnachumdev/danielutils/actions/workflows/python-package.yml/badge.svg)](https://github.com/danielnachumdev/danielutils/actions/workflows/python-package.yml)\r\n[![Pylint](https://github.com/danielnachumdev/danielutils/actions/workflows/pylint.yml/badge.svg)](https://github.com/danielnachumdev/danielutils/actions/workflows/pylint.yml)\r\n[![Python 3.10.11](https://img.shields.io/badge/python-3.10.11-blue.svg)](https://www.python.org/downloads/release/python-31011/)\r\n[![gitleaks](https://github.com/danielnachumdev/danielutils/actions/workflows/gitleaks.yml/badge.svg)](https://github.com/danielnachumdev/danielutils/actions/workflows/gitleaks.yml)\r\n[![CodeQL](https://github.com/danielnachumdev/danielutils/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/danielnachumdev/danielutils/actions/workflows/github-code-scanning/codeql)\r\n# danielutils v=0.9.74\r\nA utils library for things that I find useful for my coding workflow.\\\r\nFeel free to use and / or contribute / improve my code :)\r\n\r\nTHIS PACKAGE IS IN DEVELOPMENT AND SUBJECT TO CHANGE, USE AT YOUR OWN RISK!\r\n\r\n# Showcase\r\nIn [this](./READMES/) folder you can check out some more in depth showcase of some of the topics I have covered in this package\r\n\r\n### [`isoftype`](./READMES/isoftype.md)\r\n-- _\"Boost your type checking game with `isoftype`: Effortlessly verify object types and subtypes, handle complex data structures, and tackle union types in Python!\"_\r\n\r\n**Support for Parametrized Generics**\r\n### [`@overload`](./READMES/overload.md)\r\n-- _\"Manage function overloads with ease: Introducing `@overload` to handle specific resolutions and simplify function overloading in Python!\"_\r\n\r\n**Support for function overloading**\r\n### [`@validate`](./READMES/validate.md)\r\n-- _\"Safeguard your code with `@validate`: Protecting against type-related disasters and ensuring type safety in Python functions!\"_\r\n\r\n**Runtime argument type validation for functions**\r\n### [`tlist`](./READMES/tlist.md)\r\n-- _\"Elevate your list safety with `tlist`: Empower your code with runtime type safety, seamless list operations, and enhanced control over list elements!\"_\r\n\r\n**Like `list` but with runtime type validation**\r\n### [`Interface`](./READMES/Interface.md)\r\n-- _\"Unlock the Power of Interfaces in Python: Create Your Own Metaclass for Interface-Like Behavior and Enhance Your Object-Oriented Programming Skills!\"_\r\n\r\n**Learning `metaclasses` by implementing an `Interface` (and `Abstract Classes`) for python in python**\r\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2022 danielnachumdev  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "A python utils library for things I find useful",
    "version": "0.9.74",
    "project_urls": {
        "Bug Tracker": "https://github.com/danielnachumdev/danielutils/issues",
        "Homepage": "https://github.com/danielnachumdev/danielutils"
    },
    "split_keywords": [
        "functions",
        " decorators",
        " methods",
        " classes",
        " metaclasses"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9d91ba2c706c420772fe840a85a3751301ac3e4d5e70d4733549fbfc7d07751d",
                "md5": "b8a48e59f5bb18fbc23f5688b53efdc1",
                "sha256": "04c8b0023514b41d907daa89c64f8b7e0dd9a63e5424fb0441c18f53d743d61a"
            },
            "downloads": -1,
            "filename": "danielutils-0.9.74.tar.gz",
            "has_sig": false,
            "md5_digest": "b8a48e59f5bb18fbc23f5688b53efdc1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8.0",
            "size": 61050,
            "upload_time": "2024-04-15T22:47:55",
            "upload_time_iso_8601": "2024-04-15T22:47:55.564467Z",
            "url": "https://files.pythonhosted.org/packages/9d/91/ba2c706c420772fe840a85a3751301ac3e4d5e70d4733549fbfc7d07751d/danielutils-0.9.74.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-15 22:47:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "danielnachumdev",
    "github_project": "danielutils",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "danielutils"
}
        
Elapsed time: 0.27657s