pymatillion


Namepymatillion JSON
Version 1.0.15 PyPI version JSON
download
home_page
SummaryThis is a Python wrapper for interacting with the REST API for Matillion.
upload_time2023-06-28 22:18:11
maintainer
docs_urlNone
author
requires_python>=3.10
licenseMIT License Copyright (c) 2023 Abhinav Yogesh Tiwari Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords matillion etl python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PyMatillion

![CI](https://github.com/tiwari-abhi/PyMatillion/actions/workflows/test-build-release.yml/badge.svg)
[![PyPI](https://img.shields.io/pypi/v/PyMatillion)](https://pypi.org/project/PyMatillion)
[![PyPI Downloads](https://img.shields.io/pypi/dm/PyMatillion.svg?label=downloads)](https://pypi.org/project/PyMatillion)

This is a Python wrapper for interacting with the REST API for Matillion.

For full documentation visit [Documentation Link](https://tiwari-abhi.github.io/PyMatillion/reference).

## Installation

    pip install pymatillion

## Releasing
Releases are automatically built in GitHub actions pipeline when a tag is pushed.

1. Use bumpver to increment the version string across the project.
```
bumpver update -p/-m/--major --no-commit
```
2. Copy the updated version string from pyproject.toml 
3. Tag the relevant commit on the master branch with the version from step 2 

 ``` 
 # Set next version number
 export RELEASE=x.x.x`

 # Create tags
 git commit --allow-empty -m "Release $RELEASE"
 git tag -a $RELEASE -m "Version $RELEASE"
 
 # Push
 git push origin --tags
``` 

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pymatillion",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "Matillion,ETL,Python",
    "author": "",
    "author_email": "Abhinav Tiwari <abhinavtiwariusa84@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/c3/da/51cdfeb3d4bcbb795c03ef565d5760beea5cbd686b5f40c1beadb5607695/pymatillion-1.0.15.tar.gz",
    "platform": null,
    "description": "# PyMatillion\n\n![CI](https://github.com/tiwari-abhi/PyMatillion/actions/workflows/test-build-release.yml/badge.svg)\n[![PyPI](https://img.shields.io/pypi/v/PyMatillion)](https://pypi.org/project/PyMatillion)\n[![PyPI Downloads](https://img.shields.io/pypi/dm/PyMatillion.svg?label=downloads)](https://pypi.org/project/PyMatillion)\n\nThis is a Python wrapper for interacting with the REST API for Matillion.\n\nFor full documentation visit [Documentation Link](https://tiwari-abhi.github.io/PyMatillion/reference).\n\n## Installation\n\n    pip install pymatillion\n\n## Releasing\nReleases are automatically built in GitHub actions pipeline when a tag is pushed.\n\n1. Use bumpver to increment the version string across the project.\n```\nbumpver update -p/-m/--major --no-commit\n```\n2. Copy the updated version string from pyproject.toml \n3. Tag the relevant commit on the master branch with the version from step 2 \n\n ``` \n # Set next version number\n export RELEASE=x.x.x`\n\n # Create tags\n git commit --allow-empty -m \"Release $RELEASE\"\n git tag -a $RELEASE -m \"Version $RELEASE\"\n \n # Push\n git push origin --tags\n``` \n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2023 Abhinav Yogesh Tiwari  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "This is a Python wrapper for interacting with the REST API for Matillion.",
    "version": "1.0.15",
    "project_urls": {
        "Docs": "https://tiwari-abhi.github.io/PyMatillion/reference",
        "Homepage": "https://github.com/tiwari-abhi/PyMatillion"
    },
    "split_keywords": [
        "matillion",
        "etl",
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5abe101260f2c5f8522a54ddc24082703e1f4a1b2b02f8bea1518bf5cacca00e",
                "md5": "0cf3697cd20192e7d080643f4b5e0fb7",
                "sha256": "bd8c5841f435e9d649ca5d77fb241b87cb97e7281a24ecc9dc449a96212b17e8"
            },
            "downloads": -1,
            "filename": "pymatillion-1.0.15-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0cf3697cd20192e7d080643f4b5e0fb7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 5797,
            "upload_time": "2023-06-28T22:18:10",
            "upload_time_iso_8601": "2023-06-28T22:18:10.500831Z",
            "url": "https://files.pythonhosted.org/packages/5a/be/101260f2c5f8522a54ddc24082703e1f4a1b2b02f8bea1518bf5cacca00e/pymatillion-1.0.15-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c3da51cdfeb3d4bcbb795c03ef565d5760beea5cbd686b5f40c1beadb5607695",
                "md5": "7fe4ffcd77df241ed223c8a0b4c65aee",
                "sha256": "483ab5e2b635639e8aa58954ec024d85695d31564af163f1d843c4625d2f7384"
            },
            "downloads": -1,
            "filename": "pymatillion-1.0.15.tar.gz",
            "has_sig": false,
            "md5_digest": "7fe4ffcd77df241ed223c8a0b4c65aee",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 5997,
            "upload_time": "2023-06-28T22:18:11",
            "upload_time_iso_8601": "2023-06-28T22:18:11.762029Z",
            "url": "https://files.pythonhosted.org/packages/c3/da/51cdfeb3d4bcbb795c03ef565d5760beea5cbd686b5f40c1beadb5607695/pymatillion-1.0.15.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-28 22:18:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tiwari-abhi",
    "github_project": "PyMatillion",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pymatillion"
}
        
Elapsed time: 0.09078s