redpanda-polaris-catalog-python


Nameredpanda-polaris-catalog-python JSON
Version 1.0.0 PyPI version JSON
download
home_pageNone
SummaryApache Polaris
upload_time2025-07-27 03:16:53
maintainerNone
docs_urlNone
authorApache Software Foundation
requires_python<4.0,>=3.9
licenseApache-2.0
keywords apache polaris polaris polaris management service apache iceberg rest catalog api
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <!--
  Licensed to the Apache Software Foundation (ASF) under one
  or more contributor license agreements.  See the NOTICE file
  distributed with this work for additional information
  regarding copyright ownership.  The ASF licenses this file
  to you under the Apache License, Version 2.0 (the
  "License"); you may not use this file except in compliance
  with the License.  You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing,
  software distributed under the License is distributed on an
  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  KIND, either express or implied.  See the License for the
  specific language governing permissions and limitations
  under the License.
-->

# Apache Polaris Python Package
The Apache Polaris Python package provides a client for interacting with the Apache Polaris REST APIs, including management, Iceberg Catalog, and Polaris Catalog APIs. It enables users to manage and query data catalogs programmatically from Python applications.

## Development

### Prerequisites
- Python 3.9 or later
- poetry >= 2.1

### Installation
First we need to generate the OpenAPI client code from the OpenAPI specification.
```
make regenerate-client
```

### Auto-formatting and Linting
```
make lint
```

### Running Integration Tests
```
make test-integration
```


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "redpanda-polaris-catalog-python",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": null,
    "keywords": "Apache Polaris, Polaris, Polaris Management Service, Apache Iceberg REST Catalog API",
    "author": "Apache Software Foundation",
    "author_email": "dev@polaris.apache.org",
    "download_url": "https://files.pythonhosted.org/packages/b6/82/5e80c7f6d4cfc5996244c8763619622abc0f9973a1b0ab68c77c8fa1adc1/redpanda_polaris_catalog_python-1.0.0.tar.gz",
    "platform": null,
    "description": "<!--\n  Licensed to the Apache Software Foundation (ASF) under one\n  or more contributor license agreements.  See the NOTICE file\n  distributed with this work for additional information\n  regarding copyright ownership.  The ASF licenses this file\n  to you under the Apache License, Version 2.0 (the\n  \"License\"); you may not use this file except in compliance\n  with the License.  You may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\n  Unless required by applicable law or agreed to in writing,\n  software distributed under the License is distributed on an\n  \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\n  KIND, either express or implied.  See the License for the\n  specific language governing permissions and limitations\n  under the License.\n-->\n\n# Apache Polaris Python Package\nThe Apache Polaris Python package provides a client for interacting with the Apache Polaris REST APIs, including management, Iceberg Catalog, and Polaris Catalog APIs. It enables users to manage and query data catalogs programmatically from Python applications.\n\n## Development\n\n### Prerequisites\n- Python 3.9 or later\n- poetry >= 2.1\n\n### Installation\nFirst we need to generate the OpenAPI client code from the OpenAPI specification.\n```\nmake regenerate-client\n```\n\n### Auto-formatting and Linting\n```\nmake lint\n```\n\n### Running Integration Tests\n```\nmake test-integration\n```\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Apache Polaris",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://polaris.apache.org/",
        "Repository": "https://github.com/apache/polaris/"
    },
    "split_keywords": [
        "apache polaris",
        " polaris",
        " polaris management service",
        " apache iceberg rest catalog api"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c0f449a2e41ff674023859066b61f45badaabf806585335d088516eb4a2f61d3",
                "md5": "9f201dd01294570d9f51b33ce69590a4",
                "sha256": "f67a1ebe4e99551dd98984cd3c384032d5a0a7a7a2bec6e97de50d531eed1567"
            },
            "downloads": -1,
            "filename": "redpanda_polaris_catalog_python-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9f201dd01294570d9f51b33ce69590a4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 33813,
            "upload_time": "2025-07-27T03:16:52",
            "upload_time_iso_8601": "2025-07-27T03:16:52.734975Z",
            "url": "https://files.pythonhosted.org/packages/c0/f4/49a2e41ff674023859066b61f45badaabf806585335d088516eb4a2f61d3/redpanda_polaris_catalog_python-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b6825e80c7f6d4cfc5996244c8763619622abc0f9973a1b0ab68c77c8fa1adc1",
                "md5": "9bdfb56dc446f523adbf73459817e00d",
                "sha256": "e3ef44b4c93e78f91fbb6f92ed1eadbdf6711137ad4a1293bda3dcaf6116144a"
            },
            "downloads": -1,
            "filename": "redpanda_polaris_catalog_python-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "9bdfb56dc446f523adbf73459817e00d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 20027,
            "upload_time": "2025-07-27T03:16:53",
            "upload_time_iso_8601": "2025-07-27T03:16:53.803536Z",
            "url": "https://files.pythonhosted.org/packages/b6/82/5e80c7f6d4cfc5996244c8763619622abc0f9973a1b0ab68c77c8fa1adc1/redpanda_polaris_catalog_python-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-27 03:16:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "apache",
    "github_project": "polaris",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "redpanda-polaris-catalog-python"
}
        
Elapsed time: 0.79725s