methods ======= :py:mod:`appointment.methods` includes functions to allocate parliamentary seats based on population or vote shares. Arguments to allow allocation thresholds, minimum allocations per group, tie break conditions, and other election features are also provided. Along with deriving results for visualization and reporting, these functions allow the user to analyze outcomes given systematic or situational changes. **Functions** * :py:func:`poli_sci_kit.appointment.methods.largest_remainder` * :py:func:`poli_sci_kit.appointment.methods.highest_averages` .. autofunction:: poli_sci_kit.appointment.methods.largest_remainder .. autofunction:: poli_sci_kit.appointment.methods.highest_averages