weaverbird


Nameweaverbird JSON
Version 0.48.7 PyPI version JSON
download
home_pageNone
SummaryA visual data pipeline builder with various backends
upload_time2025-01-10 10:11:29
maintainerNone
docs_urlNone
authorToucan Toco
requires_python<3.13,>=3.11
licenseBSD-3-Clause
keywords builder data dataviz mongodb pandas pipeline query sql
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.13,>=3.11",
    "maintainer_email": null,
    "keywords": "builder, data, dataviz, mongodb, pandas, pipeline, query, sql",
    "author": "Toucan Toco",
    "author_email": "dev@toucantoco.com",
    "download_url": "https://files.pythonhosted.org/packages/aa/5e/39c470b3f4b4d2b088205f2c0705a5dfa649909ff38531fa98cd5c673221/weaverbird-0.48.7.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.48.7",
    "project_urls": null,
    "split_keywords": [
        "builder",
        " data",
        " dataviz",
        " mongodb",
        " pandas",
        " pipeline",
        " query",
        " sql"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "774c72b49ada8808613fdf7feadddeb405a7ecfdb46f4b7688d834e5d35bcdbe",
                "md5": "a2d3d2b6f8a94c854f649b253c984619",
                "sha256": "2cdb2b559c56f3234dd245c84091a811b777586eb5be3e013b4e163fa63ca397"
            },
            "downloads": -1,
            "filename": "weaverbird-0.48.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a2d3d2b6f8a94c854f649b253c984619",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.13,>=3.11",
            "size": 159592,
            "upload_time": "2025-01-10T10:11:27",
            "upload_time_iso_8601": "2025-01-10T10:11:27.914284Z",
            "url": "https://files.pythonhosted.org/packages/77/4c/72b49ada8808613fdf7feadddeb405a7ecfdb46f4b7688d834e5d35bcdbe/weaverbird-0.48.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aa5e39c470b3f4b4d2b088205f2c0705a5dfa649909ff38531fa98cd5c673221",
                "md5": "8e1564b53f00a1a0a8d3b36f0f4a4f0e",
                "sha256": "b3db339a97ac796b595f816a7742294724f5205179410aa72689c642800f2d45"
            },
            "downloads": -1,
            "filename": "weaverbird-0.48.7.tar.gz",
            "has_sig": false,
            "md5_digest": "8e1564b53f00a1a0a8d3b36f0f4a4f0e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13,>=3.11",
            "size": 91186,
            "upload_time": "2025-01-10T10:11:29",
            "upload_time_iso_8601": "2025-01-10T10:11:29.714354Z",
            "url": "https://files.pythonhosted.org/packages/aa/5e/39c470b3f4b4d2b088205f2c0705a5dfa649909ff38531fa98cd5c673221/weaverbird-0.48.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-10 10:11:29",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "weaverbird"
}
        
Elapsed time: 0.39228s