animatplot-ng


Nameanimatplot-ng JSON
Version 0.4.4 PyPI version JSON
download
home_pagehttps://github.com/boutproject/animatplot-ng/
SummaryMaking animating in matplotlib easy
upload_time2023-10-11 12:54:23
maintainer
docs_urlNone
authorTyler Makaro
requires_python>=3.5
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            [![Documentation Status](https://readthedocs.org/projects/animatplot-ng/badge/?version=latest)](https://animatplot-ng.readthedocs.io/en/latest/?badge=latest)

# animatplot-ng
A python package for making interactive as well as animated plots with matplotlib. Based on [animatplot by r-makaro](https://github.com/t-makaro/animatplot).

![image](docs/source/tutorial/images/multiblock.gif)
![image](docs/source/_static/animatplot-mouse.gif)

## Requires
- Python >= 3.5
- Matplotlib >= 2.2 (because [sliders have discrete values](https://matplotlib.org/users/whats_new.html#slider-ui-widget-can-snap-to-discrete-values))
## Installation
```bash
pip install animatplot-ng
```

## Documentation
Documentation can be found [here](https://animatplot-ng.readthedocs.io/en/latest/index.html)

## Dev Install
```bash
git clone https://github.com/boutproject/animatplot-ng.git
pip install -e .
```
This project uses ```pycodestyle``` for linting. For testing, ```pytest``` is used.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/boutproject/animatplot-ng/",
    "name": "animatplot-ng",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.5",
    "maintainer_email": "",
    "keywords": "",
    "author": "Tyler Makaro",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/ac/b1/c3db627f4b4d6c42d5d1ba2bad0d4d9336c5b0e2fc145b42d9486cf459eb/animatplot-ng-0.4.4.tar.gz",
    "platform": null,
    "description": "[![Documentation Status](https://readthedocs.org/projects/animatplot-ng/badge/?version=latest)](https://animatplot-ng.readthedocs.io/en/latest/?badge=latest)\n\n# animatplot-ng\nA python package for making interactive as well as animated plots with matplotlib. Based on [animatplot by r-makaro](https://github.com/t-makaro/animatplot).\n\n![image](docs/source/tutorial/images/multiblock.gif)\n![image](docs/source/_static/animatplot-mouse.gif)\n\n## Requires\n- Python >= 3.5\n- Matplotlib >= 2.2 (because [sliders have discrete values](https://matplotlib.org/users/whats_new.html#slider-ui-widget-can-snap-to-discrete-values))\n## Installation\n```bash\npip install animatplot-ng\n```\n\n## Documentation\nDocumentation can be found [here](https://animatplot-ng.readthedocs.io/en/latest/index.html)\n\n## Dev Install\n```bash\ngit clone https://github.com/boutproject/animatplot-ng.git\npip install -e .\n```\nThis project uses ```pycodestyle``` for linting. For testing, ```pytest``` is used.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Making animating in matplotlib easy",
    "version": "0.4.4",
    "project_urls": {
        "Homepage": "https://github.com/boutproject/animatplot-ng/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aa3cb873c3f745fde2b17be228250b51cace40577945d4d73450fd77b928c3d4",
                "md5": "52ff8a21b9130a4d5f7be47520d45bc7",
                "sha256": "685cf12c57afc27bbb7af8627fc36f902d65c4a3c5c0962ec7fa33a88b0ccc36"
            },
            "downloads": -1,
            "filename": "animatplot_ng-0.4.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "52ff8a21b9130a4d5f7be47520d45bc7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.5",
            "size": 19444,
            "upload_time": "2023-10-11T12:54:22",
            "upload_time_iso_8601": "2023-10-11T12:54:22.158069Z",
            "url": "https://files.pythonhosted.org/packages/aa/3c/b873c3f745fde2b17be228250b51cace40577945d4d73450fd77b928c3d4/animatplot_ng-0.4.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "acb1c3db627f4b4d6c42d5d1ba2bad0d4d9336c5b0e2fc145b42d9486cf459eb",
                "md5": "87cd8f75e66b89d37bfbb97eb3454bc4",
                "sha256": "89f51ca4d63714a918f95ef14d576f420ae6f2aad08968e634379634ca375324"
            },
            "downloads": -1,
            "filename": "animatplot-ng-0.4.4.tar.gz",
            "has_sig": false,
            "md5_digest": "87cd8f75e66b89d37bfbb97eb3454bc4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.5",
            "size": 20533038,
            "upload_time": "2023-10-11T12:54:23",
            "upload_time_iso_8601": "2023-10-11T12:54:23.997654Z",
            "url": "https://files.pythonhosted.org/packages/ac/b1/c3db627f4b4d6c42d5d1ba2bad0d4d9336c5b0e2fc145b42d9486cf459eb/animatplot-ng-0.4.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-11 12:54:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "boutproject",
    "github_project": "animatplot-ng",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "circle": true,
    "lcname": "animatplot-ng"
}
        
Elapsed time: 0.12471s