wandbbq


Namewandbbq JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/mbosc/wandbbq
SummaryWandb Backup and Quit - Unleash the power of wandb without fear of losing your data
upload_time2023-02-06 13:32:38
maintainer
docs_urlNone
authorMatteo Boschini
requires_python
licenseMIT
keywords wandb bbq offline python utility
VCS
bugtrack_url
requirements wandb
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # WandBBQ Wandb Backup and Quit
Better APIs for good ole WandB

## Usage
+ Just import `wandbbq` and use `wandbbq.init` instead of `wandb.init`.  
+ If executing an offline run, upon program terination a `wandb sync` job will be launched to sync your run automatically.
+ If the env var `WANDBBQ_RELAY` is defined as `user@ip`, `wandb sync` will be executed over ssh on the provided relay (useful for computing clusters with no internet connection on compute nodes).

## Known Limits
+ The optional relay node must be capable of accessing the same wandb run folder at the same address.
+ No fallback if the sync node has no internet.
+ No upload of intermediate products (will implement sometimes later).


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mbosc/wandbbq",
    "name": "wandbbq",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "wandb,bbq,offline,python,utility",
    "author": "Matteo Boschini",
    "author_email": "matteoboschini3@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/83/f5/c23d98ff0bbbe5711dfe61decad091cd21c14bb7814cfd955cbeba22d3ff/wandbbq-0.0.2.tar.gz",
    "platform": null,
    "description": "# WandBBQ Wandb Backup and Quit\nBetter APIs for good ole WandB\n\n## Usage\n+ Just import `wandbbq` and use `wandbbq.init` instead of `wandb.init`.  \n+ If executing an offline run, upon program terination a `wandb sync` job will be launched to sync your run automatically.\n+ If the env var `WANDBBQ_RELAY` is defined as `user@ip`, `wandb sync` will be executed over ssh on the provided relay (useful for computing clusters with no internet connection on compute nodes).\n\n## Known Limits\n+ The optional relay node must be capable of accessing the same wandb run folder at the same address.\n+ No fallback if the sync node has no internet.\n+ No upload of intermediate products (will implement sometimes later).\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Wandb Backup and Quit - Unleash the power of wandb without fear of losing your data",
    "version": "0.0.2",
    "split_keywords": [
        "wandb",
        "bbq",
        "offline",
        "python",
        "utility"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "83f5c23d98ff0bbbe5711dfe61decad091cd21c14bb7814cfd955cbeba22d3ff",
                "md5": "7218106e5dda80a60c93795105776d7a",
                "sha256": "0ab94e95ea38588de2b9439e7956f2ca082f5d63df8528fee70dd5d38e86ad2a"
            },
            "downloads": -1,
            "filename": "wandbbq-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "7218106e5dda80a60c93795105776d7a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2845,
            "upload_time": "2023-02-06T13:32:38",
            "upload_time_iso_8601": "2023-02-06T13:32:38.825463Z",
            "url": "https://files.pythonhosted.org/packages/83/f5/c23d98ff0bbbe5711dfe61decad091cd21c14bb7814cfd955cbeba22d3ff/wandbbq-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-06 13:32:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "mbosc",
    "github_project": "wandbbq",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "wandb",
            "specs": []
        }
    ],
    "lcname": "wandbbq"
}
        
Elapsed time: 0.03641s