lsst-daf-relation


Namelsst-daf-relation JSON
Version 26.2024.1400 PyPI version JSON
download
home_pageNone
SummaryAn abstract system for operating on SQL and in-memory tables with relational algebra.
upload_time2024-04-04 09:43:37
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseGPLv3+ License
keywords lsst
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # daf_relation

[![pypi](https://img.shields.io/pypi/v/lsst-daf-relation.svg)](https://pypi.org/project/lsst-daf-relation/)
[![codecov](https://codecov.io/gh/lsst/daf_relation/branch/main/graph/badge.svg?token=2BUBL8R9RH)](https://codecov.io/gh/lsst/daf_relation)

`daf_relation` is a package in the [LSST Science Pipelines](https://pipelines.lsst.io).

This package provides classes that represent relational algebra expression trees, along with algorithms to convert them to SQLAlchemy objects and Python generators.

PyPI: [lsst-daf-relation](https://pypi.org/project/lsst-daf-relation/)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "lsst-daf-relation",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "lsst",
    "author": null,
    "author_email": "Rubin Observatory Data Management <dm-admin@lists.lsst.org>",
    "download_url": "https://files.pythonhosted.org/packages/52/b0/ac76d6c67e2d9fce6f8a6e3b585dc9d403233383097e93b03d08b1038395/lsst-daf-relation-26.2024.1400.tar.gz",
    "platform": null,
    "description": "# daf_relation\n\n[![pypi](https://img.shields.io/pypi/v/lsst-daf-relation.svg)](https://pypi.org/project/lsst-daf-relation/)\n[![codecov](https://codecov.io/gh/lsst/daf_relation/branch/main/graph/badge.svg?token=2BUBL8R9RH)](https://codecov.io/gh/lsst/daf_relation)\n\n`daf_relation` is a package in the [LSST Science Pipelines](https://pipelines.lsst.io).\n\nThis package provides classes that represent relational algebra expression trees, along with algorithms to convert them to SQLAlchemy objects and Python generators.\n\nPyPI: [lsst-daf-relation](https://pypi.org/project/lsst-daf-relation/)\n",
    "bugtrack_url": null,
    "license": "GPLv3+ License",
    "summary": "An abstract system for operating on SQL and in-memory tables with relational algebra.",
    "version": "26.2024.1400",
    "project_urls": {
        "Homepage": "https://github.com/lsst/daf_relation"
    },
    "split_keywords": [
        "lsst"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5eb92e04ad5bfb9f06716991a1c724301165c8d223ccf3529301bcca06b772d9",
                "md5": "e8be37f6f3ff8e46ecf5cec5e8db2021",
                "sha256": "cc55ded66e80407300ba3af02fef2ac745497e79cfffc6d0e92958355599089c"
            },
            "downloads": -1,
            "filename": "lsst_daf_relation-26.2024.1400-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e8be37f6f3ff8e46ecf5cec5e8db2021",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 104208,
            "upload_time": "2024-04-04T09:43:34",
            "upload_time_iso_8601": "2024-04-04T09:43:34.738219Z",
            "url": "https://files.pythonhosted.org/packages/5e/b9/2e04ad5bfb9f06716991a1c724301165c8d223ccf3529301bcca06b772d9/lsst_daf_relation-26.2024.1400-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "52b0ac76d6c67e2d9fce6f8a6e3b585dc9d403233383097e93b03d08b1038395",
                "md5": "f7972fb112091400175a08b661f6db1c",
                "sha256": "4ae83cf6837bb6548cdb94008a58ed10e0d04e39944a51f34fa549fcb9b63b4f"
            },
            "downloads": -1,
            "filename": "lsst-daf-relation-26.2024.1400.tar.gz",
            "has_sig": false,
            "md5_digest": "f7972fb112091400175a08b661f6db1c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 89368,
            "upload_time": "2024-04-04T09:43:37",
            "upload_time_iso_8601": "2024-04-04T09:43:37.562104Z",
            "url": "https://files.pythonhosted.org/packages/52/b0/ac76d6c67e2d9fce6f8a6e3b585dc9d403233383097e93b03d08b1038395/lsst-daf-relation-26.2024.1400.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-04 09:43:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "lsst",
    "github_project": "daf_relation",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "lsst-daf-relation"
}
        
Elapsed time: 0.21697s