thelittlehackers-core


Namethelittlehackers-core JSON
Version 1.0.3 PyPI version JSON
download
home_pagehttps://github.com/the-little-hackers/library_core_python
SummaryCollection of reusable Python components to share with Python projects
upload_time2024-12-20 13:32:48
maintainerNone
docs_urlNone
authorDaniel CAUNE
requires_python<4.0,>=3.12
licenseMIT
keywords library utils
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # The Little Hackers Python Utility Library
Collection of reusable Python components to share with Python projects.

- `thelittlehackers.utils.nodule_utils`: This Python module provides utilities for navigating your project's directory structure and load modules and classes dynamically without needing direct imports. This can be useful for more flexible code organization and potentially avoiding circular import issues.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/the-little-hackers/library_core_python",
    "name": "thelittlehackers-core",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.12",
    "maintainer_email": null,
    "keywords": "library, utils",
    "author": "Daniel CAUNE",
    "author_email": "daniel.caune@thelittlehackers.com",
    "download_url": "https://files.pythonhosted.org/packages/14/55/43bbeb6c185032169c6c0913cb08ffdd2c4474d7950df21603eb156c8b01/thelittlehackers_core-1.0.3.tar.gz",
    "platform": null,
    "description": "# The Little Hackers Python Utility Library\nCollection of reusable Python components to share with Python projects.\n\n- `thelittlehackers.utils.nodule_utils`: This Python module provides utilities for navigating your project's directory structure and load modules and classes dynamically without needing direct imports. This can be useful for more flexible code organization and potentially avoiding circular import issues.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Collection of reusable Python components to share with Python projects",
    "version": "1.0.3",
    "project_urls": {
        "Homepage": "https://github.com/the-little-hackers/library_core_python",
        "Repository": "https://github.com/the-little-hackers/library_core_python"
    },
    "split_keywords": [
        "library",
        " utils"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2922ee7da067daeff40969abeec0058d920a3cccec8c3bb52687222be672481c",
                "md5": "a53ef0c114129f2e50db96930fb51212",
                "sha256": "8e781ed552897961ce46a14cd76fe2e2fa23390d3c43f35ad5142abf18e0dfc7"
            },
            "downloads": -1,
            "filename": "thelittlehackers_core-1.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a53ef0c114129f2e50db96930fb51212",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.12",
            "size": 68567,
            "upload_time": "2024-12-20T13:32:46",
            "upload_time_iso_8601": "2024-12-20T13:32:46.851654Z",
            "url": "https://files.pythonhosted.org/packages/29/22/ee7da067daeff40969abeec0058d920a3cccec8c3bb52687222be672481c/thelittlehackers_core-1.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "145543bbeb6c185032169c6c0913cb08ffdd2c4474d7950df21603eb156c8b01",
                "md5": "40a41abceed3e7b1af9fb7ab3dc89862",
                "sha256": "6de2605973ee2de97c8e12397af6be2e02b0933b2ad0320b944437e3c716ef94"
            },
            "downloads": -1,
            "filename": "thelittlehackers_core-1.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "40a41abceed3e7b1af9fb7ab3dc89862",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.12",
            "size": 51538,
            "upload_time": "2024-12-20T13:32:48",
            "upload_time_iso_8601": "2024-12-20T13:32:48.687857Z",
            "url": "https://files.pythonhosted.org/packages/14/55/43bbeb6c185032169c6c0913cb08ffdd2c4474d7950df21603eb156c8b01/thelittlehackers_core-1.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-20 13:32:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "the-little-hackers",
    "github_project": "library_core_python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "thelittlehackers-core"
}
        
Elapsed time: 0.42467s