weaverbird


Nameweaverbird JSON
Version 0.48.5 PyPI version JSON
download
home_pageNone
SummaryA visual data pipeline builder with various backends
upload_time2024-12-05 10:38:21
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/d6/f1/d5bc5b82b80ee02c8b829fdc52447dfdf96914afc3f5880150b988737636/weaverbird-0.48.5.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.5",
    "project_urls": null,
    "split_keywords": [
        "builder",
        " data",
        " dataviz",
        " mongodb",
        " pandas",
        " pipeline",
        " query",
        " sql"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aaa2769228e4d760b1bb9489071161e8b703a29769f271cf0bd2695096c421c2",
                "md5": "cbe05ae15b4ac1c2d8b57cef8f162fd1",
                "sha256": "2ede934d0e036be0c99d2597eaf5747b5fe1de36a773ec080c887c27552ce2db"
            },
            "downloads": -1,
            "filename": "weaverbird-0.48.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cbe05ae15b4ac1c2d8b57cef8f162fd1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.13,>=3.11",
            "size": 159258,
            "upload_time": "2024-12-05T10:38:19",
            "upload_time_iso_8601": "2024-12-05T10:38:19.750047Z",
            "url": "https://files.pythonhosted.org/packages/aa/a2/769228e4d760b1bb9489071161e8b703a29769f271cf0bd2695096c421c2/weaverbird-0.48.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d6f1d5bc5b82b80ee02c8b829fdc52447dfdf96914afc3f5880150b988737636",
                "md5": "8c1f8c8e1d07dc2e054edca6d7545a61",
                "sha256": "d64001030d7c949add4f7c32306f61a8ff54ce8090219fff7782bb5a14ceb21a"
            },
            "downloads": -1,
            "filename": "weaverbird-0.48.5.tar.gz",
            "has_sig": false,
            "md5_digest": "8c1f8c8e1d07dc2e054edca6d7545a61",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13,>=3.11",
            "size": 90748,
            "upload_time": "2024-12-05T10:38:21",
            "upload_time_iso_8601": "2024-12-05T10:38:21.533252Z",
            "url": "https://files.pythonhosted.org/packages/d6/f1/d5bc5b82b80ee02c8b829fdc52447dfdf96914afc3f5880150b988737636/weaverbird-0.48.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-05 10:38:21",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "weaverbird"
}
        
Elapsed time: 0.45735s