marquez-python


Namemarquez-python JSON
Version 0.50.0 PyPI version JSON
download
home_pageNone
SummaryMarquez Python Client
upload_time2024-10-24 06:01:31
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/a2/4d/863518668e5e8f30bed43f0a5a08e34e6f56564d0ca374617692958e3305/marquez-python-0.50.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.50.0",
    "project_urls": null,
    "split_keywords": [
        "marquez"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7d1dfeec44631861f6832b75a79f99ffa58ae20e0eaed9f9a7788c1d1fcaac56",
                "md5": "1f2bd5baba264c0ca544320d88e2c825",
                "sha256": "32aa135c79a31fced6b20c4245415c71ad9eacc5aaaa68b3dfed00b6825bf926"
            },
            "downloads": -1,
            "filename": "marquez_python-0.50.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1f2bd5baba264c0ca544320d88e2c825",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 14803,
            "upload_time": "2024-10-24T06:01:30",
            "upload_time_iso_8601": "2024-10-24T06:01:30.408254Z",
            "url": "https://files.pythonhosted.org/packages/7d/1d/feec44631861f6832b75a79f99ffa58ae20e0eaed9f9a7788c1d1fcaac56/marquez_python-0.50.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a24d863518668e5e8f30bed43f0a5a08e34e6f56564d0ca374617692958e3305",
                "md5": "c8b242051e5db798913432dfbce644b0",
                "sha256": "c450a56d0513f94e1769d0d3801ee96b064c0a17f0510ab0c77d034bcbc81c85"
            },
            "downloads": -1,
            "filename": "marquez-python-0.50.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c8b242051e5db798913432dfbce644b0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 11589,
            "upload_time": "2024-10-24T06:01:31",
            "upload_time_iso_8601": "2024-10-24T06:01:31.819815Z",
            "url": "https://files.pythonhosted.org/packages/a2/4d/863518668e5e8f30bed43f0a5a08e34e6f56564d0ca374617692958e3305/marquez-python-0.50.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-24 06:01:31",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "marquez-python"
}
        
Elapsed time: 0.38587s