{ "info": { "author": "Daniele Grattarola", "author_email": "daniele.grattarola@gmail.com", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python :: 3.6" ], "description": "# Welcome to Pencil\n\nPencil is a small Python library to create plots in the browser using [Charts.js](https://chartjs.org).\n\nPencil makes it easy to draw your charts in a dynamic and responsive grid, and lets you update your plots live as the data is created. \n\nWith Pencil, you can draw seven different types of charts: \n\n- Line\n- Bar\n- Radar\n- Pie\n- Doughnut\n- Polar area\n- Scatter\n\nRead the documentation [here](https://danielegrattarola.github.io/pncl).\n\n## Installation\n\nPencil is available on the Python Package Index and can be installed with `pip`:\n\n```sh\n$ pip install pncl\n```\n\nIf you want, you can also install the package from source with:\n\n```sh\n$ git clone https://github.com/danielegrattarola/pncl.git\n$ cd pncl\n$ pip install .\n```\n\nPencil requires Python 3.6.5+, and works on Linux and MacOS.\n\n## Contributing\n\nFeel free to open an issue or a pull request if you find any problems with the package or if you want to add a new functionality to Pencil.\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/danielegrattarola/pncl", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pncl", "package_url": "https://pypi.org/project/pncl/", "platform": "", "project_url": "https://pypi.org/project/pncl/", "project_urls": { "Homepage": "https://github.com/danielegrattarola/pncl" }, "release_url": "https://pypi.org/project/pncl/1.0.0/", "requires_dist": [ "aiohttp", "aiohttp-sse", "numpy", "requests" ], "requires_python": "", "summary": "", "version": "1.0.0", "yanked": false, "yanked_reason": null }, "last_serial": 6039161, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "3817a87181ec679358ccd31a5465a74a", "sha256": "49f5d562bc80403b7533919c648de40c760e7db2636edb87bb743e690a1a8913" }, "downloads": -1, "filename": "pncl-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "3817a87181ec679358ccd31a5465a74a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 13252, "upload_time": "2019-10-28T03:15:06", "upload_time_iso_8601": "2019-10-28T03:15:06.868800Z", "url": "https://files.pythonhosted.org/packages/f0/21/495cd36e5e0b958e95e192bfe4de3ec6e215ba7de46786aa332fea5ce76e/pncl-1.0.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1d19dfc1d1a9053cededa284928a5432", "sha256": "f8a8059f18abcd4eef6c743ce9b70b98fdb9230e93c97f0ccc8fd79dd104a6e3" }, "downloads": -1, "filename": "pncl-1.0.0.tar.gz", "has_sig": false, "md5_digest": "1d19dfc1d1a9053cededa284928a5432", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11431, "upload_time": "2019-10-28T03:15:09", "upload_time_iso_8601": "2019-10-28T03:15:09.392725Z", "url": "https://files.pythonhosted.org/packages/44/44/7cb6aebd8739fbfba15677e106bdd08b2ce3e57301ce1bbce3950b6cb23f/pncl-1.0.0.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3817a87181ec679358ccd31a5465a74a", "sha256": "49f5d562bc80403b7533919c648de40c760e7db2636edb87bb743e690a1a8913" }, "downloads": -1, "filename": "pncl-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "3817a87181ec679358ccd31a5465a74a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 13252, "upload_time": "2019-10-28T03:15:06", "upload_time_iso_8601": "2019-10-28T03:15:06.868800Z", "url": "https://files.pythonhosted.org/packages/f0/21/495cd36e5e0b958e95e192bfe4de3ec6e215ba7de46786aa332fea5ce76e/pncl-1.0.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1d19dfc1d1a9053cededa284928a5432", "sha256": "f8a8059f18abcd4eef6c743ce9b70b98fdb9230e93c97f0ccc8fd79dd104a6e3" }, "downloads": -1, "filename": "pncl-1.0.0.tar.gz", "has_sig": false, "md5_digest": "1d19dfc1d1a9053cededa284928a5432", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11431, "upload_time": "2019-10-28T03:15:09", "upload_time_iso_8601": "2019-10-28T03:15:09.392725Z", "url": "https://files.pythonhosted.org/packages/44/44/7cb6aebd8739fbfba15677e106bdd08b2ce3e57301ce1bbce3950b6cb23f/pncl-1.0.0.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }