Metadata-Version: 2.1
Name: chemical-safety
Version: 1.1.1
Summary: A package for retreiving chemical safety information
Home-page: https://github.com/dpagonis/chemical_safety
Author: Demetrios Pagonis
Author-email: demetriospagonis@weber.edu
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: jinja2
Requires-Dist: requests
Requires-Dist: Levenshtein
Requires-Dist: natsort
Requires-Dist: flask
Requires-Dist: scipy
Requires-Dist: rdkit
Requires-Dist: reportlab

# chemical_safety
This package retrieves and displays SDS, GHS, and regulatory information for chemicals in an academic setting.

`pip install chemical-safety`


## dashboard
recommended for users who only want to view information

enter command prompt: `chemical-dashboard`

then access in your browser at http://localhost:5000

## chemical class
chemical_safety.chemical stores all GHS info

recommended for custom applications and development

