This is a Python wrapper for interacting with the REST API for Matillion.
Project description
PyMatillion
This is a Python wrapper for interacting with the REST API for Matillion.
For full documentation visit Documentation Link.
Installation
pip install pymatillion
Releasing
Releases are automatically built in GitHub actions pipeline when a tag is pushed.
- Use bumpver to increment the version string across the project.
bumpver update -p/-m/--major --no-commit
- Copy the updated version string from pyproject.toml
- 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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pymatillion-1.0.15.tar.gz
(6.0 kB
view details)
Built Distribution
File details
Details for the file pymatillion-1.0.15.tar.gz
.
File metadata
- Download URL: pymatillion-1.0.15.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 483ab5e2b635639e8aa58954ec024d85695d31564af163f1d843c4625d2f7384 |
|
MD5 | 7fe4ffcd77df241ed223c8a0b4c65aee |
|
BLAKE2b-256 | c3da51cdfeb3d4bcbb795c03ef565d5760beea5cbd686b5f40c1beadb5607695 |
File details
Details for the file pymatillion-1.0.15-py3-none-any.whl
.
File metadata
- Download URL: pymatillion-1.0.15-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bd8c5841f435e9d649ca5d77fb241b87cb97e7281a24ecc9dc449a96212b17e8 |
|
MD5 | 0cf3697cd20192e7d080643f4b5e0fb7 |
|
BLAKE2b-256 | 5abe101260f2c5f8522a54ddc24082703e1f4a1b2b02f8bea1518bf5cacca00e |