pymlt


Namepymlt JSON
Version 1.2.93 PyPI version JSON
download
home_pageNone
SummaryPython Machine Learning Toolkit
upload_time2025-07-12 21:05: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/2d/e5/b538db30bd5889375e1f6f818ce4b59ba927078e4867887592f833086b3f/pymlt-1.2.93.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.93",
    "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": "a0f4a9d1d1dae562da7045331546fb2d411bc197b4cd8fffec1f9e46d668b7ac",
                "md5": "6b9068b64d23d8705a29bfb250963984",
                "sha256": "a2a93e3b0b71a9954b9cffe1b771646eb617705f2159fd6536c82877b0553367"
            },
            "downloads": -1,
            "filename": "pymlt-1.2.93-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6b9068b64d23d8705a29bfb250963984",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 58157,
            "upload_time": "2025-07-12T21:05:39",
            "upload_time_iso_8601": "2025-07-12T21:05:39.005517Z",
            "url": "https://files.pythonhosted.org/packages/a0/f4/a9d1d1dae562da7045331546fb2d411bc197b4cd8fffec1f9e46d668b7ac/pymlt-1.2.93-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2de5b538db30bd5889375e1f6f818ce4b59ba927078e4867887592f833086b3f",
                "md5": "6f087d168c35178d6032bf5963ca77ee",
                "sha256": "717be18aa413bb1ef650961c97cebaf177d0735687ef55adf2de086573781eba"
            },
            "downloads": -1,
            "filename": "pymlt-1.2.93.tar.gz",
            "has_sig": false,
            "md5_digest": "6f087d168c35178d6032bf5963ca77ee",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 1517588,
            "upload_time": "2025-07-12T21:05:40",
            "upload_time_iso_8601": "2025-07-12T21:05:40.694335Z",
            "url": "https://files.pythonhosted.org/packages/2d/e5/b538db30bd5889375e1f6f818ce4b59ba927078e4867887592f833086b3f/pymlt-1.2.93.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-12 21:05:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "benvliet",
    "github_project": "pymlt",
    "github_not_found": true,
    "lcname": "pymlt"
}
        
Elapsed time: 0.40823s