spear-ai-sqlfluff-config


Namespear-ai-sqlfluff-config JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/spear-ai/citizen
SummarySpear AI Ruff config
upload_time2024-05-21 09:32:04
maintainerNone
docs_urlNone
authorSpear AI
requires_python<3.13,>=3.10
licenseNone
keywords ai config sqlfluff spear
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # @spear-ai/sqlfluff-config

A [SQLFluff](https://sqlfluff.com) config.

## Installation

```shell
poetry add -D spear_ai_sqlfluff_config
```

## Usage

Configure `poetry.toml` to save the virtual environment to your local project:

```
[virtualenvs]
in-project = true
```

Copy the following to your `.sqluff` file:

```shell
cp ./.venv/lib/python3.11/site-packages/spear-ai-sqlfluff-config/.sqlfluff .sqlfluff
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/spear-ai/citizen",
    "name": "spear-ai-sqlfluff-config",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.13,>=3.10",
    "maintainer_email": null,
    "keywords": "ai, config, SQLFluff, spear",
    "author": "Spear AI",
    "author_email": "org@spear.ai",
    "download_url": "https://files.pythonhosted.org/packages/79/ed/297e5fe42960c0cfc19e598f03ee3df370a25c8014cda4145353400f7b5d/spear_ai_sqlfluff_config-1.0.0.tar.gz",
    "platform": null,
    "description": "# @spear-ai/sqlfluff-config\n\nA [SQLFluff](https://sqlfluff.com) config.\n\n## Installation\n\n```shell\npoetry add -D spear_ai_sqlfluff_config\n```\n\n## Usage\n\nConfigure `poetry.toml` to save the virtual environment to your local project:\n\n```\n[virtualenvs]\nin-project = true\n```\n\nCopy the following to your `.sqluff` file:\n\n```shell\ncp ./.venv/lib/python3.11/site-packages/spear-ai-sqlfluff-config/.sqlfluff .sqlfluff\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Spear AI Ruff config",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/spear-ai/citizen",
        "Repository": "https://github.com/spear-ai/citizen"
    },
    "split_keywords": [
        "ai",
        " config",
        " sqlfluff",
        " spear"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "862dae59da105cc7a4a1673db33ec68aaf315555bff588077b0420eafc004c00",
                "md5": "ef8207c9b4985b7aa3883c9c50b81b69",
                "sha256": "be94cac569618e45468a324d9874e1ab801afb1582428bb666ce7f675dbf56c2"
            },
            "downloads": -1,
            "filename": "spear_ai_sqlfluff_config-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ef8207c9b4985b7aa3883c9c50b81b69",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.13,>=3.10",
            "size": 2049,
            "upload_time": "2024-05-21T09:32:01",
            "upload_time_iso_8601": "2024-05-21T09:32:01.679479Z",
            "url": "https://files.pythonhosted.org/packages/86/2d/ae59da105cc7a4a1673db33ec68aaf315555bff588077b0420eafc004c00/spear_ai_sqlfluff_config-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "79ed297e5fe42960c0cfc19e598f03ee3df370a25c8014cda4145353400f7b5d",
                "md5": "0e90cb637ecdbd25baf07604e7773f28",
                "sha256": "c9ca23df0819c447ce0f3b62a3081fc4aec311800184d99b9ad230034cb4e216"
            },
            "downloads": -1,
            "filename": "spear_ai_sqlfluff_config-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "0e90cb637ecdbd25baf07604e7773f28",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13,>=3.10",
            "size": 1420,
            "upload_time": "2024-05-21T09:32:04",
            "upload_time_iso_8601": "2024-05-21T09:32:04.320718Z",
            "url": "https://files.pythonhosted.org/packages/79/ed/297e5fe42960c0cfc19e598f03ee3df370a25c8014cda4145353400f7b5d/spear_ai_sqlfluff_config-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-21 09:32:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "spear-ai",
    "github_project": "citizen",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "spear-ai-sqlfluff-config"
}
        
Elapsed time: 0.56483s