DataVisual


NameDataVisual JSON
Version 1.5.0.post0 PyPI version JSON
download
home_pageNone
SummaryA package multidimensional data visualisation.
upload_time2024-08-30 13:01:25
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseMIT License Copyright (c) 2020 Martin de Sivry 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.
keywords data visualization
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            |logo|

DataVisual
==========

|python|
|coverage|
|docs|
|PyPi|
|PyPi_download|


Personal high-dimensional package
---------------------------------

DataVisual is a package designed to streamline your data visualization process, offering a simplified interface for creating complex plots with ease.

**Installation**

Install DataVisual directly from PyPi:

.. code:: shell

    pip install DataVisual

**Getting Started**

For coding examples and how to get started, please visit the [examples section](https://datavisual.readthedocs.io/en/master/gallery/index.html) of our documentation.

**Local Testing**

To contribute or test locally, clone the GitHub repository and install the required dependencies:

.. code:: shell

    git clone https://github.com/MartinPdeS/DataVisual.git
    cd DataVisual
    pip install -r requirements/requirements.txt
    coverage run --source=DataVisual --module pytest --verbose tests
    coverage report --show-missing

**Contact Information**

DataVisual is actively being developed by Martin Poinsinet de Sivry-Houle. If you're interested in collaborating or have questions, feel free to reach out:

- [GitHub](https://github.com/MartinPdS)
- [Email](mailto:martin.poinsinet-de-sivry@polymtl.ca?subject=DataVisual)

DataVisual aims to continuously improve and welcomes contributions from the community.


.. |Logo| image:: https://github.com/MartinPdeS/DataVisual/raw/master/docs/images/logo.png

.. |python| image:: https://img.shields.io/pypi/pyversions/datavisual.svg
   :target: https://www.python.org/

.. |docs| image:: https://readthedocs.org/projects/datavisual/badge/?version=latest
   :target: https://datavisual.readthedocs.io/en/latest/

.. |PyPi| image:: https://badge.fury.io/py/DataVisual.svg
   :target: https://pypi.org/project/DataVisual/

.. |PyPi_download| image:: https://img.shields.io/pypi/dm/datavisual.svg
   :target: https://pypistats.org/packages/datavisual

.. |coverage| image:: https://raw.githubusercontent.com/MartinPdeS/DataVisual/python-coverage-comment-action-data/badge.svg
   :alt: Unittest coverage
   :target: https://htmlpreview.github.io/?https://github.com/MartinPdeS/DataVisual/blob/python-coverage-comment-action-data/htmlcov/index.html

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "DataVisual",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "data, visualization",
    "author": null,
    "author_email": "Martin Poinsinet de Sivry-Houle <martin.poinsinet.de.sivry@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/91/b9/ce31a64936151c3929c904ed3563104c7c4afe74a5bb7719dfa765d17cae/datavisual-1.5.0.post0.tar.gz",
    "platform": null,
    "description": "|logo|\n\nDataVisual\n==========\n\n|python|\n|coverage|\n|docs|\n|PyPi|\n|PyPi_download|\n\n\nPersonal high-dimensional package\n---------------------------------\n\nDataVisual is a package designed to streamline your data visualization process, offering a simplified interface for creating complex plots with ease.\n\n**Installation**\n\nInstall DataVisual directly from PyPi:\n\n.. code:: shell\n\n    pip install DataVisual\n\n**Getting Started**\n\nFor coding examples and how to get started, please visit the [examples section](https://datavisual.readthedocs.io/en/master/gallery/index.html) of our documentation.\n\n**Local Testing**\n\nTo contribute or test locally, clone the GitHub repository and install the required dependencies:\n\n.. code:: shell\n\n    git clone https://github.com/MartinPdeS/DataVisual.git\n    cd DataVisual\n    pip install -r requirements/requirements.txt\n    coverage run --source=DataVisual --module pytest --verbose tests\n    coverage report --show-missing\n\n**Contact Information**\n\nDataVisual is actively being developed by Martin Poinsinet de Sivry-Houle. If you're interested in collaborating or have questions, feel free to reach out:\n\n- [GitHub](https://github.com/MartinPdS)\n- [Email](mailto:martin.poinsinet-de-sivry@polymtl.ca?subject=DataVisual)\n\nDataVisual aims to continuously improve and welcomes contributions from the community.\n\n\n.. |Logo| image:: https://github.com/MartinPdeS/DataVisual/raw/master/docs/images/logo.png\n\n.. |python| image:: https://img.shields.io/pypi/pyversions/datavisual.svg\n   :target: https://www.python.org/\n\n.. |docs| image:: https://readthedocs.org/projects/datavisual/badge/?version=latest\n   :target: https://datavisual.readthedocs.io/en/latest/\n\n.. |PyPi| image:: https://badge.fury.io/py/DataVisual.svg\n   :target: https://pypi.org/project/DataVisual/\n\n.. |PyPi_download| image:: https://img.shields.io/pypi/dm/datavisual.svg\n   :target: https://pypistats.org/packages/datavisual\n\n.. |coverage| image:: https://raw.githubusercontent.com/MartinPdeS/DataVisual/python-coverage-comment-action-data/badge.svg\n   :alt: Unittest coverage\n   :target: https://htmlpreview.github.io/?https://github.com/MartinPdeS/DataVisual/blob/python-coverage-comment-action-data/htmlcov/index.html\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2020 Martin de Sivry  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. ",
    "summary": "A package multidimensional data visualisation.",
    "version": "1.5.0.post0",
    "project_urls": null,
    "split_keywords": [
        "data",
        " visualization"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fe93bd770e6bc9e959af40886c974c386b9a0204cc364c2611b4587cda776011",
                "md5": "5a58234c0b767dc814ae36c43223a727",
                "sha256": "f57764eef44a1fb76d7d568d1e5284a9e11f605eb22da0407bc8b77ffeb5e836"
            },
            "downloads": -1,
            "filename": "DataVisual-1.5.0.post0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5a58234c0b767dc814ae36c43223a727",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 13029,
            "upload_time": "2024-08-30T13:01:24",
            "upload_time_iso_8601": "2024-08-30T13:01:24.637974Z",
            "url": "https://files.pythonhosted.org/packages/fe/93/bd770e6bc9e959af40886c974c386b9a0204cc364c2611b4587cda776011/DataVisual-1.5.0.post0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "91b9ce31a64936151c3929c904ed3563104c7c4afe74a5bb7719dfa765d17cae",
                "md5": "709e8a4432a0161d8d8c53912f21a818",
                "sha256": "0cfb2cc646b03bccb59e15ce01f863ff491a85918c86f06dd14a72a3b7170605"
            },
            "downloads": -1,
            "filename": "datavisual-1.5.0.post0.tar.gz",
            "has_sig": false,
            "md5_digest": "709e8a4432a0161d8d8c53912f21a818",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 301148,
            "upload_time": "2024-08-30T13:01:25",
            "upload_time_iso_8601": "2024-08-30T13:01:25.682702Z",
            "url": "https://files.pythonhosted.org/packages/91/b9/ce31a64936151c3929c904ed3563104c7c4afe74a5bb7719dfa765d17cae/datavisual-1.5.0.post0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-30 13:01:25",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "datavisual"
}
        
Elapsed time: 0.88661s