.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
.github/workflows/ci-tests.yml
.github/workflows/doc-publish.yml
.github/workflows/doc-tests.yml
.github/workflows/release.yml
docs/Makefile
docs/make.bat
docs/requirements.txt
docs/source/.nojekyll
docs/source/conf.py
docs/source/index.rst
docs/source/installation.rst
docs/source/_static/pysecs.png
docs/source/development/index.rst
docs/source/reference/index.rst
examples/README.txt
examples/plot_B_divergence_free.py
examples/plot_J_surface.py
examples/plot_animation.py
pysecs/__init__.py
pysecs/secs.py
pysecs.egg-info/PKG-INFO
pysecs.egg-info/SOURCES.txt
pysecs.egg-info/dependency_links.txt
pysecs.egg-info/requires.txt
pysecs.egg-info/top_level.txt
tests/test_secs.py