# Dash AG Grid
Dash AG Grid is a Dash component wrapper for the AG Grid JavaScript package, enabling you to display AG Grid components natively in your Dash app.
The underlying AG Grid JavaScript package is a third-party software component developed by [AG Grid Ltd](http://www.ag-grid.com/). Many features are available for free in the AG Grid [Community version](https://github.com/ag-grid/ag-grid). Some features require a paid subscription to the AG Grid Enterprise version ([more info available here](https://www.ag-grid.com/license-pricing.php)). Both the community and enterprise versions are included in this component, but the enterprise features require you to provide a valid AG Grid license key. The demos which use Enterprise features are clearly marked.
## v2.0.0 Release
If you have tried v2.0.0 alpha releases, release candidates, or our v1.x enterprise package, please see our [Migration Guide](https://dash.plotly.com/dash-ag-grid/migration-guide) (previously hosted [here](https://dashaggrid.pythonanywhere.com/getting-started/migration-guide)).
### Getting Started
`pip install dash-ag-grid`
### Documentation
Please see the [Dash Documentation](https://dash.plotly.com/dash-ag-grid).
## Contributing
Dash AG Grid welcomes community contributions!
If you have identified a bug or have an idea for a new feature, it's best to start with a GitHub issue. First look at existing issues at https://github.com/plotly/dash-ag-grid/issues to make sure this is not a duplicate. Then create a new issue. Bug reports should be accompanied by a small example app that someone else can copy and run to reproduce the problem.
The docs are under development as well. There are many examples in the official AG Grid docs that have not been included here yet. Please open an issue or do pull requests for edits or to add examples. Or post your question, comments or demo apps on the [Dash Community Forum](https://community.plotly.com/).
### Developing in this repo
Make sure you have Dash installed with dev and testing extras:
```
pip install dash[dev,testing]
```
Build the component (from the root of this repo):
```
npm i
npm run build
```
Now install the component in development mode:
```
$ pip install -e .
```
In development mode, Python uses the files in this directory when you import the package. So you can write a testing app in another folder, and whenever you change some code and rebuild the component here it will update in your testing app.
### Create a production build
Create source and wheel distributions in the generated `dist/` folder, after emptying out any previous builds:
```
rm -rf dist build
python setup.py sdist bdist_wheel
```
See [PyPA](https://packaging.python.org/guides/distributing-packages-using-setuptools/#packaging-your-project)
for more information.
Then use [`twine`](https://pypi.org/project/twine/) to upload these to PyPI:
```
twine upload dist/*
```
We also publish the JavaScript build to NPM, so `unpkg` has the bundles if users set `serve_locally=False`. First make a test of the NPM package, verify that its contents are reasonable:
```
npm pack
```
Then publish:
```
npm publish
```
Raw data
{
"_id": null,
"home_page": "https://dash.plotly.com/dash-ag-grid",
"name": "autofeather-dash-ag-grid",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "",
"keywords": "",
"author": "Plotly <chris@plot.ly>",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/42/bc/fecd3b6bbaaf198804a2be4bcf188182a5cf3ff88061c31e45d2dcaed84c/autofeather_dash_ag_grid-2.4.0.tar.gz",
"platform": null,
"description": "# Dash AG Grid\n\nDash AG Grid is a Dash component wrapper for the AG Grid JavaScript package, enabling you to display AG Grid components natively in your Dash app.\n\nThe underlying AG Grid JavaScript package is a third-party software component developed by [AG Grid Ltd](http://www.ag-grid.com/). Many features are available for free in the AG Grid [Community version](https://github.com/ag-grid/ag-grid). Some features require a paid subscription to the AG Grid Enterprise version ([more info available here](https://www.ag-grid.com/license-pricing.php)). Both the community and enterprise versions are included in this component, but the enterprise features require you to provide a valid AG Grid license key. The demos which use Enterprise features are clearly marked.\n\n\n## v2.0.0 Release\n\nIf you have tried v2.0.0 alpha releases, release candidates, or our v1.x enterprise package, please see our [Migration Guide](https://dash.plotly.com/dash-ag-grid/migration-guide) (previously hosted [here](https://dashaggrid.pythonanywhere.com/getting-started/migration-guide)).\n\n\n### Getting Started\n\n`pip install dash-ag-grid`\n\n\n### Documentation\nPlease see the [Dash Documentation](https://dash.plotly.com/dash-ag-grid).\n\n## Contributing\n\nDash AG Grid welcomes community contributions!\n\nIf you have identified a bug or have an idea for a new feature, it's best to start with a GitHub issue. First look at existing issues at https://github.com/plotly/dash-ag-grid/issues to make sure this is not a duplicate. Then create a new issue. Bug reports should be accompanied by a small example app that someone else can copy and run to reproduce the problem.\n\nThe docs are under development as well. There are many examples in the official AG Grid docs that have not been included here yet. Please open an issue or do pull requests for edits or to add examples. Or post your question, comments or demo apps on the [Dash Community Forum](https://community.plotly.com/).\n\n\n### Developing in this repo\n\nMake sure you have Dash installed with dev and testing extras:\n```\npip install dash[dev,testing]\n```\nBuild the component (from the root of this repo):\n```\nnpm i\nnpm run build\n```\nNow install the component in development mode:\n```\n$ pip install -e .\n```\nIn development mode, Python uses the files in this directory when you import the package. So you can write a testing app in another folder, and whenever you change some code and rebuild the component here it will update in your testing app.\n\n### Create a production build\n\nCreate source and wheel distributions in the generated `dist/` folder, after emptying out any previous builds:\n```\nrm -rf dist build\npython setup.py sdist bdist_wheel\n```\nSee [PyPA](https://packaging.python.org/guides/distributing-packages-using-setuptools/#packaging-your-project)\nfor more information.\nThen use [`twine`](https://pypi.org/project/twine/) to upload these to PyPI:\n```\ntwine upload dist/*\n```\nWe also publish the JavaScript build to NPM, so `unpkg` has the bundles if users set `serve_locally=False`. First make a test of the NPM package, verify that its contents are reasonable:\n```\nnpm pack\n```\nThen publish:\n```\nnpm publish\n```\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Dash wrapper around AG Grid, the best interactive data grid for the web.",
"version": "2.4.0",
"project_urls": {
"Documentation": "https://dash.plotly.com/dash-ag-grid",
"Homepage": "https://dash.plotly.com/dash-ag-grid",
"Issue Tracker": "https://github.com/plotly/dash-ag-grid/issues",
"Source": "https://github.com/plotly/dash-ag-grid"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "9bb1a002bd3a1c73089c6fa966dae511c1eda64a7fc9b664176608603130f76f",
"md5": "74851724d50c2abde4976fd7200b7705",
"sha256": "030126bd1bd7f9c6a9be323eac4b2812ae19d1543fcef8fdce43a34249ccc887"
},
"downloads": -1,
"filename": "autofeather_dash_ag_grid-2.4.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "74851724d50c2abde4976fd7200b7705",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 3631,
"upload_time": "2023-12-14T05:08:38",
"upload_time_iso_8601": "2023-12-14T05:08:38.693887Z",
"url": "https://files.pythonhosted.org/packages/9b/b1/a002bd3a1c73089c6fa966dae511c1eda64a7fc9b664176608603130f76f/autofeather_dash_ag_grid-2.4.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "42bcfecd3b6bbaaf198804a2be4bcf188182a5cf3ff88061c31e45d2dcaed84c",
"md5": "0346ffc2a7fde5147959b4ee15def7e3",
"sha256": "5711c10cf2a9d4281a685f9fc5d35d209e98d554be00cdeccaaff4ab681a14a7"
},
"downloads": -1,
"filename": "autofeather_dash_ag_grid-2.4.0.tar.gz",
"has_sig": false,
"md5_digest": "0346ffc2a7fde5147959b4ee15def7e3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 3733086,
"upload_time": "2023-12-14T05:08:43",
"upload_time_iso_8601": "2023-12-14T05:08:43.387531Z",
"url": "https://files.pythonhosted.org/packages/42/bc/fecd3b6bbaaf198804a2be4bcf188182a5cf3ff88061c31e45d2dcaed84c/autofeather_dash_ag_grid-2.4.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-12-14 05:08:43",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "plotly",
"github_project": "dash-ag-grid",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"circle": true,
"lcname": "autofeather-dash-ag-grid"
}