justmltools


Namejustmltools JSON
Version 4.0.0 PyPI version JSON
download
home_pagehttps://github.com/BigNerd/justmltools
SummaryA library for recurring tasks in machine learning projects
upload_time2023-10-11 15:46:00
maintainer
docs_urlNone
authorMatthias Burbach
requires_python>=3.7
license
keywords
VCS
bugtrack_url
requirements boto3 mlflow requests six inflection urllib3
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # justmltools

This Python package is a library for recurring tasks in machine learning projects.

It provides the following features:
* standardized path layout for machine learning input and output data
* easy data transfer between a local file system and an [MLflow repository](https://www.mlflow.org/)
* easy data transfer between a local file system and an [AWS S3 bucket](https://aws.amazon.com/s3/)
* easy data transfer from a GitLab repository to the local file system

## Installation

From [PyPi](https://pypi.python.org/pypi/justmltools/):

```
pip3 install justmltools
```

## Documentation

Find documentation on when and how to use justmltools in the [Wiki](https://github.com/BigNerd/justmltools/wiki).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/BigNerd/justmltools",
    "name": "justmltools",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "Matthias Burbach",
    "author_email": "matthias.burbach@web.de",
    "download_url": "https://files.pythonhosted.org/packages/c3/a9/a9c30dcca33698356c9ef6ef071273b12b3fa4fd3e84deec9269a19ba532/justmltools-4.0.0.tar.gz",
    "platform": null,
    "description": "# justmltools\n\nThis Python package is a library for recurring tasks in machine learning projects.\n\nIt provides the following features:\n* standardized path layout for machine learning input and output data\n* easy data transfer between a local file system and an [MLflow repository](https://www.mlflow.org/)\n* easy data transfer between a local file system and an [AWS S3 bucket](https://aws.amazon.com/s3/)\n* easy data transfer from a GitLab repository to the local file system\n\n## Installation\n\nFrom [PyPi](https://pypi.python.org/pypi/justmltools/):\n\n```\npip3 install justmltools\n```\n\n## Documentation\n\nFind documentation on when and how to use justmltools in the [Wiki](https://github.com/BigNerd/justmltools/wiki).\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A library for recurring tasks in machine learning projects",
    "version": "4.0.0",
    "project_urls": {
        "Homepage": "https://github.com/BigNerd/justmltools"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e21a2b1c44b4437f041f461d7d09c14fedea04d5d634da44b8f2e6e908390dee",
                "md5": "8b5374ce6298c2a287ac7d19256f4ed5",
                "sha256": "5788064e508369e797e6fb9317bf4ad433d2a53cc6669cf49ef09176c583e8b7"
            },
            "downloads": -1,
            "filename": "justmltools-4.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8b5374ce6298c2a287ac7d19256f4ed5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 25359,
            "upload_time": "2023-10-11T15:45:58",
            "upload_time_iso_8601": "2023-10-11T15:45:58.709888Z",
            "url": "https://files.pythonhosted.org/packages/e2/1a/2b1c44b4437f041f461d7d09c14fedea04d5d634da44b8f2e6e908390dee/justmltools-4.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c3a9a9c30dcca33698356c9ef6ef071273b12b3fa4fd3e84deec9269a19ba532",
                "md5": "d675da1fe243b0544b5e103b5866c700",
                "sha256": "0ba815e4ba1cebb015b3bc8a001b58e95842c1dc18e0eec79833161eb3f72358"
            },
            "downloads": -1,
            "filename": "justmltools-4.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "d675da1fe243b0544b5e103b5866c700",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 17483,
            "upload_time": "2023-10-11T15:46:00",
            "upload_time_iso_8601": "2023-10-11T15:46:00.008783Z",
            "url": "https://files.pythonhosted.org/packages/c3/a9/a9c30dcca33698356c9ef6ef071273b12b3fa4fd3e84deec9269a19ba532/justmltools-4.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-11 15:46:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "BigNerd",
    "github_project": "justmltools",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "boto3",
            "specs": []
        },
        {
            "name": "mlflow",
            "specs": [
                [
                    "<",
                    "3.0.0"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": []
        },
        {
            "name": "six",
            "specs": []
        },
        {
            "name": "inflection",
            "specs": []
        },
        {
            "name": "urllib3",
            "specs": [
                [
                    "<",
                    "1.27"
                ],
                [
                    ">=",
                    "1.25.4"
                ]
            ]
        }
    ],
    "lcname": "justmltools"
}
        
Elapsed time: 0.35666s