labgraph-db


Namelabgraph-db JSON
Version 0.2.1 PyPI version JSON
download
home_page
SummaryA library for storing experimental materials science data as graphs using MongoDB.
upload_time2023-05-19 20:54:30
maintainer
docs_urlNone
authorRishi E Kumar
requires_python>=3.8
licenseMIT
keywords materials science machine automation data mongodb storage
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Documentation Status](https://readthedocs.org/projects/labgraph/badge/?version=latest)](https://labgraph.readthedocs.io/en/latest/?badge=latest)
[![codecov](https://codecov.io/gh/rekumar/labgraph/branch/master/graph/badge.svg?token=TUCYBZI2P4)](https://codecov.io/gh/rekumar/labgraph)

<picture>
 <source media="(prefers-color-scheme: dark)" srcset="./docs/source/img/logo/labgraph_dark mode.png">
 <source media="(prefers-color-scheme: light)" srcset="./docs/source/img/logo/labgraph_light mode.png">
 <img alt="LabGraph: a graph-based schema for storing experimental data for chemistry and materials science." src="./docs/source/img/logo/labgraph_light mode.png">
</picture>

> **Warning**
> This project is still under development!

This library defines a graph-based schema for storing materials science data. 

You can read the (evolving) documentation [here](https://labgraph.readthedocs.io/en/latest/).


## Additional Dependencies

- A `Sample` graph can be plotted within Python using `Sample.plot()`. The default `networkx` plotting layouts can be pretty confusing to interpret. If you install [graphviz](https://www.graphviz.org), `labgraph` will instead use graphviz to design the graph layout in a hierarchical fashion. This only affects plotting, but if you are relying on this functionality it can make a big difference!

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "labgraph-db",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "materials,science,machine,automation,data,mongodb,storage",
    "author": "Rishi E Kumar",
    "author_email": "re.kumar@icloud.com",
    "download_url": "https://files.pythonhosted.org/packages/ed/ad/ad5dd8bc857de5082e7e64ed9e1e2abfb67cf2e2a888124d92816727d22f/labgraph-db-0.2.1.tar.gz",
    "platform": null,
    "description": "[![Documentation Status](https://readthedocs.org/projects/labgraph/badge/?version=latest)](https://labgraph.readthedocs.io/en/latest/?badge=latest)\n[![codecov](https://codecov.io/gh/rekumar/labgraph/branch/master/graph/badge.svg?token=TUCYBZI2P4)](https://codecov.io/gh/rekumar/labgraph)\n\n<picture>\n <source media=\"(prefers-color-scheme: dark)\" srcset=\"./docs/source/img/logo/labgraph_dark mode.png\">\n <source media=\"(prefers-color-scheme: light)\" srcset=\"./docs/source/img/logo/labgraph_light mode.png\">\n <img alt=\"LabGraph: a graph-based schema for storing experimental data for chemistry and materials science.\" src=\"./docs/source/img/logo/labgraph_light mode.png\">\n</picture>\n\n> **Warning**\n> This project is still under development!\n\nThis library defines a graph-based schema for storing materials science data. \n\nYou can read the (evolving) documentation [here](https://labgraph.readthedocs.io/en/latest/).\n\n\n## Additional Dependencies\n\n- A `Sample` graph can be plotted within Python using `Sample.plot()`. The default `networkx` plotting layouts can be pretty confusing to interpret. If you install [graphviz](https://www.graphviz.org), `labgraph` will instead use graphviz to design the graph layout in a hierarchical fashion. This only affects plotting, but if you are relying on this functionality it can make a big difference!\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A library for storing experimental materials science data as graphs using MongoDB.",
    "version": "0.2.1",
    "project_urls": {
        "Download": "https://github.com/rekumar/labgraph"
    },
    "split_keywords": [
        "materials",
        "science",
        "machine",
        "automation",
        "data",
        "mongodb",
        "storage"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0a9a7eba15320e59f25f5cadaf9456694139023fa9c7154f7faf28f5231ca224",
                "md5": "f5e632cb5b2c68ca84f25a8ff3556e22",
                "sha256": "6ba95ab5ff3cb38a84f0d4b576ab6fbc1f94db2b3d3cc3e0676193f53116180f"
            },
            "downloads": -1,
            "filename": "labgraph_db-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f5e632cb5b2c68ca84f25a8ff3556e22",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 39846,
            "upload_time": "2023-05-19T20:54:28",
            "upload_time_iso_8601": "2023-05-19T20:54:28.162294Z",
            "url": "https://files.pythonhosted.org/packages/0a/9a/7eba15320e59f25f5cadaf9456694139023fa9c7154f7faf28f5231ca224/labgraph_db-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "edadad5dd8bc857de5082e7e64ed9e1e2abfb67cf2e2a888124d92816727d22f",
                "md5": "6e47c55fb6fd1a7613fc2f5580812eb2",
                "sha256": "ae236fdf1af80965eee6fdcecba06082d2683d7ab9feb11668f942cc70b7cac7"
            },
            "downloads": -1,
            "filename": "labgraph-db-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "6e47c55fb6fd1a7613fc2f5580812eb2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 31078,
            "upload_time": "2023-05-19T20:54:30",
            "upload_time_iso_8601": "2023-05-19T20:54:30.653896Z",
            "url": "https://files.pythonhosted.org/packages/ed/ad/ad5dd8bc857de5082e7e64ed9e1e2abfb67cf2e2a888124d92816727d22f/labgraph-db-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-19 20:54:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "rekumar",
    "github_project": "labgraph",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "labgraph-db"
}
        
Elapsed time: 0.07079s