.coveralls.yml
.flake8
.gitignore
.pre-commit-config.yaml
.pydocstyle
.readthedocs.yml
AUTHORS.rst
CODE_OF_CONDUCT.md
CONTRIBUTING.md
HISTORY.rst
LICENSE.md
README.md
clone.json
mkdocs.yml
pyproject.toml
requirements.txt
setup.py
.github/dependabot.yml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/custom.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/automerge.yml
.github/workflows/clones_count.yml
.github/workflows/codeql-analysis.yml
.github/workflows/webservices.yml
.github/workflows/workflow.yml
.idea/.gitignore
.idea/cleopatra.iml
.idea/deployment.xml
.idea/earthobserve.iml
.idea/misc.xml
.idea/modules.xml
.idea/other.xml
.idea/vcs.xml
.idea/inspectionProfiles/Project_Default.xml
.idea/inspectionProfiles/profiles_settings.xml
cleopatra/__init__.py
cleopatra/array.py
cleopatra.egg-info/PKG-INFO
cleopatra.egg-info/SOURCES.txt
cleopatra.egg-info/dependency_links.txt
cleopatra.egg-info/not-zip-safe
cleopatra.egg-info/requires.txt
cleopatra.egg-info/top_level.txt
conda/bld.bat
conda/build.sh
conda/meta.yaml
docs/conf.py
docs/environment.yml
docs/index.rst
examples/array_plot_examples.py
examples/data/arr.npy
tests/__init__.py
tests/conftest.py
tests/test_plot_array.py