1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
.codespellrc
.coveragerc
.cruft.json
.flake8
.isort.cfg
.ruff.toml
CHANGELOG.rst
LICENSE.rst
MANIFEST.in
README.rst
pyproject.toml
pytest.ini
setup.py
tox.ini
changelog/README.rst
docs/Makefile
docs/api.rst
docs/conf.py
docs/index.rst
docs/make.bat
docs/whatsnew/changelog.rst
docs/whatsnew/index.rst
examples/README.txt
examples/arrayanimatorwcs.py
examples/lineanimator.py
licenses/LICENSE.rst
licenses/README.rst
licenses/TEMPLATE_LICENSE.rst
mpl_animators/__init__.py
mpl_animators/_version.py
mpl_animators/base.py
mpl_animators/image.py
mpl_animators/line.py
mpl_animators/version.py
mpl_animators/wcs.py
mpl_animators.egg-info/PKG-INFO
mpl_animators.egg-info/SOURCES.txt
mpl_animators.egg-info/dependency_links.txt
mpl_animators.egg-info/not-zip-safe
mpl_animators.egg-info/requires.txt
mpl_animators.egg-info/top_level.txt
mpl_animators/data/README.rst
mpl_animators/extern/__init__.py
mpl_animators/extern/modest_image.py
mpl_animators/tests/__init__.py
mpl_animators/tests/figure_hashes_mpl_350_ft_261_astropy_600.json
mpl_animators/tests/figure_hashes_mpl_391_ft_261_astropy_611.json
mpl_animators/tests/figure_hashes_mpl_dev_ft_261_astropy_dev.json
mpl_animators/tests/helpers.py
mpl_animators/tests/test_basefuncanimator.py
mpl_animators/tests/test_wcs.py
|