data-art


Namedata-art JSON
Version 0.0.13 PyPI version JSON
download
home_pagehttps://github.com/erfanvaredi/data-art
SummaryPython dynamic and web friendly report generator
upload_time2023-03-12 06:05:14
maintainer
docs_urlNone
authorErfan Varedi
requires_python>=3.7
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # DATA-ART

Create easy to use, straight forward way of creating dynamic, interactive, responsive and beautiful chart-included reports by the help of html and css, pure OOP python package.

It can simplify the dynamic report generating procedure.

You can import the project as below:

```py
from data_art.html_visualizer import Presentation
```


MIT License

Copyright (c) 2023 erfanvaredi/data-art

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/erfanvaredi/data-art",
    "name": "data-art",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "Erfan Varedi",
    "author_email": "erfanvaredi@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/13/70/85dcd41b8c3d570f99e63081caba114720cf3153c360a12ea154209d1d53/data-art-0.0.13.tar.gz",
    "platform": null,
    "description": "# DATA-ART\n\nCreate easy to use, straight forward way of creating dynamic, interactive, responsive and beautiful chart-included reports by the help of html and css, pure OOP python package.\n\nIt can simplify the dynamic report generating procedure.\n\nYou can import the project as below:\n\n```py\nfrom data_art.html_visualizer import Presentation\n```\n\n\nMIT License\n\nCopyright (c) 2023 erfanvaredi/data-art\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Python dynamic and web friendly report generator",
    "version": "0.0.13",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "02b660d474ee525da94968f961853441b013d4d2d391561dcbc857d39a252363",
                "md5": "34e579b6ce5075e02d68f630d8b0745d",
                "sha256": "e9a6b5e1fb802a4621f23f680bd0ff1df606aba1e071399727bf99165f4999b5"
            },
            "downloads": -1,
            "filename": "data_art-0.0.13-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "34e579b6ce5075e02d68f630d8b0745d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 5193,
            "upload_time": "2023-03-12T06:05:13",
            "upload_time_iso_8601": "2023-03-12T06:05:13.022431Z",
            "url": "https://files.pythonhosted.org/packages/02/b6/60d474ee525da94968f961853441b013d4d2d391561dcbc857d39a252363/data_art-0.0.13-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "137085dcd41b8c3d570f99e63081caba114720cf3153c360a12ea154209d1d53",
                "md5": "54eb021444bcacc29b948a84b3a11d2d",
                "sha256": "a1e2db2d9f224a1a4594f157cf2f2b77fcad80fc2673bab64d9dfc2aae9a7da3"
            },
            "downloads": -1,
            "filename": "data-art-0.0.13.tar.gz",
            "has_sig": false,
            "md5_digest": "54eb021444bcacc29b948a84b3a11d2d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 4248,
            "upload_time": "2023-03-12T06:05:14",
            "upload_time_iso_8601": "2023-03-12T06:05:14.578056Z",
            "url": "https://files.pythonhosted.org/packages/13/70/85dcd41b8c3d570f99e63081caba114720cf3153c360a12ea154209d1d53/data-art-0.0.13.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-12 06:05:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "erfanvaredi",
    "github_project": "data-art",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "data-art"
}
        
Elapsed time: 0.06184s