Metadata-Version: 2.1
Name: bmds
Version: 23.4
Summary: A Python interface for the USEPA Benchmark dose modeling software (BMDS)
Author: Andy Shapiro
Author-email: shapiromatron@gmail.com
License: MIT
Project-URL: Documentation, https://bmds.readthedocs.io/
Project-URL: Changes, https://github.com/shapiromatron/bmds/blob/main/docs/docs/history.md
Project-URL: Code, https://github.com/shapiromatron/bmds
Project-URL: Issue Tracker, https://github.com/shapiromatron/bmds/issues
Project-URL: Download, https://pypi.org/project/bmds/
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering
License-File: LICENSE
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: openpyxl
Requires-Dist: pandas
Requires-Dist: pydantic (>2)
Requires-Dist: python-docx
Requires-Dist: scipy
Requires-Dist: simple-settings
Requires-Dist: tabulate
Requires-Dist: tqdm
Provides-Extra: benchmarks
Requires-Dist: SQLAlchemy (<2,>1.4) ; extra == 'benchmarks'

BMDS Python interface
=====================

.. image:: https://img.shields.io/pypi/v/bmds.svg
        :target: https://pypi.python.org/pypi/bmds

.. image:: https://github.com/shapiromatron/bmds/workflows/CI/badge.svg
        :target: https://github.com/shapiromatron/bmds/actions

.. image:: https://readthedocs.org/projects/bmds/badge/?version=latest
        :target: https://bmds.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://zenodo.org/badge/61229626.svg
   :target: https://zenodo.org/badge/latestdoi/61229626

This Python package is designed to run the `USEPA BMDS`_ software from a python
interface. It requires Python3.11+.

.. _`USEPA BMDS`: https://www.epa.gov/bmds
