Skip to content

Release 0.3.7

Latest
Compare
Choose a tag to compare
@LourensVeen LourensVeen released this 12 Mar 19:41
· 22 commits to develop since this release

Cerulean

Cerulean is a Python 3 library for talking to HPC clusters and supercomputers. It lets you copy files between local and SFTP filesystems using a pathlib-like API, it lets you start processes locally and remotely via SSH, and it lets you submit jobs to schedulers such as Slurm and Torque/PBS. Cerulean also supports WebDAV.

Documentation and Help

Cerulean can be installed as usual using pip:

pip install cerulean

Instructions on how to use Cerulean can be found in the Cerulean documentation.

Release 0.3.7

Fixed

  • Symlink resolving issue
  • Tooling improvements