Skip to main content

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

Project description

PyMatillion

CI PyPI PyPI Downloads

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.

  1. Use bumpver to increment the version string across the project.
bumpver update -p/-m/--major --no-commit
  1. Copy the updated version string from pyproject.toml
  2. 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 hashes)

Uploaded Source

Built Distribution

pymatillion-1.0.15-py3-none-any.whl (5.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page