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.17.0.tar.gz
(14.0 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.17.0.tar.gz.
File metadata
- Download URL: marquez-python-0.17.0.tar.gz
- Upload date:
- Size: 14.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.6.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
50fa09e6e2265c073bdc8dd5cca07b0e13cff847bea61a6dfe405cc6fba054d9
|
|
| MD5 |
9dabe8226c91406092c34908c5c84691
|
|
| BLAKE2b-256 |
8f63295214da85d5e1b5e1b4d761c7211ddad8a9b834bb9ce9a6af50285e362b
|
File details
Details for the file marquez_python-0.17.0-py3-none-any.whl.
File metadata
- Download URL: marquez_python-0.17.0-py3-none-any.whl
- Upload date:
- Size: 28.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.6.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e78763ab4135ca74b311b6ed149d982aec7446e7f55ca26da67c7ea10e3054c0
|
|
| MD5 |
f2d8d89369785a950cd2026bde118abb
|
|
| BLAKE2b-256 |
fa085a87a4e9396c709e253c292be11294272e26111310981340635532beffbf
|