pymlt


Namepymlt JSON
Version 1.2.103 PyPI version JSON
download
home_pageNone
SummaryPython Machine Learning Toolkit
upload_time2025-07-16 19:06:02
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseMIT
keywords pymlt machine learning data science toolkit python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pymlt
python machine learning template

## links
https://pypi.org/project/pymlt  
https://hub.docker.com/r/benvliet/pymlt  # todo: move to ghcr.io  
https://pepy.tech/projects/pymlt  # todo: add badges  
https://codecov.io/gh/benvliet/pymlt  # todo: add to pipeline  

## project structure

```
.
├── .github/        # Github Actions pipelines
├── data/           # Data Files for example runs
├── docs/           # Documentation and templates
├── src/            # source code
│   ├── pymlt/      # pymlt package modules
├── .../            # ...
├── .../            # ...
├── .../            # ...
├── .../            # ...
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pymlt",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "pymlt, machine learning, data science, toolkit, python",
    "author": null,
    "author_email": "Ben van Vliet <benvliet@icloud.com>",
    "download_url": "https://files.pythonhosted.org/packages/62/d6/ad7362992ede9d8b96a709a4c90d9b1f413dfdf050a569cadcea88e386be/pymlt-1.2.103.tar.gz",
    "platform": null,
    "description": "# pymlt\npython machine learning template\n\n## links\nhttps://pypi.org/project/pymlt  \nhttps://hub.docker.com/r/benvliet/pymlt  # todo: move to ghcr.io  \nhttps://pepy.tech/projects/pymlt  # todo: add badges  \nhttps://codecov.io/gh/benvliet/pymlt  # todo: add to pipeline  \n\n## project structure\n\n```\n.\n\u251c\u2500\u2500 .github/        # Github Actions pipelines\n\u251c\u2500\u2500 data/           # Data Files for example runs\n\u251c\u2500\u2500 docs/           # Documentation and templates\n\u251c\u2500\u2500 src/            # source code\n\u2502   \u251c\u2500\u2500 pymlt/      # pymlt package modules\n\u251c\u2500\u2500 .../            # ...\n\u251c\u2500\u2500 .../            # ...\n\u251c\u2500\u2500 .../            # ...\n\u251c\u2500\u2500 .../            # ...\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python Machine Learning Toolkit",
    "version": "1.2.103",
    "project_urls": {
        "homepage": "https://pypi.org/project/pymlt/",
        "issues": "https://github.com/benvliet/pymlt/issues",
        "repository": "https://github.com/benvliet/pymlt"
    },
    "split_keywords": [
        "pymlt",
        " machine learning",
        " data science",
        " toolkit",
        " python"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a223654c867bf13bc2380109770bc2641dd59cefc10b63f82e87f176f7205ad0",
                "md5": "98c8eccde7aa325cb7dc8511a660f072",
                "sha256": "ff976c1799157489695598e6742c8b0331bab6a5550862e911fe91d6351dff69"
            },
            "downloads": -1,
            "filename": "pymlt-1.2.103-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "98c8eccde7aa325cb7dc8511a660f072",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 57967,
            "upload_time": "2025-07-16T19:06:01",
            "upload_time_iso_8601": "2025-07-16T19:06:01.540244Z",
            "url": "https://files.pythonhosted.org/packages/a2/23/654c867bf13bc2380109770bc2641dd59cefc10b63f82e87f176f7205ad0/pymlt-1.2.103-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "62d6ad7362992ede9d8b96a709a4c90d9b1f413dfdf050a569cadcea88e386be",
                "md5": "4f10ed218e5828c0edeee3e2c31d3351",
                "sha256": "b025f7cb768d9f32cc09c5b95228560596cc2e1d57788aeb1c0a68ba819956ee"
            },
            "downloads": -1,
            "filename": "pymlt-1.2.103.tar.gz",
            "has_sig": false,
            "md5_digest": "4f10ed218e5828c0edeee3e2c31d3351",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 1593257,
            "upload_time": "2025-07-16T19:06:02",
            "upload_time_iso_8601": "2025-07-16T19:06:02.862631Z",
            "url": "https://files.pythonhosted.org/packages/62/d6/ad7362992ede9d8b96a709a4c90d9b1f413dfdf050a569cadcea88e386be/pymlt-1.2.103.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-16 19:06:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "benvliet",
    "github_project": "pymlt",
    "github_not_found": true,
    "lcname": "pymlt"
}
        
Elapsed time: 1.92624s