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.16.1.tar.gz
(13.9 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.16.1.tar.gz.
File metadata
- Download URL: marquez-python-0.16.1.tar.gz
- Upload date:
- Size: 13.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.6.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c689e3d8c4e6af06249fcbc4effd245116302714e8591810f563a894fb431f0c
|
|
| MD5 |
11d05672f7441116253ddc31333bb201
|
|
| BLAKE2b-256 |
f2ae3c4fade7ce9279067b09bba9400bd46668f5fa62ac31fcc909d68a29b073
|
File details
Details for the file marquez_python-0.16.1-py3-none-any.whl.
File metadata
- Download URL: marquez_python-0.16.1-py3-none-any.whl
- Upload date:
- Size: 27.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.6.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9302061941338747e4142db6ad73cdcca81f71c4db7b5c76a43baf5736b21cd5
|
|
| MD5 |
e0e9338b9124d5dc9d26683240e4aa7d
|
|
| BLAKE2b-256 |
380522dbdbb6e1024437844650bf4e46030356a98199cd0dcccb2dfd24011b3c
|