datachart


Namedatachart JSON
Version 0.6.3 PyPI version JSON
download
home_pageNone
SummaryThe customizable data chart creation package
upload_time2024-10-17 19:11:55
maintainerErik Novak
docs_urlNone
authorErik Novak
requires_python>=3.8
licenseBSD 3-Clause License Copyright (c) 2023, Erik Novak Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
keywords python dataviz visualization
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
  <img src="https://raw.githubusercontent.com/eriknovak/datachart/main/docs/assets/imgs/logo.png" alt="logo" height="200" style="height:200px">
</p>

<p align="center">
  <i>Data visualization package, simple to use, highly customizable</i>
</p>

<p align="center">
  <a href="https://github.com/eriknovak/datachart/actions/workflows/unittests.yaml" target="_blank"><img
    src="https://github.com/eriknovak/datachart/actions/workflows/unittests.yaml/badge.svg" alt="Test"
  /></a>
  <a href="https://pypi.org/project/datachart" target="_blank"><img
    src="https://img.shields.io/pypi/v/datachart?color=%2334D058" alt="Package Package Index"
  /></a>
  <a href="https://pypi.org/project/datachart" target="_blank"><img
    src="https://img.shields.io/pypi/pyversions/datachart.svg?color=%2334D058" alt="Supported Python Versions"
  /></a>
</p>


---

**Documentation:** [https://eriknovak.github.io/datachart](https://eriknovak.github.io/datachart)

**Source code:** [https://github.com/eriknovak/datachart](https://github.com/eriknovak/datachart)

---

The datachart package is a python package for creating data visualizations. It is designed to be simple to use and highly customizable, i.e. it is easy to change the look and feel of the charts.

## Requirements
Before starting the project make sure these requirements are available:

- [python]. The python programming language (v3.8 or higher).

## Install

```bash
pip install datachart
```

## Upgrade

```bash
pip install datachart --upgrade
```

## Examples

The examples showcases on how to use the `datachart` package are available
on the official [How-to Guides](https://eriknovak.github.io/datachart/how-to-guides/).

## Acknowledgements

[Datachart](https://eriknovak.github.io/datachart/) is developed by the
[Department for Artificial Intelligence](http://ailab.ijs.si/) at the
[Jozef Stefan Institute](http://www.ijs.si/), and other contributors.

<figure >
  <img src="https://github.com/eriknovak/datachart/blob/main/docs/assets/imgs/EU.png?raw=true" alt="European Union flag" width="80" />
</figure>

[python]: https://www.python.org/

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "datachart",
    "maintainer": "Erik Novak",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "python, dataviz, visualization",
    "author": "Erik Novak",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/7e/91/11672da623c670b4df75b6012cc744a11c1434c19fc7195ae5b247a1f948/datachart-0.6.3.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\n  <img src=\"https://raw.githubusercontent.com/eriknovak/datachart/main/docs/assets/imgs/logo.png\" alt=\"logo\" height=\"200\" style=\"height:200px\">\n</p>\n\n<p align=\"center\">\n  <i>Data visualization package, simple to use, highly customizable</i>\n</p>\n\n<p align=\"center\">\n  <a href=\"https://github.com/eriknovak/datachart/actions/workflows/unittests.yaml\" target=\"_blank\"><img\n    src=\"https://github.com/eriknovak/datachart/actions/workflows/unittests.yaml/badge.svg\" alt=\"Test\"\n  /></a>\n  <a href=\"https://pypi.org/project/datachart\" target=\"_blank\"><img\n    src=\"https://img.shields.io/pypi/v/datachart?color=%2334D058\" alt=\"Package Package Index\"\n  /></a>\n  <a href=\"https://pypi.org/project/datachart\" target=\"_blank\"><img\n    src=\"https://img.shields.io/pypi/pyversions/datachart.svg?color=%2334D058\" alt=\"Supported Python Versions\"\n  /></a>\n</p>\n\n\n---\n\n**Documentation:** [https://eriknovak.github.io/datachart](https://eriknovak.github.io/datachart)\n\n**Source code:** [https://github.com/eriknovak/datachart](https://github.com/eriknovak/datachart)\n\n---\n\nThe datachart package is a python package for creating data visualizations. It is designed to be simple to use and highly customizable, i.e. it is easy to change the look and feel of the charts.\n\n## Requirements\nBefore starting the project make sure these requirements are available:\n\n- [python]. The python programming language (v3.8 or higher).\n\n## Install\n\n```bash\npip install datachart\n```\n\n## Upgrade\n\n```bash\npip install datachart --upgrade\n```\n\n## Examples\n\nThe examples showcases on how to use the `datachart` package are available\non the official [How-to Guides](https://eriknovak.github.io/datachart/how-to-guides/).\n\n## Acknowledgements\n\n[Datachart](https://eriknovak.github.io/datachart/) is developed by the\n[Department for Artificial Intelligence](http://ailab.ijs.si/) at the\n[Jozef Stefan Institute](http://www.ijs.si/), and other contributors.\n\n<figure >\n  <img src=\"https://github.com/eriknovak/datachart/blob/main/docs/assets/imgs/EU.png?raw=true\" alt=\"European Union flag\" width=\"80\" />\n</figure>\n\n[python]: https://www.python.org/\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause License  Copyright (c) 2023, Erik Novak  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.  3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ",
    "summary": "The customizable data chart creation package",
    "version": "0.6.3",
    "project_urls": {
        "Docs": "https://github.com/eriknovak/datachart",
        "Source": "https://github.com/eriknovak/datachart"
    },
    "split_keywords": [
        "python",
        " dataviz",
        " visualization"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c3af9b198db2dbe47a3ca515722e71e82c0d2fe7021dbaf4340f18fcbfec5a0c",
                "md5": "5874d2358445755494e72c5571dabf3e",
                "sha256": "d4a53e063149251d302f8394afd4e1432449b89a0bf92aa1bee15a55f62da562"
            },
            "downloads": -1,
            "filename": "datachart-0.6.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5874d2358445755494e72c5571dabf3e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 32231,
            "upload_time": "2024-10-17T19:11:54",
            "upload_time_iso_8601": "2024-10-17T19:11:54.490622Z",
            "url": "https://files.pythonhosted.org/packages/c3/af/9b198db2dbe47a3ca515722e71e82c0d2fe7021dbaf4340f18fcbfec5a0c/datachart-0.6.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7e9111672da623c670b4df75b6012cc744a11c1434c19fc7195ae5b247a1f948",
                "md5": "caabea450c22ceed708a43a58ccd1c1e",
                "sha256": "74cdb272e0c8de1c6242a395db239a6d7f6c0b084dfd02439cdbc14a7841cc31"
            },
            "downloads": -1,
            "filename": "datachart-0.6.3.tar.gz",
            "has_sig": false,
            "md5_digest": "caabea450c22ceed708a43a58ccd1c1e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 29667,
            "upload_time": "2024-10-17T19:11:55",
            "upload_time_iso_8601": "2024-10-17T19:11:55.492818Z",
            "url": "https://files.pythonhosted.org/packages/7e/91/11672da623c670b4df75b6012cc744a11c1434c19fc7195ae5b247a1f948/datachart-0.6.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-17 19:11:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "eriknovak",
    "github_project": "datachart",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "datachart"
}
        
Elapsed time: 0.42030s