Skip to content
This repository was archived by the owner on Dec 5, 2020. It is now read-only.

Commit 7dcd6c0

Browse files
authored
Update project status to deprecated (#126)
Signed-off-by: wslulciuc <willy@datakin.com>
1 parent c1f38a8 commit 7dcd6c0

1 file changed

Lines changed: 3 additions & 51 deletions

File tree

README.md

Lines changed: 3 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,6 @@
1-
# Marquez Python Client
1+
# Marquez Python Client - `DEPRECATED`
22

3-
[![CircleCI](https://circleci.com/gh/MarquezProject/marquez-python/tree/main.svg?style=shield)](https://circleci.com/gh/MarquezProject/marquez-python/tree/main)
4-
[![codecov](https://codecov.io/gh/MarquezProject/marquez-python/branch/main/graph/badge.svg)](https://codecov.io/gh/MarquezProject/marquez-python/branch/main)
5-
[![status](https://img.shields.io/badge/status-WIP-yellow.svg)](#status)
6-
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/marquez-project/community)
7-
[![version](https://img.shields.io/pypi/v/marquez-python.svg)](https://pypi.python.org/pypi/marquez-python)
8-
[![license](https://img.shields.io/badge/license-Apache_2.0-blue.svg)](https://raw.githubusercontent.com/MarquezProject/marquez-python/main/LICENSE)
93

10-
Python client for [Marquez](https://github.com/MarquezProject/marquez).
4+
[![Project status](https://img.shields.io/badge/status-deprecated-orange.svg)]()
115

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

Comments
 (0)