jbarchart


Namejbarchart JSON
Version 0.0.0 PyPI version JSON
download
home_pageNone
SummaryNone
upload_time2024-04-03 15:42:37
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # jbarchart

## Development installation

Create a virtual environment and and install jbarchart in *editable* mode with the
optional development dependencies:

```sh
python -m venv .venv
source .venv/bin/activate
pip install -e ".[dev]"
```

You then need to install the JavaScript dependencies and run the development server.

```sh
npm install
npm run dev
```

Open `example.ipynb` in JupyterLab, VS Code, or your favorite editor
to start developing. Changes made in `js/` will be reflected
in the notebook.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "jbarchart",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/d3/2b/a7bfa7295ed86ab0ebfaba6c246d63c3a46b0ca5746328ff6c88c0472f02/jbarchart-0.0.0.tar.gz",
    "platform": null,
    "description": "# jbarchart\n\n## Development installation\n\nCreate a virtual environment and and install jbarchart in *editable* mode with the\noptional development dependencies:\n\n```sh\npython -m venv .venv\nsource .venv/bin/activate\npip install -e \".[dev]\"\n```\n\nYou then need to install the JavaScript dependencies and run the development server.\n\n```sh\nnpm install\nnpm run dev\n```\n\nOpen `example.ipynb` in JupyterLab, VS Code, or your favorite editor\nto start developing. Changes made in `js/` will be reflected\nin the notebook.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": null,
    "version": "0.0.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "11e556eb22bb3f10ecd179dc300f794e04ee448aa444b127457ed99aed3a1d3b",
                "md5": "386ef247cbc4a1818c057ff614ef18d1",
                "sha256": "0facb91f35a3ccbc9408b3bd822eb0c78d02f4114bcd0eecf54b035df97f5a01"
            },
            "downloads": -1,
            "filename": "jbarchart-0.0.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "386ef247cbc4a1818c057ff614ef18d1",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 6958,
            "upload_time": "2024-04-03T15:42:34",
            "upload_time_iso_8601": "2024-04-03T15:42:34.762026Z",
            "url": "https://files.pythonhosted.org/packages/11/e5/56eb22bb3f10ecd179dc300f794e04ee448aa444b127457ed99aed3a1d3b/jbarchart-0.0.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d32ba7bfa7295ed86ab0ebfaba6c246d63c3a46b0ca5746328ff6c88c0472f02",
                "md5": "db07fee1ecb29da08912628acc945716",
                "sha256": "d26498544f4719817c990b3b7b82bee500c5ffb4f39aa81aad363f905c4661ce"
            },
            "downloads": -1,
            "filename": "jbarchart-0.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "db07fee1ecb29da08912628acc945716",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 6218,
            "upload_time": "2024-04-03T15:42:37",
            "upload_time_iso_8601": "2024-04-03T15:42:37.030160Z",
            "url": "https://files.pythonhosted.org/packages/d3/2b/a7bfa7295ed86ab0ebfaba6c246d63c3a46b0ca5746328ff6c88c0472f02/jbarchart-0.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-03 15:42:37",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "jbarchart"
}
        
Elapsed time: 0.19052s