Metadata-Version: 1.1
Name: bmds
Version: 0.8.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
Description: 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`_
        
        It requires Python3.5+.
        
        .. _`BMDS`: https://www.epa.gov/bmds
        .. _`HAWC`: https://hawcproject.org
        .. _`BMDS server`: https://github.com/shapiromatron/bmds-server/
        
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
