Metadata-Version: 2.0
Name: bmds
Version: 0.3.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 :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: numpy
Requires-Dist: requests
Requires-Dist: scipy

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://img.shields.io/travis/shapiromatron/bmds.svg
        :target: https://travis-ci.org/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`_

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


