ELIFE-ASU / PyInform

A Python Wrapper for the Inform Information Analysis Library
https://elife-asu.github.io/PyInform
MIT License
45 stars 9 forks source link

Provide Convenient Imports #12

Closed dglmoore closed 7 years ago

dglmoore commented 7 years ago

At present the pyinform module provides no functions on import. Only submodules are provided by pyinform. It would be great if from pyinform import * brought in all available functions.

But what about name conflicts?

As more functions are added and naming conflicts being to arise, we can revisit this decision. Until then forward ho!