weaverbird


Nameweaverbird JSON
Version 0.59.0 PyPI version JSON
download
home_pageNone
SummaryA visual data pipeline builder with various backends
upload_time2025-08-22 09:46:16
maintainerNone
docs_urlNone
authorNone
requires_python<3.14,>=3.13
licenseNone
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 [uv](https://docs.astral.sh/uv/) 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)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "weaverbird",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.14,>=3.13",
    "maintainer_email": null,
    "keywords": "builder, data, dataviz, mongodb, pandas, pipeline, query, sql",
    "author": null,
    "author_email": "Toucan Toco <dev@toucantoco.com>",
    "download_url": "https://files.pythonhosted.org/packages/51/98/284c45fe97c052d6eae69937ae2787a6cae027b15cf194c0348f618c8285/weaverbird-0.59.0.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 [uv](https://docs.astral.sh/uv/) 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",
    "bugtrack_url": null,
    "license": null,
    "summary": "A visual data pipeline builder with various backends",
    "version": "0.59.0",
    "project_urls": null,
    "split_keywords": [
        "builder",
        " data",
        " dataviz",
        " mongodb",
        " pandas",
        " pipeline",
        " query",
        " sql"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1dd308ecdaa7720421d4b192a7f4e6afcc454dfa0e93ed00f1cd67019bc90815",
                "md5": "68ef9c0cc9321209a00aa50d78afdaa3",
                "sha256": "880d2c9af071d28c451f4d1dc6fc02ff78db5b75701062f18c3f71d09ebb2e5f"
            },
            "downloads": -1,
            "filename": "weaverbird-0.59.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "68ef9c0cc9321209a00aa50d78afdaa3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.14,>=3.13",
            "size": 165346,
            "upload_time": "2025-08-22T09:46:14",
            "upload_time_iso_8601": "2025-08-22T09:46:14.075409Z",
            "url": "https://files.pythonhosted.org/packages/1d/d3/08ecdaa7720421d4b192a7f4e6afcc454dfa0e93ed00f1cd67019bc90815/weaverbird-0.59.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5198284c45fe97c052d6eae69937ae2787a6cae027b15cf194c0348f618c8285",
                "md5": "abe918f9ec71a85c44809d7293de5280",
                "sha256": "67043370a3ccad317760132f9eba0e43875d588d72e36fc51924f923d73ae08f"
            },
            "downloads": -1,
            "filename": "weaverbird-0.59.0.tar.gz",
            "has_sig": false,
            "md5_digest": "abe918f9ec71a85c44809d7293de5280",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.14,>=3.13",
            "size": 102707,
            "upload_time": "2025-08-22T09:46:16",
            "upload_time_iso_8601": "2025-08-22T09:46:16.311366Z",
            "url": "https://files.pythonhosted.org/packages/51/98/284c45fe97c052d6eae69937ae2787a6cae027b15cf194c0348f618c8285/weaverbird-0.59.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-22 09:46:16",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "weaverbird"
}
        
Elapsed time: 1.32085s