pysqlcipher3


Namepysqlcipher3 JSON
Version 1.2.0 PyPI version JSON
download
home_pagehttps://github.com/rigglemania/pysqlcipher3
SummaryDB-API 2.0 interface for SQLCIPHER 3.x
upload_time2023-01-29 23:14:22
maintainer
docs_urlNone
authorDavid Riggleman
requires_python>=3.3
licensezlib/libpng
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Python interface to SQLCipher

pysqlcipher3 is an interface to the SQLite 3.x embedded relational
database engine. It is almost fully compliant with the Python database API
version 2.0. At the same time, it also exposes the unique features of
SQLCipher. Prior to installation, libsqlcipher must already be installed
on your system, with the process dependent on your operating system.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/rigglemania/pysqlcipher3",
    "name": "pysqlcipher3",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.3",
    "maintainer_email": "",
    "keywords": "",
    "author": "David Riggleman",
    "author_email": "davidriggleman@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/9d/eb/abc035ae8dda359dff865168dffe39d9a61f115cc6100f53276e6d4554c2/pysqlcipher3-1.2.0.tar.gz",
    "platform": "ALL",
    "description": "Python interface to SQLCipher\n\npysqlcipher3 is an interface to the SQLite 3.x embedded relational\ndatabase engine. It is almost fully compliant with the Python database API\nversion 2.0. At the same time, it also exposes the unique features of\nSQLCipher. Prior to installation, libsqlcipher must already be installed\non your system, with the process dependent on your operating system.\n\n",
    "bugtrack_url": null,
    "license": "zlib/libpng",
    "summary": "DB-API 2.0 interface for SQLCIPHER 3.x",
    "version": "1.2.0",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9debabc035ae8dda359dff865168dffe39d9a61f115cc6100f53276e6d4554c2",
                "md5": "487b6c619fa0b347b645faae10f5ddc1",
                "sha256": "3c8033812655947ebf29a809ac5106b2bc69be0274eaccef6b58f4580c8d06c5"
            },
            "downloads": -1,
            "filename": "pysqlcipher3-1.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "487b6c619fa0b347b645faae10f5ddc1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.3",
            "size": 102845,
            "upload_time": "2023-01-29T23:14:22",
            "upload_time_iso_8601": "2023-01-29T23:14:22.304534Z",
            "url": "https://files.pythonhosted.org/packages/9d/eb/abc035ae8dda359dff865168dffe39d9a61f115cc6100f53276e6d4554c2/pysqlcipher3-1.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-29 23:14:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "rigglemania",
    "github_project": "pysqlcipher3",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pysqlcipher3"
}
        
Elapsed time: 0.03699s