pymlt


Namepymlt JSON
Version 1.2.94 PyPI version JSON
download
home_pageNone
SummaryPython Machine Learning Toolkit
upload_time2025-07-12 21:19:40
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: https://pepy.tech/projects/pymlt  

## 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/f7/ad/7dc53c96b2df862405e7a666ca1232877a2e696220b213165375a4503675/pymlt-1.2.94.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  \ntodo: https://pepy.tech/projects/pymlt  \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.94",
    "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": "40a99a6667141d216281a4b45132d1d43fbb9a2741f82e7455425e3838b68617",
                "md5": "95a52cee9635a6fcaef1cb09eb89575e",
                "sha256": "1f270e8e9c74dda90fd4f0ead18af2ae3522d954e97a88aae27bf0ad1367674b"
            },
            "downloads": -1,
            "filename": "pymlt-1.2.94-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "95a52cee9635a6fcaef1cb09eb89575e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 58158,
            "upload_time": "2025-07-12T21:19:38",
            "upload_time_iso_8601": "2025-07-12T21:19:38.835486Z",
            "url": "https://files.pythonhosted.org/packages/40/a9/9a6667141d216281a4b45132d1d43fbb9a2741f82e7455425e3838b68617/pymlt-1.2.94-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f7ad7dc53c96b2df862405e7a666ca1232877a2e696220b213165375a4503675",
                "md5": "bc9392be41d225c360c06c9f7c03c586",
                "sha256": "706dafc0508d8b0a441b18e1f6b31dea732fce42632caf1bdfa10adbbe3c9aed"
            },
            "downloads": -1,
            "filename": "pymlt-1.2.94.tar.gz",
            "has_sig": false,
            "md5_digest": "bc9392be41d225c360c06c9f7c03c586",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 1517468,
            "upload_time": "2025-07-12T21:19:40",
            "upload_time_iso_8601": "2025-07-12T21:19:40.357101Z",
            "url": "https://files.pythonhosted.org/packages/f7/ad/7dc53c96b2df862405e7a666ca1232877a2e696220b213165375a4503675/pymlt-1.2.94.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-12 21:19:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "benvliet",
    "github_project": "pymlt",
    "github_not_found": true,
    "lcname": "pymlt"
}
        
Elapsed time: 3.66023s