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.14.0.tar.gz
(14.5 kB
view details)
File details
Details for the file marquez-python-0.14.0.tar.gz.
File metadata
- Download URL: marquez-python-0.14.0.tar.gz
- Upload date:
- Size: 14.5 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.60.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
74566c586c8a2e5e4eb639658ea1cad3a95057e461965b0f21e5cfdb930e79cd
|
|
| MD5 |
3358cfbd35c01246821a68c1343f8e51
|
|
| BLAKE2b-256 |
b555e5aa5ebdec12f14399da785eee0015ff53c4795d4661ceb1c61fc9eef765
|