weaverbird


Nameweaverbird JSON
Version 0.45.8 PyPI version JSON
download
home_pageNone
SummaryA visual data pipeline builder with various backends
upload_time2024-07-10 15:21:38
maintainerNone
docs_urlNone
authorToucan Toco
requires_python<3.12,>=3.11
licenseBSD-3-Clause
keywords mongodb pandas sql data dataviz pipeline query builder
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # weaverbird python package

See [docs about purpose and usage](../docs/_docs/tech/python-package.md).

## Development

We use [poetry](https://python-poetry.org/) for managing dependencies.

Main commands are available through `make`:

    make install # Install dependencies & set up pre-commit

    make format # Fix formatting issues using black and ruff
    make lint # Execute various checks

    make build # Build the project prior to publication
    make upload # Publish on pypi

    make test # Execute the test suite and produce reports
    /!\ To run Snowflake's e2e tests, the password needs to be exported to env variables
    as such: export SNOWFLAKE_PASSWORD='XXXXXXXXXXX'. This password is available in lastpass (user: toucan_test)

### Playground server

See `playground.py`. It provides a very simple server to test the module.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "weaverbird",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.12,>=3.11",
    "maintainer_email": null,
    "keywords": "mongodb, pandas, sql, data, dataviz, pipeline, query, builder",
    "author": "Toucan Toco",
    "author_email": "dev@toucantoco.com",
    "download_url": "https://files.pythonhosted.org/packages/00/ea/372ed879d9b2d4d98516d8b30ad13d6fa357726617457e897e8d55dbfd58/weaverbird-0.45.8.tar.gz",
    "platform": null,
    "description": "# weaverbird python package\n\nSee [docs about purpose and usage](../docs/_docs/tech/python-package.md).\n\n## Development\n\nWe use [poetry](https://python-poetry.org/) for managing dependencies.\n\nMain commands are available through `make`:\n\n    make install # Install dependencies & set up pre-commit\n\n    make format # Fix formatting issues using black and ruff\n    make lint # Execute various checks\n\n    make build # Build the project prior to publication\n    make upload # Publish on pypi\n\n    make test # Execute the test suite and produce reports\n    /!\\ To run Snowflake's e2e tests, the password needs to be exported to env variables\n    as such: export SNOWFLAKE_PASSWORD='XXXXXXXXXXX'. This password is available in lastpass (user: toucan_test)\n\n### Playground server\n\nSee `playground.py`. It provides a very simple server to test the module.\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "A visual data pipeline builder with various backends",
    "version": "0.45.8",
    "project_urls": null,
    "split_keywords": [
        "mongodb",
        " pandas",
        " sql",
        " data",
        " dataviz",
        " pipeline",
        " query",
        " builder"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "22d37e8ece918956269211c0b1035f28731f31ccd3bb6b60a64f7b6ea8497422",
                "md5": "ead39f103df45ac1681492b10d1a2017",
                "sha256": "ad4d909241a4fd23f5490bdfd34e1ffdd0786ec052daf1dd611f8d5bc412e415"
            },
            "downloads": -1,
            "filename": "weaverbird-0.45.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ead39f103df45ac1681492b10d1a2017",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.12,>=3.11",
            "size": 157166,
            "upload_time": "2024-07-10T15:21:35",
            "upload_time_iso_8601": "2024-07-10T15:21:35.483762Z",
            "url": "https://files.pythonhosted.org/packages/22/d3/7e8ece918956269211c0b1035f28731f31ccd3bb6b60a64f7b6ea8497422/weaverbird-0.45.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "00ea372ed879d9b2d4d98516d8b30ad13d6fa357726617457e897e8d55dbfd58",
                "md5": "9d73fc28ec7cdb2dd8ca507c1005b771",
                "sha256": "552209fb2f58c409f1648c4f2ef09cbf786851c9afe352f7c9f70b96c12172b6"
            },
            "downloads": -1,
            "filename": "weaverbird-0.45.8.tar.gz",
            "has_sig": false,
            "md5_digest": "9d73fc28ec7cdb2dd8ca507c1005b771",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.12,>=3.11",
            "size": 88757,
            "upload_time": "2024-07-10T15:21:38",
            "upload_time_iso_8601": "2024-07-10T15:21:38.440812Z",
            "url": "https://files.pythonhosted.org/packages/00/ea/372ed879d9b2d4d98516d8b30ad13d6fa357726617457e897e8d55dbfd58/weaverbird-0.45.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-10 15:21:38",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "weaverbird"
}
        
Elapsed time: 0.26237s