UliPlot


NameUliPlot JSON
Version 0.2.4 PyPI version JSON
download
home_pageNone
SummaryUtilities for convenient plotting using matplotlib and other pydata libraries
upload_time2024-12-12 12:54:42
maintainerNone
docs_urlNone
authorUli Köhler
requires_python<4.0,>=3.8
licenseApache License v2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # UliPlot
After UliEngineering and UliAcceleration, this library in the Uli series provides convient functions for plotting using matplotlib and other pydata libraries

This library is currently in its Alpha stage and the API is not considered stable

### How to install

```sh
pip3 install git+https://github.com/ulikoehler/UliPlot.git
```

### How to use

```python
from matplotlib import pyplot as plt
import UliPlot as upl
```

Blog posts with specific topics on how to use UliPlot:
- [How to auto-fit Pandas pd.to_excel() XLSX column width](https://techoverflow.net/2021/03/05/how-to-auto-fit-pandas-pd-to_excel-xlsx-column-width/)
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "UliPlot",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Uli K\u00f6hler",
    "author_email": "github@techoverflow.net",
    "download_url": "https://files.pythonhosted.org/packages/9a/e5/fdba3dbd77ec471bddb2e5dad1204dfeab813697e95c4b0c71e76accc4a1/uliplot-0.2.4.tar.gz",
    "platform": null,
    "description": "# UliPlot\nAfter UliEngineering and UliAcceleration, this library in the Uli series provides convient functions for plotting using matplotlib and other pydata libraries\n\nThis library is currently in its Alpha stage and the API is not considered stable\n\n### How to install\n\n```sh\npip3 install git+https://github.com/ulikoehler/UliPlot.git\n```\n\n### How to use\n\n```python\nfrom matplotlib import pyplot as plt\nimport UliPlot as upl\n```\n\nBlog posts with specific topics on how to use UliPlot:\n- [How to auto-fit Pandas pd.to_excel() XLSX column width](https://techoverflow.net/2021/03/05/how-to-auto-fit-pandas-pd-to_excel-xlsx-column-width/)",
    "bugtrack_url": null,
    "license": "Apache License v2.0",
    "summary": "Utilities for convenient plotting using matplotlib and other pydata libraries",
    "version": "0.2.4",
    "project_urls": {
        "homepage": "https://techoverflow.net/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "643be83cd5ad4cbac6102baf71892aa0a146ebc06c6806e72feda79455db918c",
                "md5": "1066f17869de6bc770167d48303b920f",
                "sha256": "b7d896b42a19c6056f062f201ec1899641f563e133200eadc3505631fbddc988"
            },
            "downloads": -1,
            "filename": "uliplot-0.2.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1066f17869de6bc770167d48303b920f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 10194,
            "upload_time": "2024-12-12T12:54:39",
            "upload_time_iso_8601": "2024-12-12T12:54:39.481200Z",
            "url": "https://files.pythonhosted.org/packages/64/3b/e83cd5ad4cbac6102baf71892aa0a146ebc06c6806e72feda79455db918c/uliplot-0.2.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9ae5fdba3dbd77ec471bddb2e5dad1204dfeab813697e95c4b0c71e76accc4a1",
                "md5": "4a1ed23412dab7483c3e9e93231c77d0",
                "sha256": "80f956f2714490a8018314bf8850e3aacfa70b466a314fc683e4c966d33f7f65"
            },
            "downloads": -1,
            "filename": "uliplot-0.2.4.tar.gz",
            "has_sig": false,
            "md5_digest": "4a1ed23412dab7483c3e9e93231c77d0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 8807,
            "upload_time": "2024-12-12T12:54:42",
            "upload_time_iso_8601": "2024-12-12T12:54:42.601727Z",
            "url": "https://files.pythonhosted.org/packages/9a/e5/fdba3dbd77ec471bddb2e5dad1204dfeab813697e95c4b0c71e76accc4a1/uliplot-0.2.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-12 12:54:42",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "uliplot"
}
        
Elapsed time: 0.91568s