Metadata-Version: 2.1
Name: bmds
Version: 0.11.0
Summary: Software development kit for US EPA's Benchmark dose modeling software (BMDS)
Home-page: https://github.com/shapiromatron/bmds
Author: Andy Shapiro
Author-email: shapiromatron@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Provides-Extra: test
Provides-Extra: dev
Requires-Dist: six
Requires-Dist: requests
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: python-docx (>=0.8.6)
Requires-Dist: openpyxl
Requires-Dist: matplotlib (>=2.1.2)
Requires-Dist: scipy
Requires-Dist: simple-settings
Provides-Extra: dev
Requires-Dist: wheel; extra == 'dev'
Requires-Dist: sphinx; extra == 'dev'
Requires-Dist: watchdog; extra == 'dev'
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-runner; extra == 'test'
Requires-Dist: pytest-mpl; extra == 'test'

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

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

.. image:: https://img.shields.io/pypi/wheel/bmds.svg
    :target: https://pypi.python.org/pypi/bmds/
    :alt: Wheel Status

.. image:: https://ci.appveyor.com/api/projects/status/9vuiyl71io1xu8h7?svg=true
        :target: https://ci.appveyor.com/project/shapiromatron/bmds

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

This Python package is designed to run the U.S. EPA BMDS_ software from a python
interface. The toolkit is currently used in the following projects:

- The Health Assessment Workspace Collaborative (`HAWC`_)
- `BMDS server`_

It requires Python3.5+.

.. _`BMDS`: https://www.epa.gov/bmds
.. _`HAWC`: https://hawcproject.org
.. _`BMDS server`: https://github.com/shapiromatron/bmds-server/


