# Csv > Dot
Convert a 2 columns CSV file to a .dot, who can be converted with
[Graphviz](https://graphviz.org/) to .jpg, .ps, ...
# How to use it
```sh
python entry_points_csv_to_dot/csv_to_dot.py -h
> usage: csv_to_dot [-h] [--csv-file [CSV_FILE]] [--csv-delim [CSV_DELIM]] [--dot-file [DOT_FILE]] [--nodes-shape [NODES_SHAPE]] [--nodes-style [NODES_STYLE]] [--nodes-bg-color [NODES_BG_COLOR]] [--nodes-font-color [NODES_FONT_COLOR]] [--version]
```
* Available node shapes : https://graphviz.org/doc/info/shapes.html
* Node styles : https://graphviz.org/doc/info/shapes.html#styles-for-nodes
* Node font/background colors : https://graphviz.org/docs/attr-types/color/
# Support version
Python : `>=3.9`
Raw data
{
"_id": null,
"home_page": "https://github.com/Mindbaz/python-csv-to-dot",
"name": "csv-to-dot",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "",
"keywords": "graphviz",
"author": "Valentin Henon",
"author_email": "vhenon@mindbaz.com",
"download_url": "https://files.pythonhosted.org/packages/5f/a2/74a244ec14c90cf822d058214ed29db136eb252058432dc7ec49efd3f462/csv-to-dot-0.0.1.tar.gz",
"platform": null,
"description": "# Csv > Dot\n\nConvert a 2 columns CSV file to a .dot, who can be converted with\n[Graphviz](https://graphviz.org/) to .jpg, .ps, ...\n\n# How to use it\n\n```sh\npython entry_points_csv_to_dot/csv_to_dot.py -h\n> usage: csv_to_dot [-h] [--csv-file [CSV_FILE]] [--csv-delim [CSV_DELIM]] [--dot-file [DOT_FILE]] [--nodes-shape [NODES_SHAPE]] [--nodes-style [NODES_STYLE]] [--nodes-bg-color [NODES_BG_COLOR]] [--nodes-font-color [NODES_FONT_COLOR]] [--version]\n```\n\n* Available node shapes : https://graphviz.org/doc/info/shapes.html\n* Node styles : https://graphviz.org/doc/info/shapes.html#styles-for-nodes\n* Node font/background colors : https://graphviz.org/docs/attr-types/color/\n\n# Support version\n\nPython : `>=3.9`\n",
"bugtrack_url": null,
"license": "GPLv3",
"summary": "Convert a 2 columns CSV file to a .dot, who can be converted with Graphviz to .jpg, .ps, ...",
"version": "0.0.1",
"split_keywords": [
"graphviz"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "7d29bf630790dc70d6c8eceb18cfc00c8624e99a0562bc7eee6ca09ad00ee2de",
"md5": "408f2fbbf5de0c92082cbafedc7467db",
"sha256": "c034a4bbcad84614dbb26d268c9129c6ca4f143f39c71e8f2bfdc57a502e6607"
},
"downloads": -1,
"filename": "csv_to_dot-0.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "408f2fbbf5de0c92082cbafedc7467db",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 20880,
"upload_time": "2023-01-24T08:45:01",
"upload_time_iso_8601": "2023-01-24T08:45:01.613391Z",
"url": "https://files.pythonhosted.org/packages/7d/29/bf630790dc70d6c8eceb18cfc00c8624e99a0562bc7eee6ca09ad00ee2de/csv_to_dot-0.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5fa274a244ec14c90cf822d058214ed29db136eb252058432dc7ec49efd3f462",
"md5": "5895108b5338af1dcc18aa977eb693bf",
"sha256": "958b95c4c37274e19168cf0d8a4c68eb0743274cd6ed4d9caded18d228a13b07"
},
"downloads": -1,
"filename": "csv-to-dot-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "5895108b5338af1dcc18aa977eb693bf",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 17956,
"upload_time": "2023-01-24T08:45:04",
"upload_time_iso_8601": "2023-01-24T08:45:04.122585Z",
"url": "https://files.pythonhosted.org/packages/5f/a2/74a244ec14c90cf822d058214ed29db136eb252058432dc7ec49efd3f462/csv-to-dot-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-01-24 08:45:04",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "Mindbaz",
"github_project": "python-csv-to-dot",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "csv-to-dot"
}