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.19.0.tar.gz
(10.6 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.19.0.tar.gz.
File metadata
- Download URL: marquez-python-0.19.0.tar.gz
- Upload date:
- Size: 10.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.6.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
19ccdf0ef601e5a297aaa0edc8b7b746f526b70ad2b8712e09d7d6226f7fe482
|
|
| MD5 |
e98809ad365cd4864300821bdfd1ccb9
|
|
| BLAKE2b-256 |
d5d5226083fb0fb09b32ca822a047ca1ddb4cce2261ba738ef51898253e3eb1e
|
File details
Details for the file marquez_python-0.19.0-py3-none-any.whl.
File metadata
- Download URL: marquez_python-0.19.0-py3-none-any.whl
- Upload date:
- Size: 16.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.6.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d3083e330926b2eed9b80310f5ce8160c21fec3577be50b531e1e9105fb785a4
|
|
| MD5 |
9adaf6f56e4275831597edd562efc551
|
|
| BLAKE2b-256 |
3cf52342443044a5347e988a9fb40f22e01a9501dc18ab3feaabc6a75731cc5f
|