lsst-daf-relation


Namelsst-daf-relation JSON
Version 28.2025.500 PyPI version JSON
download
home_pageNone
SummaryAn abstract system for operating on SQL and in-memory tables with relational algebra.
upload_time2025-01-30 09:29:11
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/c0/f6/351157184ffbb948c96f14a292a74f48765320198aa1bbc9ce0b8c5daa5b/lsst_daf_relation-28.2025.500.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": "28.2025.500",
    "project_urls": {
        "Homepage": "https://github.com/lsst/daf_relation"
    },
    "split_keywords": [
        "lsst"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c785f7bbb5aaab31b1749a42c4953bd0e0f88b0648177d978d29ed7fd45d11b8",
                "md5": "db249c4679a142848c440fda97eaccc4",
                "sha256": "7b5ffbb7e2d1a84d521aa04a07a6c183d731a8cf57187d4184558c1d82b05df2"
            },
            "downloads": -1,
            "filename": "lsst_daf_relation-28.2025.500-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "db249c4679a142848c440fda97eaccc4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 104191,
            "upload_time": "2025-01-30T09:29:08",
            "upload_time_iso_8601": "2025-01-30T09:29:08.919586Z",
            "url": "https://files.pythonhosted.org/packages/c7/85/f7bbb5aaab31b1749a42c4953bd0e0f88b0648177d978d29ed7fd45d11b8/lsst_daf_relation-28.2025.500-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c0f6351157184ffbb948c96f14a292a74f48765320198aa1bbc9ce0b8c5daa5b",
                "md5": "a5235a48d5d5b4a7b4ae824d1b2f3456",
                "sha256": "5f414dee955c848e5d51d90d03d3a817cf01838f72d5b2c90ff7aa5d5dce0243"
            },
            "downloads": -1,
            "filename": "lsst_daf_relation-28.2025.500.tar.gz",
            "has_sig": false,
            "md5_digest": "a5235a48d5d5b4a7b4ae824d1b2f3456",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 89337,
            "upload_time": "2025-01-30T09:29:11",
            "upload_time_iso_8601": "2025-01-30T09:29:11.323059Z",
            "url": "https://files.pythonhosted.org/packages/c0/f6/351157184ffbb948c96f14a292a74f48765320198aa1bbc9ce0b8c5daa5b/lsst_daf_relation-28.2025.500.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-30 09:29:11",
    "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: 0.48273s