syncanyserver


Namesyncanyserver JSON
Version 0.0.13 PyPI version JSON
download
home_pagehttps://github.com/snower/syncany-server
SummarySimple and easy to use SQL scripts to build virtual database tables MySQL Server
upload_time2024-03-22 10:49:04
maintainerNone
docs_urlNone
authorsnower
requires_pythonNone
licenseMIT
keywords
VCS
bugtrack_url
requirements pytz tzlocal pyyaml pendulum sqlglot Pygments Pygments prompt-toolkit rich mysql-mimic pymongo PyMySQL openpyxl psycopg2-binary elasticsearch influxdb clickhouse_driver redis requests pymssql prql-python coverage pytest pytest-benchmark pytest-cov pytest-integration
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # syncany-server

简单易用使用SQL脚本构建虚拟数据库表MySQL Server

# 安装

```
pip3 install syncanyserver
```

# License

syncany uses the MIT license, see LICENSE file for the details.
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/snower/syncany-server",
    "name": "syncanyserver",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "snower",
    "author_email": "sujian199@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/ee/05/1f7e7e22e7f10784c28ac8740327287cbf05cb76c5a578be7fe3d73acede/syncanyserver-0.0.13.tar.gz",
    "platform": null,
    "description": "# syncany-server\n\n\u7b80\u5355\u6613\u7528\u4f7f\u7528SQL\u811a\u672c\u6784\u5efa\u865a\u62df\u6570\u636e\u5e93\u8868MySQL Server\n\n# \u5b89\u88c5\n\n```\npip3 install syncanyserver\n```\n\n# License\n\nsyncany uses the MIT license, see LICENSE file for the details.",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Simple and easy to use SQL scripts to build virtual database tables MySQL Server",
    "version": "0.0.13",
    "project_urls": {
        "Homepage": "https://github.com/snower/syncany-server"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ee051f7e7e22e7f10784c28ac8740327287cbf05cb76c5a578be7fe3d73acede",
                "md5": "3ecee2a03f915661460b7f1c9d2edbcc",
                "sha256": "082d0572ce408b211a29bc929b26724fa497ac9bb154a433a9710cd16657e8dd"
            },
            "downloads": -1,
            "filename": "syncanyserver-0.0.13.tar.gz",
            "has_sig": false,
            "md5_digest": "3ecee2a03f915661460b7f1c9d2edbcc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 14207,
            "upload_time": "2024-03-22T10:49:04",
            "upload_time_iso_8601": "2024-03-22T10:49:04.667693Z",
            "url": "https://files.pythonhosted.org/packages/ee/05/1f7e7e22e7f10784c28ac8740327287cbf05cb76c5a578be7fe3d73acede/syncanyserver-0.0.13.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-22 10:49:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "snower",
    "github_project": "syncany-server",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "pytz",
            "specs": [
                [
                    ">=",
                    "2018.5"
                ]
            ]
        },
        {
            "name": "tzlocal",
            "specs": [
                [
                    ">=",
                    "1.5.1"
                ]
            ]
        },
        {
            "name": "pyyaml",
            "specs": [
                [
                    ">=",
                    "5.1.2"
                ]
            ]
        },
        {
            "name": "pendulum",
            "specs": [
                [
                    ">=",
                    "2.1.2"
                ]
            ]
        },
        {
            "name": "sqlglot",
            "specs": [
                [
                    ">=",
                    "11.5.5"
                ],
                [
                    "<",
                    "12"
                ]
            ]
        },
        {
            "name": "Pygments",
            "specs": [
                [
                    ">=",
                    "2.14.0"
                ]
            ]
        },
        {
            "name": "Pygments",
            "specs": [
                [
                    ">=",
                    "2.14.0"
                ]
            ]
        },
        {
            "name": "prompt-toolkit",
            "specs": [
                [
                    ">=",
                    "3.0.36"
                ]
            ]
        },
        {
            "name": "rich",
            "specs": [
                [
                    ">=",
                    "9.11.1"
                ]
            ]
        },
        {
            "name": "mysql-mimic",
            "specs": [
                [
                    ">=",
                    "2.2.3"
                ]
            ]
        },
        {
            "name": "pymongo",
            "specs": [
                [
                    ">=",
                    "3.6.1"
                ]
            ]
        },
        {
            "name": "PyMySQL",
            "specs": [
                [
                    ">=",
                    "0.8.1"
                ]
            ]
        },
        {
            "name": "openpyxl",
            "specs": [
                [
                    ">=",
                    "2.5.0"
                ]
            ]
        },
        {
            "name": "psycopg2-binary",
            "specs": [
                [
                    ">=",
                    "2.8.6"
                ]
            ]
        },
        {
            "name": "elasticsearch",
            "specs": [
                [
                    ">=",
                    "6.3.1"
                ]
            ]
        },
        {
            "name": "influxdb",
            "specs": [
                [
                    ">=",
                    "5.3.1"
                ]
            ]
        },
        {
            "name": "clickhouse_driver",
            "specs": [
                [
                    ">=",
                    "0.1.5"
                ]
            ]
        },
        {
            "name": "redis",
            "specs": [
                [
                    ">=",
                    "3.5.3"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    ">=",
                    "2.22.0"
                ]
            ]
        },
        {
            "name": "pymssql",
            "specs": [
                [
                    ">=",
                    "2.2.7"
                ]
            ]
        },
        {
            "name": "prql-python",
            "specs": [
                [
                    ">=",
                    "0.11.1"
                ]
            ]
        },
        {
            "name": "coverage",
            "specs": []
        },
        {
            "name": "pytest",
            "specs": []
        },
        {
            "name": "pytest-benchmark",
            "specs": []
        },
        {
            "name": "pytest-cov",
            "specs": []
        },
        {
            "name": "pytest-integration",
            "specs": []
        }
    ],
    "lcname": "syncanyserver"
}
        
Elapsed time: 0.27177s