.cruft.json
.editorconfig
.gitattributes
.gitignore
.markdownlint.yaml
.pre-commit-config.yaml
.prettierrc.yaml
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
Makefile
README.md
conftest.py
environment.yaml
pyproject.toml
setup.cfg
setup.py
tox.ini
changelog.d/README.txt
changelog.d/templates/new_fragment.md.j2
changelog.d/templates/auto-changelog/macros.jinja2
changelog.d/templates/auto-changelog/template.jinja2
docs/Makefile
docs/authors.md
docs/changelog.md
docs/conf.py
docs/contributing.md
docs/example_for_readme.md
docs/index.md
docs/installation.md
docs/license.md
docs/make.bat
docs/navigation.md
docs/spelling_wordlist.txt
docs/_static/css/nist-combined.css
docs/_static/js/leave_notice.js
docs/_static/js/nist-header-footer.js
docs/_templates/class-individual-pages.rst
docs/_templates/module-custom.rst
docs/_templates/module-single.rst
docs/_templates/module-template.rst
docs/_templates/autodocsumm/class-noindex.rst
docs/_templates/autodocsumm/class.rst
docs/_templates/autodocsumm/module-inherit.rst
docs/_templates/autodocsumm/module-noindex.rst
docs/_templates/autodocsumm/module.rst
docs/_templates/autosummary/base.rst
docs/_templates/autosummary/class.rst
docs/_templates/autosummary/module.rst
docs/examples/create-symlinks.sh
docs/examples/index.md
docs/examples/usage/motivation.ipynb
docs/examples/usage/usage_notebook.ipynb
docs/reference/api-baseclasses.rst
docs/reference/api-modules.rst
docs/reference/api-public.rst
docs/reference/index.md
environment/dev-extras.yaml
environment/dev.yaml
environment/dist-conda.yaml
environment/dist-pypi.yaml
environment/docs-extras.yaml
environment/docs.yaml
environment/lint-extras.yaml
environment/lint.yaml
environment/test-extras.yaml
environment/test.yaml
environment/tools.yaml
examples/README.md
examples/archived/bootstrap.ipynb
examples/archived/central_moments.ipynb
examples/archived/example_usage.ipynb
examples/archived/parallel_test.ipynb
examples/archived/test_accumulator.ipynb
examples/usage/motivation.ipynb
examples/usage/usage_notebook.ipynb
scripts/dist-conda.mk
scripts/dist-pypi.mk
scripts/docs-examples-symlinks.sh
scripts/lint.mk
scripts/run-prettier.sh
scripts/tox-ipykernel-display-name.sh
src/cmomy/__init__.py
src/cmomy/_formatting.py
src/cmomy/_resample.py
src/cmomy/_testing.py
src/cmomy/_typing.py
src/cmomy/abstract_central.py
src/cmomy/central.py
src/cmomy/compile.py
src/cmomy/convert.py
src/cmomy/docstrings.py
src/cmomy/options.py
src/cmomy/pusher_interface.py
src/cmomy/pushers.py
src/cmomy/py.typed
src/cmomy/resample.py
src/cmomy/utils.py
src/cmomy/xcentral.py
src/cmomy.egg-info/PKG-INFO
src/cmomy.egg-info/SOURCES.txt
src/cmomy.egg-info/dependency_links.txt
src/cmomy.egg-info/not-zip-safe
src/cmomy.egg-info/requires.txt
src/cmomy.egg-info/top_level.txt
src/cmomy/tests/__init__.py
src/cmomy/tests/conftest.py
src/cmomy/tests/test_central.py
src/cmomy/tests/test_central_2.py
src/cmomy/tests/test_convert.py
src/cmomy/tests/test_resample.py
src/cmomy/tests/test_stability.py
src/cmomy/tests/test_verify.py
src/cmomy/tests/test_xcentral.py
src/cmomy/tests/test_xcentral_constructors.py