marquez-python


Namemarquez-python JSON
Version 0.47.0 PyPI version JSON
download
home_pageNone
SummaryMarquez Python Client
upload_time2024-05-17 16:18:26
maintainerNone
docs_urlNone
authorMarquez Project
requires_python>=3.6
licenseNone
keywords marquez
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Marquez Python Client

Python client for [Marquez](https://github.com/MarquezProject/marquez).

## Documentation

See the [API docs](https://marquezproject.github.io/marquez/openapi.html).

## Requirements

* [Python 3.6](https://www.python.org/downloads)+

## Installation

```bash
$ pip3 install marquez-python
```

To install from source run:

```bash
$ python3 setup.py install
```

## Usage

### Reading Metadata
```python
from marquez_client import MarquezClient

client = MarquezClient(url='http://localhost:5000')

# list namespaces
client.list_namespaces()
```

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

```
$ export MARQUEZ_LOG_LEVEL='INFO'
```

### Writing Metadata
To collect OpenLineage events using Marquez, please use the [openlineage-python](https://pypi.org/project/openlineage-python/) library. OpenLineage is an Open Standard for lineage metadata collection designed to collect metadata for a job in execution.

## Development

To install all dependencies for _local_ development:

```bash
$ pip3 install -e .[dev]
```

To run the entire test suite:

```bash
$ pytest
```

----
SPDX-License-Identifier: Apache-2.0
Copyright 2018-2023 contributors to the Marquez project.



            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "marquez-python",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "marquez",
    "author": "Marquez Project",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/c5/72/a988b24d432547c4bc295f6a0effe99177c779b438ffea2fb8bd7b0ed9af/marquez-python-0.47.0.tar.gz",
    "platform": null,
    "description": "# Marquez Python Client\n\nPython client for [Marquez](https://github.com/MarquezProject/marquez).\n\n## Documentation\n\nSee the [API docs](https://marquezproject.github.io/marquez/openapi.html).\n\n## Requirements\n\n* [Python 3.6](https://www.python.org/downloads)+\n\n## Installation\n\n```bash\n$ pip3 install marquez-python\n```\n\nTo install from source run:\n\n```bash\n$ python3 setup.py install\n```\n\n## Usage\n\n### Reading Metadata\n```python\nfrom marquez_client import MarquezClient\n\nclient = MarquezClient(url='http://localhost:5000')\n\n# list namespaces\nclient.list_namespaces()\n```\n\nTo enable logging, set the environment variable `MARQUEZ_LOG_LEVEL` to `DEBUG`, `INFO`, or `ERROR`:\n\n```\n$ export MARQUEZ_LOG_LEVEL='INFO'\n```\n\n### Writing Metadata\nTo collect OpenLineage events using Marquez, please use the [openlineage-python](https://pypi.org/project/openlineage-python/) library. OpenLineage is an Open Standard for lineage metadata collection designed to collect metadata for a job in execution.\n\n## Development\n\nTo install all dependencies for _local_ development:\n\n```bash\n$ pip3 install -e .[dev]\n```\n\nTo run the entire test suite:\n\n```bash\n$ pytest\n```\n\n----\nSPDX-License-Identifier: Apache-2.0\nCopyright 2018-2023 contributors to the Marquez project.\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Marquez Python Client",
    "version": "0.47.0",
    "project_urls": null,
    "split_keywords": [
        "marquez"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "990d51aa983e8d858b0ed96a557d2b7693666ae2bb8263fe5d285c8aeba55af6",
                "md5": "3453d2b7a3f5985b09aa4aa6fc663555",
                "sha256": "e02a4d25351fd530848ee3e5eabee0badada7256807b3a0638f468fa2da90c83"
            },
            "downloads": -1,
            "filename": "marquez_python-0.47.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3453d2b7a3f5985b09aa4aa6fc663555",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 14803,
            "upload_time": "2024-05-17T16:18:24",
            "upload_time_iso_8601": "2024-05-17T16:18:24.822805Z",
            "url": "https://files.pythonhosted.org/packages/99/0d/51aa983e8d858b0ed96a557d2b7693666ae2bb8263fe5d285c8aeba55af6/marquez_python-0.47.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c572a988b24d432547c4bc295f6a0effe99177c779b438ffea2fb8bd7b0ed9af",
                "md5": "dbefee86cd2e4ed15dac657edd07748a",
                "sha256": "04baa14754fc4068e3a43e39f59a34b59cc8c2e7eda766c79571c8d8deb11699"
            },
            "downloads": -1,
            "filename": "marquez-python-0.47.0.tar.gz",
            "has_sig": false,
            "md5_digest": "dbefee86cd2e4ed15dac657edd07748a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 11589,
            "upload_time": "2024-05-17T16:18:26",
            "upload_time_iso_8601": "2024-05-17T16:18:26.432487Z",
            "url": "https://files.pythonhosted.org/packages/c5/72/a988b24d432547c4bc295f6a0effe99177c779b438ffea2fb8bd7b0ed9af/marquez-python-0.47.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-17 16:18:26",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "marquez-python"
}
        
Elapsed time: 0.27726s