extensible


Nameextensible JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/zepedaj/extensible
SummaryContext managed hooks
upload_time2024-04-21 06:20:39
maintainerNone
docs_urlNone
authorJoaquin Zepeda
requires_pythonNone
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
Extensible is a context manager-based hook system to support better organization of machine learning code such as model training scripts.

* Install extensible using

```
pip install extensible
```


* See [Extensible's full documentation](https://extensible.readthedocs.io/en/latest/) for more information


* Contribute at [Extensible's github page](https://github.com/zepedaj/extensible)



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/zepedaj/extensible",
    "name": "extensible",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Joaquin Zepeda",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/6a/1f/0e90148e8d7f677617b84e8936365d0a62ad6c6d05f28eef91f920967539/extensible-0.1.0.tar.gz",
    "platform": null,
    "description": "\nExtensible is a context manager-based hook system to support better organization of machine learning code such as model training scripts.\n\n* Install extensible using\n\n```\npip install extensible\n```\n\n\n* See [Extensible's full documentation](https://extensible.readthedocs.io/en/latest/) for more information\n\n\n* Contribute at [Extensible's github page](https://github.com/zepedaj/extensible)\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Context managed hooks",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/zepedaj/extensible"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a12aff86580b58d7d8e72620c5164de57534c2b093d5b25c6273a611d91adab1",
                "md5": "e7bf6fb7825e93b6b099b8dbd72f9eb7",
                "sha256": "79bb16966ddb1ae50f2c639acbd7d2d5a9b9c4ec30f82de5b9f704ecf7c38410"
            },
            "downloads": -1,
            "filename": "extensible-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e7bf6fb7825e93b6b099b8dbd72f9eb7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 15650,
            "upload_time": "2024-04-21T06:20:38",
            "upload_time_iso_8601": "2024-04-21T06:20:38.121580Z",
            "url": "https://files.pythonhosted.org/packages/a1/2a/ff86580b58d7d8e72620c5164de57534c2b093d5b25c6273a611d91adab1/extensible-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6a1f0e90148e8d7f677617b84e8936365d0a62ad6c6d05f28eef91f920967539",
                "md5": "26ad7ff8db7a54d5c65570344c910982",
                "sha256": "acb5cd5d59506c8bf4caa00d107109c9a4e66ba46fd7f566ac59e91565c11d6e"
            },
            "downloads": -1,
            "filename": "extensible-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "26ad7ff8db7a54d5c65570344c910982",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 14973,
            "upload_time": "2024-04-21T06:20:39",
            "upload_time_iso_8601": "2024-04-21T06:20:39.483812Z",
            "url": "https://files.pythonhosted.org/packages/6a/1f/0e90148e8d7f677617b84e8936365d0a62ad6c6d05f28eef91f920967539/extensible-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-21 06:20:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "zepedaj",
    "github_project": "extensible",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "extensible"
}
        
Elapsed time: 0.21627s