TikZpy package for drawing in TikZ
==================================
What Is This?
-------------
TikZpy simplifies the art of drawing by code tikz figures in eps, png and tikz LaTeX compatible figures using Python
How To Use This
---------------
Install as,
```
python3 -m pip install tikzpy
```
More info in [tikzpy.readthedocs.io](https://tikzpy.readthedocs.io)
Requires to install MikTex (miktex.org) or similar LaTeX distribution.
Install Latex in Windows:
* Install MikTex (miktex.org)
Install Latex in Ubuntu:
```
sudo apt-get install texlive-full
sudo apt-get install xzdec
sudo tlmgr install pgf
sudo tlmgr install tikz-cd
```
Raw data
{
"_id": null,
"home_page": "https://github.com/narfisaeu/tikzpy.git",
"name": "tikzpy",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "tikz, tikzpy, latex",
"author": "narfisaeu",
"author_email": "tikzpy@narfisa.eu",
"download_url": "https://files.pythonhosted.org/packages/1c/5e/2c7ed4280aa8cbe59287b038aca613c81ebbf59c2e93ec83c4785a1aeb67/tikzpy-0.0.4.tar.gz",
"platform": null,
"description": "TikZpy package for drawing in TikZ\r\n==================================\r\n\r\nWhat Is This?\r\n-------------\r\n\r\nTikZpy simplifies the art of drawing by code tikz figures in eps, png and tikz LaTeX compatible figures using Python\r\n\r\n\r\nHow To Use This\r\n---------------\r\n\r\nInstall as,\r\n\r\n```\r\npython3 -m pip install tikzpy\r\n```\r\n\r\nMore info in [tikzpy.readthedocs.io](https://tikzpy.readthedocs.io)\r\n\r\nRequires to install MikTex (miktex.org) or similar LaTeX distribution.\r\n\r\nInstall Latex in Windows:\r\n\r\n* Install MikTex (miktex.org)\r\n\r\nInstall Latex in Ubuntu:\r\n\r\n```\r\nsudo apt-get install texlive-full\r\nsudo apt-get install xzdec\r\nsudo tlmgr install pgf\r\nsudo tlmgr install tikz-cd\r\n```\r\n",
"bugtrack_url": null,
"license": "BSD 3-Clause License",
"summary": "TikZpy simplifies the art of drawing by code tikz figures",
"version": "0.0.4",
"project_urls": {
"Homepage": "https://github.com/narfisaeu/tikzpy.git"
},
"split_keywords": [
"tikz",
" tikzpy",
" latex"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "cbffc1f6dd489fe5450384d6833968affae93c6fd8cf8fb91a3bb27cd3c67756",
"md5": "ddf9f3c9af900e29125a4e61fc56154d",
"sha256": "092d72553163e1662ebde2adbd010c18883448dc6e9a83d304b577f814bc3c35"
},
"downloads": -1,
"filename": "tikzpy-0.0.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ddf9f3c9af900e29125a4e61fc56154d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 1669163,
"upload_time": "2024-11-24T19:39:41",
"upload_time_iso_8601": "2024-11-24T19:39:41.607419Z",
"url": "https://files.pythonhosted.org/packages/cb/ff/c1f6dd489fe5450384d6833968affae93c6fd8cf8fb91a3bb27cd3c67756/tikzpy-0.0.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1c5e2c7ed4280aa8cbe59287b038aca613c81ebbf59c2e93ec83c4785a1aeb67",
"md5": "9b268921f7fb576d4a15bb549b81fca7",
"sha256": "86035b8105180b7c382cc25796ae9339014581de0144abbd1875cde6caaa24e3"
},
"downloads": -1,
"filename": "tikzpy-0.0.4.tar.gz",
"has_sig": false,
"md5_digest": "9b268921f7fb576d4a15bb549b81fca7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 1661279,
"upload_time": "2024-11-24T19:39:43",
"upload_time_iso_8601": "2024-11-24T19:39:43.604444Z",
"url": "https://files.pythonhosted.org/packages/1c/5e/2c7ed4280aa8cbe59287b038aca613c81ebbf59c2e93ec83c4785a1aeb67/tikzpy-0.0.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-24 19:39:43",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "narfisaeu",
"github_project": "tikzpy",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "numpy",
"specs": []
},
{
"name": "matplotlib",
"specs": []
}
],
"lcname": "tikzpy"
}