| Name | ExpressLibrary JSON |
| Version |
0.1.0
JSON |
| download |
| home_page | https://github.com/shahid265/ExpressLibrary.git |
| Summary | Express library is a Python package designed to streamline the data visualization process in a consultancy environment. This package aims to facilitate the quick transformation of data into insightful visualizations. It is developed on top of standard libraries such as Plotly and Circlify. |
| upload_time | 2023-09-03 06:39:47 |
| maintainer | |
| docs_url | None |
| author | Shahid |
| requires_python | |
| license | |
| keywords |
|
| VCS |
 |
| bugtrack_url |
|
| requirements |
pandas
plotly
circlify
matplotlib
pytest
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
No coveralls.
|
# README.md for ExpressLibrary
## Table of Contents
- [Introduction](#introduction)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)
## Introduction
`ExpressLibrary` is a Python package designed to streamline the data visualization process in a consultancy environment. This package aims to facilitate the quick transformation of data into insightful visualizations. It is developed on top of standard libraries such as Plotly and Circlify and offers easy integration with Power BI.
## Installation
```bash
pip install ExpressLibrary
```
## Usage
```python
from ExpressLibrary import BarChart
# Load your data (as pandas DataFrame)
data = ...
# Create chart
chart = BarChart(data, 'x_column_name', ['y_column_name'])
chart.set_labels('X Label', 'Y Label')
chart.set_colors(['blue'])
chart.create_simple_bar()
```
### Available Charts:
- Bar chart with different variations
- Scatter plot with varying dot sizes
- Circle packing chart
- Hierarchical network chart
- Heatmaps
Raw data
{
"_id": null,
"home_page": "https://github.com/shahid265/ExpressLibrary.git",
"name": "ExpressLibrary",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "Shahid",
"author_email": "shahid265.sr@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/e0/17/3825f83fba5e6c6b496701e14bda5e5a439f91b0c920069e695f9a42b12c/ExpressLibrary-0.1.0.tar.gz",
"platform": null,
"description": "# README.md for ExpressLibrary\r\n\r\n## Table of Contents\r\n\r\n- [Introduction](#introduction)\r\n- [Installation](#installation)\r\n- [Usage](#usage)\r\n- [Contributing](#contributing)\r\n- [License](#license)\r\n\r\n## Introduction\r\n\r\n`ExpressLibrary` is a Python package designed to streamline the data visualization process in a consultancy environment. This package aims to facilitate the quick transformation of data into insightful visualizations. It is developed on top of standard libraries such as Plotly and Circlify and offers easy integration with Power BI.\r\n\r\n## Installation\r\n\r\n```bash\r\npip install ExpressLibrary\r\n```\r\n\r\n## Usage\r\n\r\n```python\r\nfrom ExpressLibrary import BarChart\r\n\r\n# Load your data (as pandas DataFrame)\r\ndata = ...\r\n\r\n# Create chart\r\nchart = BarChart(data, 'x_column_name', ['y_column_name'])\r\nchart.set_labels('X Label', 'Y Label')\r\nchart.set_colors(['blue'])\r\nchart.create_simple_bar()\r\n```\r\n\r\n### Available Charts:\r\n\r\n- Bar chart with different variations\r\n- Scatter plot with varying dot sizes\r\n- Circle packing chart\r\n- Hierarchical network chart\r\n- Heatmaps\r\n\r\n",
"bugtrack_url": null,
"license": "",
"summary": "Express library is a Python package designed to streamline the data visualization process in a consultancy environment. This package aims to facilitate the quick transformation of data into insightful visualizations. It is developed on top of standard libraries such as Plotly and Circlify.",
"version": "0.1.0",
"project_urls": {
"Homepage": "https://github.com/shahid265/ExpressLibrary.git"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "1d58cf47633860a732ff97183eaaff57c9b9b93d55420a08cef462b4b3bfba71",
"md5": "cd33dc3343bcf922099686ed87b92db5",
"sha256": "f0c900bfa3641c13653467bfcc1844ebc17039d50f2342057f1ff410073ca480"
},
"downloads": -1,
"filename": "ExpressLibrary-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "cd33dc3343bcf922099686ed87b92db5",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 7810,
"upload_time": "2023-09-03T06:39:46",
"upload_time_iso_8601": "2023-09-03T06:39:46.229402Z",
"url": "https://files.pythonhosted.org/packages/1d/58/cf47633860a732ff97183eaaff57c9b9b93d55420a08cef462b4b3bfba71/ExpressLibrary-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e0173825f83fba5e6c6b496701e14bda5e5a439f91b0c920069e695f9a42b12c",
"md5": "ba98b0996f6944aed2e52234aa0c012d",
"sha256": "83739cf92513a1c40a0f2f02e55c0e62bb77f7bd1fe99bad28cf3df6dce85f85"
},
"downloads": -1,
"filename": "ExpressLibrary-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "ba98b0996f6944aed2e52234aa0c012d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4881,
"upload_time": "2023-09-03T06:39:47",
"upload_time_iso_8601": "2023-09-03T06:39:47.734898Z",
"url": "https://files.pythonhosted.org/packages/e0/17/3825f83fba5e6c6b496701e14bda5e5a439f91b0c920069e695f9a42b12c/ExpressLibrary-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-09-03 06:39:47",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "shahid265",
"github_project": "ExpressLibrary",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "pandas",
"specs": [
[
">=",
"2.1.0"
]
]
},
{
"name": "plotly",
"specs": [
[
">=",
"5.16.1"
]
]
},
{
"name": "circlify",
"specs": [
[
">=",
"0.15.0"
]
]
},
{
"name": "matplotlib",
"specs": [
[
">=",
"3.7.2"
]
]
},
{
"name": "pytest",
"specs": [
[
">=",
"7.4.0"
]
]
}
],
"lcname": "expresslibrary"
}