lapa-database-helper


Namelapa-database-helper JSON
Version 0.0.7 PyPI version JSON
download
home_pagehttps://github.com/thepmsquare/lapa_database_helper
Summaryhelper to access the database layer for my personal server.
upload_time2024-06-09 05:51:47
maintainerNone
docs_urlNone
authorthePmSquare
requires_pythonNone
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # lapa_database_helper

## about

helper to access the database layer for my personal server.

## installation

> pip install lapa_database_helper

## usage

[reference python file](./example.py)

## env

- python>=3.12.0

## changelog

### v0.0.7

- update example.py

### v0.0.6

- remove config file and reconfigure variables as class parameters.
- import class to init file

### v0.0.5

- Configuration is now being read with the help of lapa_commons.

### v0.0.4

- change default value of ignore_filters_and_get_all to False.

### v0.0.3

- add extra parameters for ignore_filter_and_x_all.

### v0.0.2

- rename to lapa.

### v0.0.1

- initial implementation.

## Feedback is appreciated. Thank you!



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/thepmsquare/lapa_database_helper",
    "name": "lapa-database-helper",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "thePmSquare",
    "author_email": "thepmsquare@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/3d/da/85da2e2cb9e0d4ee705614b4e8520ba6cf1c0ba76490cd8fae278a11900b/lapa_database_helper-0.0.7.tar.gz",
    "platform": null,
    "description": "# lapa_database_helper\n\n## about\n\nhelper to access the database layer for my personal server.\n\n## installation\n\n> pip install lapa_database_helper\n\n## usage\n\n[reference python file](./example.py)\n\n## env\n\n- python>=3.12.0\n\n## changelog\n\n### v0.0.7\n\n- update example.py\n\n### v0.0.6\n\n- remove config file and reconfigure variables as class parameters.\n- import class to init file\n\n### v0.0.5\n\n- Configuration is now being read with the help of lapa_commons.\n\n### v0.0.4\n\n- change default value of ignore_filters_and_get_all to False.\n\n### v0.0.3\n\n- add extra parameters for ignore_filter_and_x_all.\n\n### v0.0.2\n\n- rename to lapa.\n\n### v0.0.1\n\n- initial implementation.\n\n## Feedback is appreciated. Thank you!\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "helper to access the database layer for my personal server.",
    "version": "0.0.7",
    "project_urls": {
        "Homepage": "https://github.com/thepmsquare/lapa_database_helper"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bd88d46000a5ae10713c43539d2ab0302c86446c71de15848d7b688fc90c464a",
                "md5": "19fd665e7c62847a0a064bd4e12b03b1",
                "sha256": "3c56555b1f3d835a8416971dc773ef7ae02a70a374e63265b7bcd66980841d01"
            },
            "downloads": -1,
            "filename": "lapa_database_helper-0.0.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "19fd665e7c62847a0a064bd4e12b03b1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2666,
            "upload_time": "2024-06-09T05:51:45",
            "upload_time_iso_8601": "2024-06-09T05:51:45.918693Z",
            "url": "https://files.pythonhosted.org/packages/bd/88/d46000a5ae10713c43539d2ab0302c86446c71de15848d7b688fc90c464a/lapa_database_helper-0.0.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3dda85da2e2cb9e0d4ee705614b4e8520ba6cf1c0ba76490cd8fae278a11900b",
                "md5": "b2f19fec5e4147ab03d5b01593dee82a",
                "sha256": "8626455289907ee71243389544baf707538cbec598489299b4bfc0bdd20649ec"
            },
            "downloads": -1,
            "filename": "lapa_database_helper-0.0.7.tar.gz",
            "has_sig": false,
            "md5_digest": "b2f19fec5e4147ab03d5b01593dee82a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2262,
            "upload_time": "2024-06-09T05:51:47",
            "upload_time_iso_8601": "2024-06-09T05:51:47.140916Z",
            "url": "https://files.pythonhosted.org/packages/3d/da/85da2e2cb9e0d4ee705614b4e8520ba6cf1c0ba76490cd8fae278a11900b/lapa_database_helper-0.0.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-09 05:51:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "thepmsquare",
    "github_project": "lapa_database_helper",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "lapa-database-helper"
}
        
Elapsed time: 0.29280s