lsst-daf-relation


Namelsst-daf-relation JSON
Version 29.2025.3100 PyPI version JSON
download
home_pageNone
SummaryAn abstract system for operating on SQL and in-memory tables with relational algebra.
upload_time2025-07-31 08:39:18
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseGPLv3+ License
keywords lsst
VCS
bugtrack_url
requirements lsst-utils sqlalchemy
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/dd/8a/1e4a269c180cbf2125e3455cdeda7cde30b3dd8b6aba7b978ed3569a3c8e/lsst_daf_relation-29.2025.3100.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": "29.2025.3100",
    "project_urls": {
        "Homepage": "https://github.com/lsst/daf_relation"
    },
    "split_keywords": [
        "lsst"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6026539d27a1ade347ecb2c85a6a5d87496f53983048c940764e955802baa0f7",
                "md5": "0f777e85cd324a3c6f5a980a8e7a609f",
                "sha256": "d1baf36594429be9eb38a980b85c403aa5fa958c9042020faefd3c481dd42dab"
            },
            "downloads": -1,
            "filename": "lsst_daf_relation-29.2025.3100-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0f777e85cd324a3c6f5a980a8e7a609f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 104263,
            "upload_time": "2025-07-31T08:39:16",
            "upload_time_iso_8601": "2025-07-31T08:39:16.787497Z",
            "url": "https://files.pythonhosted.org/packages/60/26/539d27a1ade347ecb2c85a6a5d87496f53983048c940764e955802baa0f7/lsst_daf_relation-29.2025.3100-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dd8a1e4a269c180cbf2125e3455cdeda7cde30b3dd8b6aba7b978ed3569a3c8e",
                "md5": "6d34a411fc956706f90bbc7848fc2db6",
                "sha256": "434b06c510f6334aedc65b12f9aaa085415f3086cb85e49abee7bef245356d41"
            },
            "downloads": -1,
            "filename": "lsst_daf_relation-29.2025.3100.tar.gz",
            "has_sig": false,
            "md5_digest": "6d34a411fc956706f90bbc7848fc2db6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 89363,
            "upload_time": "2025-07-31T08:39:18",
            "upload_time_iso_8601": "2025-07-31T08:39:18.496154Z",
            "url": "https://files.pythonhosted.org/packages/dd/8a/1e4a269c180cbf2125e3455cdeda7cde30b3dd8b6aba7b978ed3569a3c8e/lsst_daf_relation-29.2025.3100.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-31 08:39:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "lsst",
    "github_project": "daf_relation",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "lsst-utils",
            "specs": []
        },
        {
            "name": "sqlalchemy",
            "specs": [
                [
                    ">=",
                    "1.4"
                ]
            ]
        }
    ],
    "lcname": "lsst-daf-relation"
}
        
Elapsed time: 1.14727s