.bumpversion.cfg
.codeclimate.yml
.cookiecutterrc
.coveragerc
.gitignore
.landscape.yaml
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
appveyor.yml
pytest.ini
setup.cfg
setup.py
tox.ini
ci/appveyor-bootstrap.py
ci/appveyor-download.py
ci/appveyor-with-compiler.cmd
ci/bootstrap.py
ci/check.sh
ci/fix-compiler-error.py
ci/templates/.travis.yml
ci/templates/appveyor.yml
ci/templates/tox.ini
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/readme.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/usage.rst
docs/reference/Apex.rst
docs/reference/cli.rst
docs/reference/fortranapex.rst
docs/reference/helpers.rst
docs/reference/index.rst
src/apexpy/__init__.py
src/apexpy/__main__.py
src/apexpy/apex.py
src/apexpy/apexsh.dat
src/apexpy/helpers.py
src/apexpy.egg-info/PKG-INFO
src/apexpy.egg-info/SOURCES.txt
src/apexpy.egg-info/dependency_links.txt
src/apexpy.egg-info/entry_points.txt
src/apexpy.egg-info/not-zip-safe
src/apexpy.egg-info/requires.txt
src/apexpy.egg-info/top_level.txt
src/apexpy/fortranapex.cpython-35m-darwin.so.dSYM/Contents/Info.plist
src/apexpy/fortranapex.so.dSYM/Contents/Info.plist
src/fortranapex/Makefile
src/fortranapex/apex.f
src/fortranapex/apexsh.f90
src/fortranapex/checkapexsh.f90
src/fortranapex/magfld.f
src/fortranapex/makeapexsh.f90
src/fortranapex/readme.txt
tests/test_Apex.py
tests/test_cmd.py
tests/test_convert.txt
tests/test_convert_single_line.txt
tests/test_fortranapex.py
tests/test_helpers.py