mu-pipelines-interfaces


Namemu-pipelines-interfaces JSON
Version 0.1.5 PyPI version JSON
download
home_pageNone
Summarymu_pipelines_interfaces
upload_time2025-02-16 19:35:22
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseNone
keywords data movement spark etl
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # mu_pipelines_interfaces

## Features


## Tools

### (Lint)
```
pipenv run flake8
pipenv run mypy
pipenv run black .
pipenv run isort .

```

### (Unit Tests)
```
pipenv run pytest --cov --cov-fail-under=100
```

### Pre-Commit Hooks

#### Install the hook
```
pipenv run pre-commit install
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "mu-pipelines-interfaces",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": "data movement, spark, etl",
    "author": null,
    "author_email": "MosaicSoft <mupipelines@gmail.com>",
    "download_url": null,
    "platform": null,
    "description": "# mu_pipelines_interfaces\n\n## Features\n\n\n## Tools\n\n### (Lint)\n```\npipenv run flake8\npipenv run mypy\npipenv run black .\npipenv run isort .\n\n```\n\n### (Unit Tests)\n```\npipenv run pytest --cov --cov-fail-under=100\n```\n\n### Pre-Commit Hooks\n\n#### Install the hook\n```\npipenv run pre-commit install\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "mu_pipelines_interfaces",
    "version": "0.1.5",
    "project_urls": {
        "documentation": "https://mosaicsoft-data.github.io/mu-pipelines-doc/"
    },
    "split_keywords": [
        "data movement",
        " spark",
        " etl"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c60f405adc512f21c51065336a041fc37ecd0404d4fc8264f17501ccff75201a",
                "md5": "add7eface66f8484f5c31afef351d10d",
                "sha256": "376018e6bd9c9ee5fed2c5ad15aded96f142d64ee30af555ac96f45a715d5aae"
            },
            "downloads": -1,
            "filename": "mu_pipelines_interfaces-0.1.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "add7eface66f8484f5c31afef351d10d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 9498,
            "upload_time": "2025-02-16T19:35:22",
            "upload_time_iso_8601": "2025-02-16T19:35:22.085806Z",
            "url": "https://files.pythonhosted.org/packages/c6/0f/405adc512f21c51065336a041fc37ecd0404d4fc8264f17501ccff75201a/mu_pipelines_interfaces-0.1.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-16 19:35:22",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "mu-pipelines-interfaces"
}
        
Elapsed time: 0.96212s