biocommons / eutils

simplified searching, fetching, and parsing records from NCBI using their E-utilities interface
Apache License 2.0
58 stars 25 forks source link

hide internal submodules #160

Closed reece closed 5 years ago

reece commented 5 years ago

Early versions of eutils required importing submodules (e.g., import eutils.client). 0.4 introduced a single interface (import eutils or from eutils import ...), and included a warning in the release notes that submodule imports would be removed in 0.5.

For this issue, move all submodules to _internal and update existing imports appropriately.