mpl-animators


Namempl-animators JSON
Version 1.2.0 PyPI version JSON
download
home_pageNone
SummaryAn interactive animation framework for matplotlib.
upload_time2024-07-23 22:14:08
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseCopyright (c) 2024, The SunPy Developers All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the Astropy Team nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            An interactive animation framework for matplotlib
-------------------------------------------------

This is for creating interactive animations with matplotlib.
It is designed to handle N-dimensional data, and can be used to create animations.

This package has been spun out of ``sunpy`` to be more generally useful.

Testing and CI Notes
--------------------

Because this repo is heavily dependent on figure tests, most of the CI jobs
(other than publish, and one windows and one macos build) run on Circle CI,
there are no test runs on GH Actions. The `-figure` test tox jobs run all tests,
figure and non-figure.

License
-------

This project is Copyright (c) The SunPy Developers and licensed under
the terms of the BSD 3-Clause license. This package is based upon
the `Openastronomy packaging guide <https://github.com/OpenAstronomy/packaging-guide>`_
which is licensed under the BSD 3-clause licence. See the licenses folder for
more information.

Contributing
------------

We love contributions! mpl-animators is open source,
built on open source, and we'd love to have you hang out in our community.

**Imposter syndrome disclaimer**: We want your help. No, really.

There may be a little voice inside your head that is telling you that you're not
ready to be an open source contributor; that your skills aren't nearly good
enough to contribute. What could you possibly offer a project like this one?

We assure you - the little voice in your head is wrong. If you can write code at
all, you can contribute code to open source. Contributing to open source
projects is a fantastic way to advance one's coding skills. Writing perfect code
isn't the measure of a good developer (that would disqualify all of us!); it's
trying to create something, making mistakes, and learning from those
mistakes. That's how we all improve, and we are happy to help others learn.

Being an open source contributor doesn't just mean writing code, either. You can
help out by writing documentation, tests, or even giving feedback about the
project (and yes - that includes giving feedback about the contribution
process). Some of these contributions may be the most valuable to the project as
a whole, because you're coming to the project with fresh eyes, so you can see
the errors and assumptions that seasoned contributors have glossed over.

Note: This disclaimer was originally written by
`Adrienne Lowe <https://github.com/adriennefriend>`_ for a
`PyCon talk <https://www.youtube.com/watch?v=6Uj746j9Heo>`_, and was adapted by
mpl-animators based on its use in the README file for the
`MetPy project <https://github.com/Unidata/MetPy>`_.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "mpl-animators",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "The SunPy Developers <sunpy@googlegroups.com>",
    "download_url": "https://files.pythonhosted.org/packages/dc/80/5371d293775e6a3b052d3d1c5f9d6aa424c054a6ed468d3a23aee35ad658/mpl_animators-1.2.0.tar.gz",
    "platform": null,
    "description": "An interactive animation framework for matplotlib\n-------------------------------------------------\n\nThis is for creating interactive animations with matplotlib.\nIt is designed to handle N-dimensional data, and can be used to create animations.\n\nThis package has been spun out of ``sunpy`` to be more generally useful.\n\nTesting and CI Notes\n--------------------\n\nBecause this repo is heavily dependent on figure tests, most of the CI jobs\n(other than publish, and one windows and one macos build) run on Circle CI,\nthere are no test runs on GH Actions. The `-figure` test tox jobs run all tests,\nfigure and non-figure.\n\nLicense\n-------\n\nThis project is Copyright (c) The SunPy Developers and licensed under\nthe terms of the BSD 3-Clause license. This package is based upon\nthe `Openastronomy packaging guide <https://github.com/OpenAstronomy/packaging-guide>`_\nwhich is licensed under the BSD 3-clause licence. See the licenses folder for\nmore information.\n\nContributing\n------------\n\nWe love contributions! mpl-animators is open source,\nbuilt on open source, and we'd love to have you hang out in our community.\n\n**Imposter syndrome disclaimer**: We want your help. No, really.\n\nThere may be a little voice inside your head that is telling you that you're not\nready to be an open source contributor; that your skills aren't nearly good\nenough to contribute. What could you possibly offer a project like this one?\n\nWe assure you - the little voice in your head is wrong. If you can write code at\nall, you can contribute code to open source. Contributing to open source\nprojects is a fantastic way to advance one's coding skills. Writing perfect code\nisn't the measure of a good developer (that would disqualify all of us!); it's\ntrying to create something, making mistakes, and learning from those\nmistakes. That's how we all improve, and we are happy to help others learn.\n\nBeing an open source contributor doesn't just mean writing code, either. You can\nhelp out by writing documentation, tests, or even giving feedback about the\nproject (and yes - that includes giving feedback about the contribution\nprocess). Some of these contributions may be the most valuable to the project as\na whole, because you're coming to the project with fresh eyes, so you can see\nthe errors and assumptions that seasoned contributors have glossed over.\n\nNote: This disclaimer was originally written by\n`Adrienne Lowe <https://github.com/adriennefriend>`_ for a\n`PyCon talk <https://www.youtube.com/watch?v=6Uj746j9Heo>`_, and was adapted by\nmpl-animators based on its use in the README file for the\n`MetPy project <https://github.com/Unidata/MetPy>`_.\n",
    "bugtrack_url": null,
    "license": "Copyright (c) 2024, The SunPy Developers All rights reserved.  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:  * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the Astropy Team nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ",
    "summary": "An interactive animation framework for matplotlib.",
    "version": "1.2.0",
    "project_urls": {
        "Changelog": "https://github.com/sunpy/mpl-animators/releases",
        "Documentation": "https://docs.sunpy.org/projects/mpl-animators",
        "Download": "https://pypi.org/project/mpl-animators/",
        "Homepage": "https://sunpy.org",
        "Issue Tracker": "https://github.com/sunpy/mpl-animators/issues",
        "Source Code": "https://github.com/sunpy/mpl-animators/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9e2281340893db4dcb0b14512d86856968d00ac01fc6c5d22810a3e31d552bef",
                "md5": "f5fefdf26cd2fd350a0584073240ce70",
                "sha256": "b0c788478b3bcc83e9c2e2ef73e04b18cfeaedc9cfd3127dc03657224512b391"
            },
            "downloads": -1,
            "filename": "mpl_animators-1.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f5fefdf26cd2fd350a0584073240ce70",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 44023,
            "upload_time": "2024-07-23T22:14:07",
            "upload_time_iso_8601": "2024-07-23T22:14:07.681336Z",
            "url": "https://files.pythonhosted.org/packages/9e/22/81340893db4dcb0b14512d86856968d00ac01fc6c5d22810a3e31d552bef/mpl_animators-1.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dc805371d293775e6a3b052d3d1c5f9d6aa424c054a6ed468d3a23aee35ad658",
                "md5": "6a64eaec408fd228465ec9a4172e645d",
                "sha256": "93e4c0e835c67a12dc2faee20b425d0c12d69c4d64341359d142eb2f6ee7bf77"
            },
            "downloads": -1,
            "filename": "mpl_animators-1.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "6a64eaec408fd228465ec9a4172e645d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 42029,
            "upload_time": "2024-07-23T22:14:08",
            "upload_time_iso_8601": "2024-07-23T22:14:08.842618Z",
            "url": "https://files.pythonhosted.org/packages/dc/80/5371d293775e6a3b052d3d1c5f9d6aa424c054a6ed468d3a23aee35ad658/mpl_animators-1.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-23 22:14:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sunpy",
    "github_project": "mpl-animators",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "circle": true,
    "tox": true,
    "lcname": "mpl-animators"
}
        
Elapsed time: 1.12555s