Marquez Python Client
Project description
Marquez Python Client
Python client for Marquez.
Documentation
See the API docs.
Requirements
Installation
$ pip3 install marquez-python
To install from source run:
$ python3 setup.py install
Usage
from marquez_client import MarquezClient
client = MarquezClient(url='http://localhost:5000')
# create namespace
client.create_namespace('my-namespace', 'me', 'My first namespace!')
To enable logging, set the environment variable MARQUEZ_LOG_LEVEL to DEBUG, INFO, or ERROR:
$ export MARQUEZ_LOG_LEVEL='INFO'
Development
To install all dependencies for local development:
$ pip3 install -e .[dev]
To run the entire test suite:
$ pytest
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
marquez-python-0.15.0.tar.gz
(13.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file marquez-python-0.15.0.tar.gz.
File metadata
- Download URL: marquez-python-0.15.0.tar.gz
- Upload date:
- Size: 13.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.6.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
59e0f3afbfdb413e48c56f7cb6076122a5f065904f67933dace73add6b1d7bb9
|
|
| MD5 |
25c8f31a536849c6005955feb936a7f7
|
|
| BLAKE2b-256 |
62ecc42587af0255da450582fdbabcdc3299040c12a382d182b551cce2b20edd
|
File details
Details for the file marquez_python-0.15.0-py3-none-any.whl.
File metadata
- Download URL: marquez_python-0.15.0-py3-none-any.whl
- Upload date:
- Size: 27.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.6.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8600d45b940ad3ca492e695c326665d9a89b146c8861d21d2e78b9cf3d2dc675
|
|
| MD5 |
a09536cc87e5170a0bfcf56975f9cf67
|
|
| BLAKE2b-256 |
caa69ed4bfbbf8d56965d62584146af8bce449583bfb44183b601f1a44a63d73
|