================= Module viiaStatus ================= This module contais the classes for the project constants and status parameters. .. currentmodule:: viiapackage.viiaStatus Project ======= Class ViiaProject ----------------- This is the base class for any script run. It contains the info on the model and binds all functionality to the project object. .. autoclass:: ViiaProject :members: .. automethod:: __init__ Create function --------------- .. autofunction:: viia_create_project ViiaSettings ============ This class contains all project settings for the VIIA project. They are defined in the UPR and deviating is advised against. .. autoclass:: ViiaSettings :members: .. automethod:: __init__ Get project info from MYVIIA ============================ When the VIIA project is created, all required information from MYVIIA is collected and stored in the instance. This is done with the following function: .. automodule:: viiapackage.database.viia_myviia_get_info :members: viia_get_project_information, myviia_get_all_objects, myviia_get_object, myviia_get_object_team, myviia_get_image, myviia_get_opname_image, myviia_get_object_deel, myviia_get_voortgang_deel, myviia_get_spectra General functionality for the database connection: .. automodule:: viiapackage.database.viia_myviia :members: myviia_check_modules, myviia_token, _viia_get_from_myviia, _viia_post_to_myviia, _viia_put_to_myviia, myviia_login Connecting for pile information is done with: .. automodule:: viiapackage.database.viia_myviia_piles :members: myviia_get_pile, myviia_post_pile, myviia_update_pile