|
1 | | -# Marquez Python Client |
| 1 | +# Marquez Python Client - `DEPRECATED` |
2 | 2 |
|
3 | | -[](https://circleci.com/gh/MarquezProject/marquez-python/tree/main) |
4 | | -[](https://codecov.io/gh/MarquezProject/marquez-python/branch/main) |
5 | | -[](#status) |
6 | | -[](https://gitter.im/marquez-project/community) |
7 | | -[](https://pypi.python.org/pypi/marquez-python) |
8 | | -[](https://raw.githubusercontent.com/MarquezProject/marquez-python/main/LICENSE) |
9 | 3 |
|
10 | | -Python client for [Marquez](https://github.com/MarquezProject/marquez). |
| 4 | +[]() |
11 | 5 |
|
12 | | -## Status |
13 | | - |
14 | | -This library is under active development at [Datakin](http://datak.in/). |
15 | | - |
16 | | -## Documentation |
17 | | - |
18 | | -See the [API docs](https://marquezproject.github.io/marquez/openapi.html). |
19 | | - |
20 | | -## Requirements |
21 | | - |
22 | | -[Python 3.5.0](https://www.python.org/downloads/)+ |
23 | | - |
24 | | -## Installation |
25 | | - |
26 | | -```bash |
27 | | -$ pip3 install marquez-python |
28 | | -``` |
29 | | - |
30 | | -To install from source run: |
31 | | - |
32 | | -```bash |
33 | | -$ python3 setup.py install |
34 | | -``` |
35 | | - |
36 | | -## Usage |
37 | | - |
38 | | -```python |
39 | | -from marquez_client import MarquezClient |
40 | | - |
41 | | -client = MarquezClient(url='http;//localhost:5000') |
42 | | - |
43 | | -# create namespace |
44 | | -client.create_namespace('example-namespace', 'example-owner', 'example description') |
45 | | -``` |
46 | | - |
47 | | -To enable logging, set the environment variable `MARQUEZ_LOG_LEVEL` to `DEBUG`, `INFO`, or `ERROR`: |
48 | | - |
49 | | -``` |
50 | | -$ export MARQUEZ_LOG_LEVEL='INFO' |
51 | | -``` |
52 | | -## Contributing |
53 | | - |
54 | | -See [CONTRIBUTING.md](https://github.com/MarquezProject/marquez-python/blob/main/CONTRIBUTING.md) for more details about how to contribute. |
| 6 | +This repository has been moved to [`marquez/clients/python`](https://github.com/MarquezProject/marquez/tree/main/clients/python). |
0 commit comments