/optom-tools

Tools to help optometrists

Primary LanguagePythonMIT LicenseMIT

Optom Tools ⚠️ Under development ⚠️

Build Deploy Docs Code style: black Latest Version Format Python Versions Implementation License

optom-tools is designed to help indivduals who deal with optometry related data.

Rx Demo

Getting Started

Install with pip or your other favourite package manager (e.g. pipenv or poetry).

pip install optom-tools

Simple Example

>>> from optom_tools import Prescription

>>> prescription = Prescription.parse("+1.00/-2.00x180")

>>> prescription.transpose()

>>> str(prescription)

"-1.00 / +2.00 x 90"

Docs

Comprehensive documentation can be found here: https://shivan-s.github.io/optom-tools

Contribution

Yes, please. I'd love some help on this.