Package for compiling the adverse outcome pathway (AOP) data into a relational database. The data is publicly available at the AOP website.
aop2db
can be directly installed from PyPi with pip:
$ pip install aop2db
To load the data into a relational database:
$ aop2db load
To set the driver of your database:
$ aop2db conn mysql+pymysql://<user>:<password>@<server>/<database>
AOP2DB is a scientific software that has been developed in an academic capacity, and thus comes with no warranty or guarantee of maintenance, support, or back-up of data.