epic-sql


Nameepic-sql JSON
Version 1.1.1 PyPI version JSON
download
home_pagehttps://github.com/epic-framework/epic-sql
SummaryConveniences for working with SQL
upload_time2025-01-05 11:25:56
maintainerNone
docs_urlNone
authorYonatan Perry
requires_python<4.0,>=3.10
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Epic sql &mdash; Conveniences for working with SQL
[![Epic-sql CI](https://github.com/epic-framework/epic-sql/actions/workflows/ci.yml/badge.svg)](https://github.com/epic-framework/epic-sql/actions/workflows/ci.yml)

## What is it?

The **epic-sql** Python library provides several utilities that make it easier to write SQL code in python.
It can also provide utilities for working with Google BigQuery. 


## Modules

- `general`: Functions for generating SQL expressions in python.
- `bigquery`
  - `query`: Run queries in Google BigQuery; Get information on a BigQuery table.
  - `temptable`: Write data into a BigQuery table; Set expiration time on a table.
  - `ipythonmagic`: Register a convenient IPython magic to query BigQuery and return the results as a pandas DataFrame.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/epic-framework/epic-sql",
    "name": "epic-sql",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "Yonatan Perry",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/d7/7f/0e96d986ef4d0c0007160176c68bd3ba9cc821e3a135e5f1abea12ecff9d/epic_sql-1.1.1.tar.gz",
    "platform": null,
    "description": "# Epic sql &mdash; Conveniences for working with SQL\n[![Epic-sql CI](https://github.com/epic-framework/epic-sql/actions/workflows/ci.yml/badge.svg)](https://github.com/epic-framework/epic-sql/actions/workflows/ci.yml)\n\n## What is it?\n\nThe **epic-sql** Python library provides several utilities that make it easier to write SQL code in python.\nIt can also provide utilities for working with Google BigQuery. \n\n\n## Modules\n\n- `general`: Functions for generating SQL expressions in python.\n- `bigquery`\n  - `query`: Run queries in Google BigQuery; Get information on a BigQuery table.\n  - `temptable`: Write data into a BigQuery table; Set expiration time on a table.\n  - `ipythonmagic`: Register a convenient IPython magic to query BigQuery and return the results as a pandas DataFrame.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Conveniences for working with SQL",
    "version": "1.1.1",
    "project_urls": {
        "Homepage": "https://github.com/epic-framework/epic-sql",
        "Repository": "https://github.com/epic-framework/epic-sql"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d77f0e96d986ef4d0c0007160176c68bd3ba9cc821e3a135e5f1abea12ecff9d",
                "md5": "6f2e3351ac57cba11f45fae90825a407",
                "sha256": "10204ebc591fcb618a6ca7430b57054129e4adb0781500d7dfddfca324c6115f"
            },
            "downloads": -1,
            "filename": "epic_sql-1.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "6f2e3351ac57cba11f45fae90825a407",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 7498,
            "upload_time": "2025-01-05T11:25:56",
            "upload_time_iso_8601": "2025-01-05T11:25:56.408036Z",
            "url": "https://files.pythonhosted.org/packages/d7/7f/0e96d986ef4d0c0007160176c68bd3ba9cc821e3a135e5f1abea12ecff9d/epic_sql-1.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-05 11:25:56",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "epic-framework",
    "github_project": "epic-sql",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "epic-sql"
}
        
Elapsed time: 0.36218s