Skip to content

bballamudi/marquez-python

 
 

Repository files navigation

Marquez Python Client

CircleCI codecov status Gitter version license

Python client for Marquez.

Status

This library is under active development at WeWork.

Documentation

See the API docs.

Requirements

Python 3.5.0+

Installation

$ pip3 install marquez-python

To install from source run:

$ python3 setup.py install

Usage

from marquez_client import MarquezClient

client = MarquezClient()

# create namespace
client.create_namespace('example-namespace', 'example-owner', 'example description')

To enable logging, set the environment variable MARQUEZ_LOG_LEVEL to DEBUG, INFO, or ERROR:

$ export MARQUEZ_LOG_LEVEL='INFO'

Contributing

See CONTRIBUTING.md for more details about how to contribute.

Packages

No packages published

Languages

  • Python 92.4%
  • Shell 7.1%
  • Dockerfile 0.5%