battery-cycler-driver-db


Namebattery-cycler-driver-db JSON
Version 0.0.1 PyPI version JSON
download
home_page
SummaryA simple database connector for SQLAlchemy. It is used to
upload_time2023-08-10 12:54:38
maintainer
docs_urlNone
author
requires_python>=3.7
license
keywords orm database connector mysql sqlite sqlalchemy database abstraction
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Battery cycler database abstraction
Module used to provide an abstraction for a relational database used to store info 
related with battery cyclers.
It encapsulates crucial data concerning enqueued and executed experiments, as well
as compatible and employed devices within individual cycler stations. Battery details
and associated experiment profiles are also housed. Additionally, it contains generic 
power metrics captured during experiment runs, complemented by custom measures confgiured 
by the user.


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "battery-cycler-driver-db",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "ORM,database,connector,mysql,sqlite,SQLAlchemy,Database abstraction",
    "author": "",
    "author_email": "Marius Crisan <mariuscrsn+pypi@gmail.com>, Pablo Pastor <pastorpflores+pypi@gmail.com>, Javier Sanz <javiersanzmoline@gmail.com>, Roberto Aldea <r.aldea.csic+pypi@gmail.com>, Luis Roche <luis.roche@hotmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/48/d7/abb04c35de0d60f75a581ca8cce068ed09048f1d97464710a6db792c6cb5/battery_cycler_driver_db-0.0.1.tar.gz",
    "platform": null,
    "description": "# Battery cycler database abstraction\nModule used to provide an abstraction for a relational database used to store info \nrelated with battery cyclers.\nIt encapsulates crucial data concerning enqueued and executed experiments, as well\nas compatible and employed devices within individual cycler stations. Battery details\nand associated experiment profiles are also housed. Additionally, it contains generic \npower metrics captured during experiment runs, complemented by custom measures confgiured \nby the user.\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A simple database connector for SQLAlchemy. It is used to",
    "version": "0.0.1",
    "project_urls": {
        "Bug Reports": "https://github.com/WattRex/Battery-Cycler-Drivers/issues",
        "Bug Tracker": "https://github.com/WattRex/Battery-Cycler-Drivers/issues",
        "Funding": "https://donate.pypi.org",
        "Homepage": "https://github.com/WattRex/Battery-Cycler-Drivers",
        "Source": "https://github.com/WattRex/Battery-Cycler-Drivers"
    },
    "split_keywords": [
        "orm",
        "database",
        "connector",
        "mysql",
        "sqlite",
        "sqlalchemy",
        "database abstraction"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f589f3602a745e2ac3dd727e4342882f7fdf7d1bf3feca6696f64af6e1025143",
                "md5": "42458e327dd166a5d53a750504f41ab2",
                "sha256": "d7abb4c1068c7158f436028b4c99be7c2264acf7d8daf06a8f3ae343da60b91d"
            },
            "downloads": -1,
            "filename": "battery_cycler_driver_db-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "42458e327dd166a5d53a750504f41ab2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 20371,
            "upload_time": "2023-08-10T12:54:37",
            "upload_time_iso_8601": "2023-08-10T12:54:37.031541Z",
            "url": "https://files.pythonhosted.org/packages/f5/89/f3602a745e2ac3dd727e4342882f7fdf7d1bf3feca6696f64af6e1025143/battery_cycler_driver_db-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "48d7abb04c35de0d60f75a581ca8cce068ed09048f1d97464710a6db792c6cb5",
                "md5": "704af95842c4afff26e6a57cf3f260f8",
                "sha256": "3875fcea72e217ffab590d0baaec79556eab77ff1d306b23094a14ae065500c5"
            },
            "downloads": -1,
            "filename": "battery_cycler_driver_db-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "704af95842c4afff26e6a57cf3f260f8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 21075,
            "upload_time": "2023-08-10T12:54:38",
            "upload_time_iso_8601": "2023-08-10T12:54:38.607733Z",
            "url": "https://files.pythonhosted.org/packages/48/d7/abb04c35de0d60f75a581ca8cce068ed09048f1d97464710a6db792c6cb5/battery_cycler_driver_db-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-10 12:54:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "WattRex",
    "github_project": "Battery-Cycler-Drivers",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "battery-cycler-driver-db"
}
        
Elapsed time: 0.09779s