Optom Tools ⚠️ Under develepment ⚠️
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.
Release files for optom-tools 0.2.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| optom_tools-0.2.1.tar.gz | 10.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| optom_tools-0.2.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 22.2 kB
Release files / optom_tools-0.2.1.tar.gz
| Download URL | optom_tools-0.2.1.tar.gz |
|---|---|
| Size | 10.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0366936f700b5ee389464335f95c3658eebcb2ae79f9261fbb26d4179fadf11e
|
|
BLAKE2b-256 checksum How to use checksums |
668b973926abdffac28a0ce9a5aff75d5809de7eb458f40d41fecf0ddab71d11
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.13
|
Release files / optom_tools-0.2.1-py3-none-any.whl
| Download URL | optom_tools-0.2.1-py3-none-any.whl |
|---|---|
| Size | 12.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c764a512270031c13592649414dced05cfc1f941be2654d985cfd8ba914d897f
|
|
BLAKE2b-256 checksum How to use checksums |
bd44e13b87f9db2b49df28bcedfca6ae4a355414508836c57a3d08d860cbb900
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.13
|