# vnpy_chart
enhanced chart for vnpy
## tips
If you encounter issues while installing [ta-lib](https://github.com/TA-Lib/ta-lib-python), try:
```sh
pip install numpy==1.26.4 importlib_metadata
pip install --extra-index-url https://pypi.vnpy.com TA_Lib==0.4.24
```
## dev
### run test
```sh
pip install .
python -m unittest discover -s tests
```
### publish
1. install tools
```sh
pip install --upgrade build twine
```
2. build
```sh
python -m build
```
3. upload to testpypi
```sh
python -m twine upload --repository testpypi dist/*
```
4. upload to pypi
```sh
python -m twine upload dist/*
```
Raw data
{
"_id": null,
"home_page": "https://github.com/suyu0925/vnpy_chart",
"name": "vnpy-chart",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "quant, quantitative, investment, trading, algotrading",
"author": "suyu0925",
"author_email": "suyu0925@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/3b/c6/2cd930c4faa624338e7452aaf6331f338fafd377c6a412545a40dba43773/vnpy_chart-0.0.5.tar.gz",
"platform": null,
"description": "# vnpy_chart\r\n\r\nenhanced chart for vnpy\r\n\r\n## tips\r\n\r\nIf you encounter issues while installing [ta-lib](https://github.com/TA-Lib/ta-lib-python), try:\r\n\r\n```sh\r\npip install numpy==1.26.4 importlib_metadata\r\npip install --extra-index-url https://pypi.vnpy.com TA_Lib==0.4.24\r\n```\r\n\r\n## dev\r\n\r\n### run test\r\n\r\n```sh\r\npip install .\r\npython -m unittest discover -s tests\r\n```\r\n\r\n### publish\r\n\r\n1. install tools\r\n\r\n```sh\r\npip install --upgrade build twine\r\n```\r\n\r\n2. build\r\n\r\n```sh\r\npython -m build\r\n```\r\n\r\n3. upload to testpypi\r\n\r\n```sh\r\npython -m twine upload --repository testpypi dist/*\r\n```\r\n\r\n4. upload to pypi\r\n\r\n```sh\r\npython -m twine upload dist/*\r\n```\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "enhanced chart for vnpy.",
"version": "0.0.5",
"project_urls": {
"Homepage": "https://github.com/suyu0925/vnpy_chart"
},
"split_keywords": [
"quant",
" quantitative",
" investment",
" trading",
" algotrading"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "08a1fd632a5db95b8cb883d584fe0efa571b9dcf5e398c35527591554cb025e0",
"md5": "2821df5d09a3ffd57448d0632d57554c",
"sha256": "287ecc99c1e49d1d034cc23c415b6b71ddd1ea377ed64246a628ec32cd583285"
},
"downloads": -1,
"filename": "vnpy_chart-0.0.5-py3-none-any.whl",
"has_sig": false,
"md5_digest": "2821df5d09a3ffd57448d0632d57554c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 19259,
"upload_time": "2024-10-16T08:48:54",
"upload_time_iso_8601": "2024-10-16T08:48:54.384589Z",
"url": "https://files.pythonhosted.org/packages/08/a1/fd632a5db95b8cb883d584fe0efa571b9dcf5e398c35527591554cb025e0/vnpy_chart-0.0.5-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3bc62cd930c4faa624338e7452aaf6331f338fafd377c6a412545a40dba43773",
"md5": "a63ee4309b40d190c9422d79504dd67c",
"sha256": "2ee0788c008bc3690f36bf3d9d233998dea571b7f7fec3a15d5e192d0cc96522"
},
"downloads": -1,
"filename": "vnpy_chart-0.0.5.tar.gz",
"has_sig": false,
"md5_digest": "a63ee4309b40d190c9422d79504dd67c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 15547,
"upload_time": "2024-10-16T08:48:56",
"upload_time_iso_8601": "2024-10-16T08:48:56.218332Z",
"url": "https://files.pythonhosted.org/packages/3b/c6/2cd930c4faa624338e7452aaf6331f338fafd377c6a412545a40dba43773/vnpy_chart-0.0.5.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-16 08:48:56",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "suyu0925",
"github_project": "vnpy_chart",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "vnpy-chart"
}