deepreload


Namedeepreload JSON
Version 0.3.0 PyPI version JSON
download
home_pagehttps://github.com/binh-vu/deepreload
Summary
upload_time2023-09-09 21:47:03
maintainer
docs_urlNone
authorBinh Vu
requires_python>=3.8,<4.0
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # deepreload ![PyPI](https://img.shields.io/pypi/v/deepreload) ![Python](https://img.shields.io/badge/python-v3.8+-blue.svg)

Reload a python package recursively. Code ported from IPython.lib.deepreload to avoid loading third-party libraries or packages outside of the target package.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/binh-vu/deepreload",
    "name": "deepreload",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Binh Vu",
    "author_email": "binh@toan2.com",
    "download_url": "https://files.pythonhosted.org/packages/53/82/9e2aa3cd51502676fa6f842963bdfcb928d2921b86af6c956cd538b2c880/deepreload-0.3.0.tar.gz",
    "platform": null,
    "description": "# deepreload ![PyPI](https://img.shields.io/pypi/v/deepreload) ![Python](https://img.shields.io/badge/python-v3.8+-blue.svg)\n\nReload a python package recursively. Code ported from IPython.lib.deepreload to avoid loading third-party libraries or packages outside of the target package.\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "",
    "version": "0.3.0",
    "project_urls": {
        "Homepage": "https://github.com/binh-vu/deepreload",
        "Repository": "https://github.com/binh-vu/deepreload"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7e6d940e3927c6364b126acc328f14ca6c7956f59d2207f6158714b54a341697",
                "md5": "8c9fc6b2572640d179b66db8f41081ee",
                "sha256": "057dae237999dcad5f7119714cb40725e17c76a1d6a6e709d5d5491fd46c79d4"
            },
            "downloads": -1,
            "filename": "deepreload-0.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8c9fc6b2572640d179b66db8f41081ee",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 5491,
            "upload_time": "2023-09-09T21:47:01",
            "upload_time_iso_8601": "2023-09-09T21:47:01.899648Z",
            "url": "https://files.pythonhosted.org/packages/7e/6d/940e3927c6364b126acc328f14ca6c7956f59d2207f6158714b54a341697/deepreload-0.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "53829e2aa3cd51502676fa6f842963bdfcb928d2921b86af6c956cd538b2c880",
                "md5": "1e74e2b38a0c1caa9d6e4b084cd81a08",
                "sha256": "f1ec92a971f9980ee410409a7c6a5331a3553ba49843e5ac7da5264ec6c3dd9a"
            },
            "downloads": -1,
            "filename": "deepreload-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "1e74e2b38a0c1caa9d6e4b084cd81a08",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 4951,
            "upload_time": "2023-09-09T21:47:03",
            "upload_time_iso_8601": "2023-09-09T21:47:03.475740Z",
            "url": "https://files.pythonhosted.org/packages/53/82/9e2aa3cd51502676fa6f842963bdfcb928d2921b86af6c956cd538b2c880/deepreload-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-09 21:47:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "binh-vu",
    "github_project": "deepreload",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "deepreload"
}
        
Elapsed time: 0.43774s