volkamerlab / opencadd

A Python library for structural cheminformatics
https://opencadd.readthedocs.io
MIT License
91 stars 18 forks source link

Remove io __init__ imports (to enable OpenCADD-KLIFS only deps) #116

Closed dominiquesydow closed 2 years ago

dominiquesydow commented 2 years ago

Description

We'd like to enable user installations containing only dependencies for OpenCADD-KLIFS. Currently, opencadd.io's __init__ file imports packages that are needed in different opencadd modules. Let's remove the imports and update all affected paths in the package and the docs.

Todos

Notable points that this PR has either accomplished or will accomplish.

Questions

None

Status

codecov-commenter commented 2 years ago

Codecov Report

Merging #116 (949b6c4) into master (ce20b50) will decrease coverage by 0.00%. The diff coverage is 100.00%.