Python Source Code API Reference ================================ Remote ~~~~~~ Code to interact with a remotely located AWS EC2 instance. .. automodule:: neurocaas_contrib.remote :members: Workflow/Scripting ~~~~~~~~~~~~~~~~~~ Code to manage data on a remotely located AWS EC2 instance. .. automodule:: neurocaas_contrib.scripting :members: Log ~~~ Logging functions. .. automodule:: neurocaas_contrib.log :members: Monitor ~~~~~~~ Monitoring functions for development and production jobs. .. automodule:: neurocaas_contrib.monitor :members: Blueprint ~~~~~~~~~ Blueprint class for development. .. automodule:: neurocaas_contrib.blueprint :members: Local ~~~~~ Module to hemp manage docker containers locally (in development). .. automodule:: neurocaas_contrib.local :members: Connect ~~~~~~~ Helper module to manage ssh connections for local. .. automodule:: neurocaas_contrib.connect :members: Interface_S3 ~~~~~~~~~~~~ Helper module to manage s3 data transfer. .. automodule:: neurocaas_contrib.Interface_S3 :members: