SQLibEngine


NameSQLibEngine JSON
Version 0.2.3 PyPI version JSON
download
home_pagehttps://github.com/TRC-Loop/SQLib
SummaryA simple SQLite3 wrapper for Python
upload_time2024-06-16 12:03:05
maintainerNone
docs_urlNone
authorAK
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # SQLib

SQLib is a python library to use SQL Databases without having to write SQL, based on SQLite.

[![Publish Python distributions to PyPI and TestPyPI](https://github.com/TRC-Loop/SQLib/actions/workflows/pypi-publish.yml/badge.svg)](https://github.com/TRC-Loop/SQLib/actions/workflows/pypi-publish.yml)
[![CodeQL](https://github.com/TRC-Loop/SQLib/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/TRC-Loop/SQLib/actions/workflows/github-code-scanning/codeql)
![GitHub Release](https://img.shields.io/github/v/release/TRC-Loop/SQLib)
![PyPI - Version](https://img.shields.io/pypi/v/SQLibEngine)
![GitHub forks](https://img.shields.io/github/forks/TRC-Loop/SQLib?style=flat)
![GitHub Repo stars](https://img.shields.io/github/stars/TRC-Loop/SQLib?style=flat)
![GitHub License](https://img.shields.io/github/license/TRC-Loop/SQLib?style=flat)

## Installation
https://github.com/TRC-Loop/SQLib/wiki/Installation

## Features

- Connect to a SQLite3 DB
- Create or Delete Tables
- Add, Edit or Delete Records
- Query

## Quick Start

Coming Soon

## Contact Me
Email: ak@stellar-code.com



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/TRC-Loop/SQLib",
    "name": "SQLibEngine",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "AK",
    "author_email": "ak@stellar-code.com",
    "download_url": "https://files.pythonhosted.org/packages/66/f3/51273dd3fae213fd2089983940f57aed9ffe3b1a47826cddfcfe4099a952/SQLibEngine-0.2.3.tar.gz",
    "platform": null,
    "description": "# SQLib\n\nSQLib is a python library to use SQL Databases without having to write SQL, based on SQLite.\n\n[![Publish Python distributions to PyPI and TestPyPI](https://github.com/TRC-Loop/SQLib/actions/workflows/pypi-publish.yml/badge.svg)](https://github.com/TRC-Loop/SQLib/actions/workflows/pypi-publish.yml)\n[![CodeQL](https://github.com/TRC-Loop/SQLib/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/TRC-Loop/SQLib/actions/workflows/github-code-scanning/codeql)\n![GitHub Release](https://img.shields.io/github/v/release/TRC-Loop/SQLib)\n![PyPI - Version](https://img.shields.io/pypi/v/SQLibEngine)\n![GitHub forks](https://img.shields.io/github/forks/TRC-Loop/SQLib?style=flat)\n![GitHub Repo stars](https://img.shields.io/github/stars/TRC-Loop/SQLib?style=flat)\n![GitHub License](https://img.shields.io/github/license/TRC-Loop/SQLib?style=flat)\n\n## Installation\nhttps://github.com/TRC-Loop/SQLib/wiki/Installation\n\n## Features\n\n- Connect to a SQLite3 DB\n- Create or Delete Tables\n- Add, Edit or Delete Records\n- Query\n\n## Quick Start\n\nComing Soon\n\n## Contact Me\nEmail: ak@stellar-code.com\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A simple SQLite3 wrapper for Python",
    "version": "0.2.3",
    "project_urls": {
        "Homepage": "https://github.com/TRC-Loop/SQLib"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "66f351273dd3fae213fd2089983940f57aed9ffe3b1a47826cddfcfe4099a952",
                "md5": "9fa2dec09fc3bdda0fbec78faec199a4",
                "sha256": "9a9c4941ebaa0c568c3362af571dbbf3e152adaddb9fafc291bca9e9a7d1c609"
            },
            "downloads": -1,
            "filename": "SQLibEngine-0.2.3.tar.gz",
            "has_sig": false,
            "md5_digest": "9fa2dec09fc3bdda0fbec78faec199a4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 5830,
            "upload_time": "2024-06-16T12:03:05",
            "upload_time_iso_8601": "2024-06-16T12:03:05.172177Z",
            "url": "https://files.pythonhosted.org/packages/66/f3/51273dd3fae213fd2089983940f57aed9ffe3b1a47826cddfcfe4099a952/SQLibEngine-0.2.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-16 12:03:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "TRC-Loop",
    "github_project": "SQLib",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "sqlibengine"
}
        
AK
Elapsed time: 0.58725s