floryn


Namefloryn JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryPlot proportionally filled text with color
upload_time2024-08-21 05:42:01
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords matplotlib plot data science visualization
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Floryn

Floryn is a package to create a visualization plot where the text is filled up to certain percentage.
This is used to emphasize the value, for example by comparing the before and after a product launch, in terms of percentage, compared to a target value.

## How to install
simply run
`pip install floryn`

## How to run
```python
import floryn

floryn.pp('Halo halo Bandung', percentage=0.5, color='denim blue', ax=None)
```

and this the example output
![Output](output.png "Result")

See example notebook for more plotting option, including different orientation, and even how to create an animation

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "floryn",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "matplotlib, plot, data science, visualization",
    "author": null,
    "author_email": "M Iqbal Tawakal <mit.iqi@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/90/f6/792dc8f26682496e941cc383d6afe5b2d89079d679872ec003779f4e99b7/floryn-0.1.0.tar.gz",
    "platform": null,
    "description": "# Floryn\n\nFloryn is a package to create a visualization plot where the text is filled up to certain percentage.\nThis is used to emphasize the value, for example by comparing the before and after a product launch, in terms of percentage, compared to a target value.\n\n## How to install\nsimply run\n`pip install floryn`\n\n## How to run\n```python\nimport floryn\n\nfloryn.pp('Halo halo Bandung', percentage=0.5, color='denim blue', ax=None)\n```\n\nand this the example output\n![Output](output.png \"Result\")\n\nSee example notebook for more plotting option, including different orientation, and even how to create an animation\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Plot proportionally filled text with color",
    "version": "0.1.0",
    "project_urls": {
        "Repository": "https://github.com/mitbal/floryn.git"
    },
    "split_keywords": [
        "matplotlib",
        " plot",
        " data science",
        " visualization"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ec6dc99d5f1773ddb2c85cdb4c9cde108fae40d8d1263e8eb7ba6625881fba5e",
                "md5": "034f01e6182091624c3b690510c5d238",
                "sha256": "fa106109682eb72a912b0bf7d8dba0a385cdcfd1f09c24cc6b5c5ad2d47fb6fc"
            },
            "downloads": -1,
            "filename": "floryn-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "034f01e6182091624c3b690510c5d238",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 3005,
            "upload_time": "2024-08-21T05:42:00",
            "upload_time_iso_8601": "2024-08-21T05:42:00.121063Z",
            "url": "https://files.pythonhosted.org/packages/ec/6d/c99d5f1773ddb2c85cdb4c9cde108fae40d8d1263e8eb7ba6625881fba5e/floryn-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "90f6792dc8f26682496e941cc383d6afe5b2d89079d679872ec003779f4e99b7",
                "md5": "4377aff97ebdf5d7a10abaafd56932d9",
                "sha256": "b04ca87fdff79993ef1f396c6ac5e5965d985ba6793eae08ce561cd01f64a091"
            },
            "downloads": -1,
            "filename": "floryn-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "4377aff97ebdf5d7a10abaafd56932d9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 2880,
            "upload_time": "2024-08-21T05:42:01",
            "upload_time_iso_8601": "2024-08-21T05:42:01.304648Z",
            "url": "https://files.pythonhosted.org/packages/90/f6/792dc8f26682496e941cc383d6afe5b2d89079d679872ec003779f4e99b7/floryn-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-21 05:42:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mitbal",
    "github_project": "floryn",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "floryn"
}
        
Elapsed time: 0.33633s