thecodecrate-builderable


Namethecodecrate-builderable JSON
Version 1.5.0 PyPI version JSON
download
home_pageNone
SummaryThis package provides a builder pattern implementation
upload_time2024-09-27 04:43:39
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseThe MIT License (MIT) Copyright (c) 2024 TheCodeCrate <loureiro.rg@gmail.com> 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 builder pattern python library python-builderable
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Python-Builderable

This package provides a builder pattern implementation.

## Installation

```bash
pip install thecodecrate-builderable
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "thecodecrate-builderable",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": "builder pattern, python, library, python-builderable",
    "author": null,
    "author_email": "TheCodeCrate <loureiro.rg@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/bd/31/c115931f5614fd2eefd1d650bc35b0a0f1170c4cfa10dcde15cec0ad0a48/thecodecrate_builderable-1.5.0.tar.gz",
    "platform": null,
    "description": "# Python-Builderable\n\nThis package provides a builder pattern implementation.\n\n## Installation\n\n```bash\npip install thecodecrate-builderable\n```\n",
    "bugtrack_url": null,
    "license": "The MIT License (MIT)  Copyright (c) 2024 TheCodeCrate <loureiro.rg@gmail.com>  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": "This package provides a builder pattern implementation",
    "version": "1.5.0",
    "project_urls": {
        "documentation": "https://github.com/thecodecrate/python-builderable",
        "repository": "https://github.com/thecodecrate/python-builderable"
    },
    "split_keywords": [
        "builder pattern",
        " python",
        " library",
        " python-builderable"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eb48796fbf0fa9da19f0da20998a6abb833af114958794419e4a85af5a94c1be",
                "md5": "2f003f442c40a01e56b895c2f06b6790",
                "sha256": "da2706b675ee18481fb960ab560ed6ba0f7fe28f1730859479003b9b1268bef2"
            },
            "downloads": -1,
            "filename": "thecodecrate_builderable-1.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2f003f442c40a01e56b895c2f06b6790",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 5986,
            "upload_time": "2024-09-27T04:43:38",
            "upload_time_iso_8601": "2024-09-27T04:43:38.506391Z",
            "url": "https://files.pythonhosted.org/packages/eb/48/796fbf0fa9da19f0da20998a6abb833af114958794419e4a85af5a94c1be/thecodecrate_builderable-1.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bd31c115931f5614fd2eefd1d650bc35b0a0f1170c4cfa10dcde15cec0ad0a48",
                "md5": "6ab6d9f5d148d88cab00673f1d6dd35f",
                "sha256": "f5e754192f731fd667b98a9d4b00c48b7782375593a5c376900654948c9ce8b6"
            },
            "downloads": -1,
            "filename": "thecodecrate_builderable-1.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "6ab6d9f5d148d88cab00673f1d6dd35f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 5707,
            "upload_time": "2024-09-27T04:43:39",
            "upload_time_iso_8601": "2024-09-27T04:43:39.824105Z",
            "url": "https://files.pythonhosted.org/packages/bd/31/c115931f5614fd2eefd1d650bc35b0a0f1170c4cfa10dcde15cec0ad0a48/thecodecrate_builderable-1.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-27 04:43:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "thecodecrate",
    "github_project": "python-builderable",
    "github_not_found": true,
    "lcname": "thecodecrate-builderable"
}
        
Elapsed time: 0.40142s