intake-dataframe-catalog


Nameintake-dataframe-catalog JSON
Version 0.2.4 PyPI version JSON
download
home_page
SummaryAn intake driver for a searchable table of intake sources and associated metadata
upload_time2024-02-28 03:08:57
maintainer
docs_urlNone
authorACCESS-NRI
requires_python>=3.9
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ========================
intake-dataframe-catalog
========================

**A simple intake plugin for a searchable table of intake sources and associated metadata.**

------------

+---------------+----------------------+
| Documentation | |docs|               |
+---------------+----------------------+
| Package       | |pypi| |conda|       |
+---------------+----------------------+
| CI/CD         | |ci| |cd|            |
+---------------+----------------------+
| Development   | |codecov| |black|    |
+---------------+----------------------+
| License       | |license|            |
+---------------+----------------------+

Overview
--------

intake-dataframe-catalog is a simple intake plugin for a searchable table of intake sources. 
The table is represented in memory as a pandas DataFrame and can be serialized and shared as 
a CSV file. Each row in the dataframe catalog corresponds to an intake source and the columns 
contain metadata associated with each source that a user may want to peruse and/or search. 
The original use-case for intake-dataframe-catalog was to provide a user-friendly catalog of 
a large number `intake-esm <https://intake-esm.readthedocs.io/en/stable/>`_ datastores. 
intake-dataframe-catalog enables users to peruse and search on core metadata from each 
intake-esm datastore to find the datastores that are most relevant to their work (e.g. 
"which datastores contain model X and variable Y?"). Once a users has found the datastores(s) 
that interest them, they can load those datastores and access the data they reference.

Why?
----

Intake already provides the ability to 
`nest sources in a catalog <https://intake.readthedocs.io/en/latest/catalog.html#catalog-nesting>`_ 
and search across them. However, data discoverability is limited in the case of very large numbers
of nested sources, and the search functionality does not readily provide the ability to execute 
complex searches on nested source metadata. intake-dataframe-catalog aims to provide a very
simple catalog of intake sources that emphasises source search and discoverability.
    

.. |docs| image:: https://readthedocs.org/projects/intake-dataframe-catalog/badge/?version=latest
        :target: https://intake-dataframe-catalog.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status
        
.. |pypi| image:: https://img.shields.io/pypi/v/intake-dataframe-catalog
        :target: https://pypi.org/project/intake-dataframe-catalog/
        :alt: PyPI package
        
.. |conda| image:: https://img.shields.io/conda/v/accessnri/intake-dataframe-catalog
        :target: https://anaconda.org/accessnri/intake-dataframe-catalog
        :alt: Conda package

.. |ci| image:: https://github.com/ACCESS-NRI/intake-dataframe-catalog/actions/workflows/ci.yml/badge.svg
        :target: https://github.com/ACCESS-NRI/intake-dataframe-catalog/actions/workflows/ci.yml
        :alt: Package CI test status
        
.. |cd| image:: https://github.com/ACCESS-NRI/intake-dataframe-catalog/actions/workflows/cd.yml/badge.svg
        :target: https://github.com/ACCESS-NRI/intake-dataframe-catalog/actions/workflows/cd.yml
        :alt: Package CD status
        
.. |codecov| image:: https://codecov.io/gh/ACCESS-NRI/intake-dataframe-catalog/branch/main/graph/badge.svg?token=4EZNH1HYAN
        :target: https://codecov.io/gh/ACCESS-NRI/intake-dataframe-catalog
        :alt: Code test coverage
        
.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
        :target: https://github.com/python/black
        :alt: Black code formatter
        
.. |license| image:: https://img.shields.io/github/license/ACCESS-NRI/intake-dataframe-catalog
        :target: https://github.com/ACCESS-NRI/intake-dataframe-catalog/blob/main/LICENSE
        :alt: Apache-2.0 License

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "intake-dataframe-catalog",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "",
    "author": "ACCESS-NRI",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/d9/8e/26e341740131e47d6290d0aed2c06dcf2f06770ae160e80bdf262b0fe293/intake_dataframe_catalog-0.2.4.tar.gz",
    "platform": null,
    "description": "========================\nintake-dataframe-catalog\n========================\n\n**A simple intake plugin for a searchable table of intake sources and associated metadata.**\n\n------------\n\n+---------------+----------------------+\n| Documentation | |docs|               |\n+---------------+----------------------+\n| Package       | |pypi| |conda|       |\n+---------------+----------------------+\n| CI/CD         | |ci| |cd|            |\n+---------------+----------------------+\n| Development   | |codecov| |black|    |\n+---------------+----------------------+\n| License       | |license|            |\n+---------------+----------------------+\n\nOverview\n--------\n\nintake-dataframe-catalog is a simple intake plugin for a searchable table of intake sources. \nThe table is represented in memory as a pandas DataFrame and can be serialized and shared as \na CSV file. Each row in the dataframe catalog corresponds to an intake source and the columns \ncontain metadata associated with each source that a user may want to peruse and/or search. \nThe original use-case for intake-dataframe-catalog was to provide a user-friendly catalog of \na large number `intake-esm <https://intake-esm.readthedocs.io/en/stable/>`_ datastores. \nintake-dataframe-catalog enables users to peruse and search on core metadata from each \nintake-esm datastore to find the datastores that are most relevant to their work (e.g. \n\"which datastores contain model X and variable Y?\"). Once a users has found the datastores(s) \nthat interest them, they can load those datastores and access the data they reference.\n\nWhy?\n----\n\nIntake already provides the ability to \n`nest sources in a catalog <https://intake.readthedocs.io/en/latest/catalog.html#catalog-nesting>`_ \nand search across them. However, data discoverability is limited in the case of very large numbers\nof nested sources, and the search functionality does not readily provide the ability to execute \ncomplex searches on nested source metadata. intake-dataframe-catalog aims to provide a very\nsimple catalog of intake sources that emphasises source search and discoverability.\n    \n\n.. |docs| image:: https://readthedocs.org/projects/intake-dataframe-catalog/badge/?version=latest\n        :target: https://intake-dataframe-catalog.readthedocs.io/en/latest/?badge=latest\n        :alt: Documentation Status\n        \n.. |pypi| image:: https://img.shields.io/pypi/v/intake-dataframe-catalog\n        :target: https://pypi.org/project/intake-dataframe-catalog/\n        :alt: PyPI package\n        \n.. |conda| image:: https://img.shields.io/conda/v/accessnri/intake-dataframe-catalog\n        :target: https://anaconda.org/accessnri/intake-dataframe-catalog\n        :alt: Conda package\n\n.. |ci| image:: https://github.com/ACCESS-NRI/intake-dataframe-catalog/actions/workflows/ci.yml/badge.svg\n        :target: https://github.com/ACCESS-NRI/intake-dataframe-catalog/actions/workflows/ci.yml\n        :alt: Package CI test status\n        \n.. |cd| image:: https://github.com/ACCESS-NRI/intake-dataframe-catalog/actions/workflows/cd.yml/badge.svg\n        :target: https://github.com/ACCESS-NRI/intake-dataframe-catalog/actions/workflows/cd.yml\n        :alt: Package CD status\n        \n.. |codecov| image:: https://codecov.io/gh/ACCESS-NRI/intake-dataframe-catalog/branch/main/graph/badge.svg?token=4EZNH1HYAN\n        :target: https://codecov.io/gh/ACCESS-NRI/intake-dataframe-catalog\n        :alt: Code test coverage\n        \n.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg\n        :target: https://github.com/python/black\n        :alt: Black code formatter\n        \n.. |license| image:: https://img.shields.io/github/license/ACCESS-NRI/intake-dataframe-catalog\n        :target: https://github.com/ACCESS-NRI/intake-dataframe-catalog/blob/main/LICENSE\n        :alt: Apache-2.0 License\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "An intake driver for a searchable table of intake sources and associated metadata",
    "version": "0.2.4",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5e7f1b761542594985efeb5d101b49519152540226b05a336669a1aafb3ea798",
                "md5": "fba2acde387fac5a4c79c3640a88f865",
                "sha256": "96842734627ee8cb4e2cc1ea7c019d9fe833f4e78441a00c9aaae02c10574fa5"
            },
            "downloads": -1,
            "filename": "intake_dataframe_catalog-0.2.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fba2acde387fac5a4c79c3640a88f865",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 15820,
            "upload_time": "2024-02-28T03:08:56",
            "upload_time_iso_8601": "2024-02-28T03:08:56.184935Z",
            "url": "https://files.pythonhosted.org/packages/5e/7f/1b761542594985efeb5d101b49519152540226b05a336669a1aafb3ea798/intake_dataframe_catalog-0.2.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d98e26e341740131e47d6290d0aed2c06dcf2f06770ae160e80bdf262b0fe293",
                "md5": "2f709f4c5b3c176c718fc6452c2301eb",
                "sha256": "2379d25b2951c65ca3928ff7d98f7c79c5dedece2e70699ef85a54afee8efe91"
            },
            "downloads": -1,
            "filename": "intake_dataframe_catalog-0.2.4.tar.gz",
            "has_sig": false,
            "md5_digest": "2f709f4c5b3c176c718fc6452c2301eb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 39536,
            "upload_time": "2024-02-28T03:08:57",
            "upload_time_iso_8601": "2024-02-28T03:08:57.676860Z",
            "url": "https://files.pythonhosted.org/packages/d9/8e/26e341740131e47d6290d0aed2c06dcf2f06770ae160e80bdf262b0fe293/intake_dataframe_catalog-0.2.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-28 03:08:57",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "intake-dataframe-catalog"
}
        
Elapsed time: 0.36990s