# LaserSafety documentation This package implements the computation required to choose eyewear protections for lasers following the EN207 and EN208 lasers. ```{warning} The work in this python package results only from my own understanding of these standards. Proper computation must be performed by trained and competent personal. I decline any responsibility and do not provide no warranty about this work. ``` ```{toctree} --- maxdepth: 1 caption: Usage --- usage/quickstart usage/installation usage/usage ``` ```{toctree} --- maxdepth: 1 caption: Understanding --- understanding/beam_parameters understanding/choosing_eyewear ``` ```{toctree} --- maxdepth: 1 caption: Command Line Interface --- cli/cli_usage cli/examples ``` ```{toctree} --- maxdepth: 1 caption: API --- api/laser api/en207 api/en208 api/modes api/classes api/utils ```