Yoga package was designed to be used for a yoga treatmet app (https://treatwithyoga.com/)
The package has two subpackages:
-
'patient'
-
'output'
The first subpackage includes two modules:
- 'Patient': to keep information for each patient
Patient module includes two classes named User and Patient.
User and patient classes record all information for each patient including: id, password, salution, fName, mName , and lName.
These information can be recorded as csv file and ploted through other modules in this package.
- 'Exercise': to keep informaiton for each exercise
Exercise package records name of the exercise and length of the exercise in minute.
These information can be recorded as csv file and ploted through other modules in this package.
The second package includes two modules:
- 'Plot': to visualize revenue by each customer and time by each exercise
This module uses mathplotlib for visualization.
- 'Fileio': to export information for all patient into and external csv file