Metadata-Version: 2.4
Name: pdst-calc-lib
Version: 0.1.2.dev20251006094032
Summary: Drug Susceptibility Testing (DST) calculator library
Author: Abhinav Sharma, Bea Loubser, GENPATH-bioinformatics
License: MIT
Project-URL: Homepage, https://github.com/GENPATH-bioinformatics/genpath-pdst-calc
Project-URL: Repository, https://github.com/GENPATH-bioinformatics/genpath-pdst-calc
Project-URL: Issues, https://github.com/GENPATH-bioinformatics/genpath-pdst-calc/issues
Keywords: drug-susceptibility,testing,DST,MGIT,tuberculosis
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: tabulate
Dynamic: license-file

# lib Directory

```
───lib/
    ├── __init__.py           # Package initialization and version
    ├── drug_database.py      # Drug database loading functions
    ├── dst_calc.py           # Core calculation functions
    └── supp_calc.py          # Supplementary calculation and UI functions
```

For more details, see the main `README.md` in the project root.
