kivy-garden-posani


Namekivy-garden-posani JSON
Version 0.2.0 PyPI version JSON
download
home_pageNone
SummaryAutomatically animates the transition of widgets' position
upload_time2024-07-02 10:37:52
maintainerNone
docs_urlNone
authorNattōsai Mitō
requires_python<4.0,>=3.10
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PosAni

Automatically animates the transition of the widgets' position.
Unlike the [Magnet](https://github.com/kivy-garden/garden.magnet), this one does not require extra widgets.

[Youtube](https://youtu.be/Lb2zzaq3i0E)


## Installation

Pin the minor version.

```text
poetry add kivy-garden-posani@~0.2
pip install "kivy-garden-posani>=0.2,<0.3"
```

## Usage

```python
from kivy_garden.posani import activate

activate(widget)
```

Install if you prefer not to manually activate each individual widget.

```python
from kivy_garden.posani import install

install()
```

All the widgets created after the installation will be automatically "activated".

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "kivy-garden-posani",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "Natt\u014dsai Mit\u014d",
    "author_email": "flow4re2c@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/0c/86/8aef49001b2ae41de03e423031f4def725ef5b0c1443e73d17da4f800150/kivy_garden_posani-0.2.0.tar.gz",
    "platform": null,
    "description": "# PosAni\n\nAutomatically animates the transition of the widgets' position.\nUnlike the [Magnet](https://github.com/kivy-garden/garden.magnet), this one does not require extra widgets.\n\n[Youtube](https://youtu.be/Lb2zzaq3i0E)\n\n\n## Installation\n\nPin the minor version.\n\n```text\npoetry add kivy-garden-posani@~0.2\npip install \"kivy-garden-posani>=0.2,<0.3\"\n```\n\n## Usage\n\n```python\nfrom kivy_garden.posani import activate\n\nactivate(widget)\n```\n\nInstall if you prefer not to manually activate each individual widget.\n\n```python\nfrom kivy_garden.posani import install\n\ninstall()\n```\n\nAll the widgets created after the installation will be automatically \"activated\".\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Automatically animates the transition of widgets' position",
    "version": "0.2.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "69be131216d1c444482c5b9f45dcc5ddb6240fbd2625cf9a1b7b4ce7be6cca10",
                "md5": "4d0bed50b46807c658b3dd9671277413",
                "sha256": "be5647f08f09b0088f5ca6a4e1935d3d8799d7ab284df4b1cd77ff3a21c1d859"
            },
            "downloads": -1,
            "filename": "kivy_garden_posani-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4d0bed50b46807c658b3dd9671277413",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 2543,
            "upload_time": "2024-07-02T10:37:50",
            "upload_time_iso_8601": "2024-07-02T10:37:50.690379Z",
            "url": "https://files.pythonhosted.org/packages/69/be/131216d1c444482c5b9f45dcc5ddb6240fbd2625cf9a1b7b4ce7be6cca10/kivy_garden_posani-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0c868aef49001b2ae41de03e423031f4def725ef5b0c1443e73d17da4f800150",
                "md5": "fefc3819212236686599e2bb4ad78b48",
                "sha256": "a92db84eaef4e3ee974933527d959e8b8bdc0d71df475c4feee6c4851d0566d4"
            },
            "downloads": -1,
            "filename": "kivy_garden_posani-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "fefc3819212236686599e2bb4ad78b48",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 2198,
            "upload_time": "2024-07-02T10:37:52",
            "upload_time_iso_8601": "2024-07-02T10:37:52.515115Z",
            "url": "https://files.pythonhosted.org/packages/0c/86/8aef49001b2ae41de03e423031f4def725ef5b0c1443e73d17da4f800150/kivy_garden_posani-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-02 10:37:52",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "kivy-garden-posani"
}
        
Elapsed time: 0.29207s