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.18.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.18.0.tar.gz.
File metadata
- Download URL: marquez-python-0.18.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.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.6.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
13a5c147556d5681c277810dbcc2018913656fd023676e29582f286b6e13a3cb
|
|
| MD5 |
a51934a8c16898a017cacbc018cfd5cc
|
|
| BLAKE2b-256 |
e010d7380af7653dc0eb1c87a198da6c964e7153470957c1e663b4547b5affc7
|
File details
Details for the file marquez_python-0.18.0-py3-none-any.whl.
File metadata
- Download URL: marquez_python-0.18.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.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.6.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
adc75e1450b5065ce422a143ec7378068f76989412828020626c64d636bf22f1
|
|
| MD5 |
b95c19e72d6b9cd9fcc092b8847209fd
|
|
| BLAKE2b-256 |
a94819ec01bd11608962d129b68d94267cf1acc6ec7bae85d2f04026f91d2459
|