Skip to content

GridTools/atlas4py

Repository files navigation

Description

Bindings code originally written by Lukas Mosimann (@lukasm91). This whole work is very experimental and must be understood as a proof of concept only!

  • src/atlas4py/_atlas4py.cpp is the file providing the atlas binding
  • Atlas4py-Test.ipynb is a Python notebook showing how to use the atlas bindings in the current experimental version.

If the atlas library is already installed in a non-standard location, the path to atlas can be specified by:

export atlas_ROOT=<path-to-atlas-installation>

or other environment variables recognized by CMake find_package(atlas)

If atlas is not found it will be automatically downloaded and compiled by atlas4py.

Experimental pre-built packages can be found in TestPyPI and installed with pip:

pip install -i https://test.pypi.org/simple/ atlas4py

Future work

  • We should think about which features we are going to support in this package

About

No description, website, or topics provided.

Resources

License

Stars

1 star

Watchers

9 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors