Volue-Public / energy-mesh-python

A Python API able to communicate with Volue Energy's Mesh server.
Other
10 stars 0 forks source link

Examples and tests are not exposed #455

Closed jbbakeng closed 3 months ago

jbbakeng commented 3 months ago

Examples: According to the documentation:

Tests: According to the documentation:

They are indeed inside the package, but they are no longer exposed. From the documentation I would expect to be able to write:

from volue.mesh.examples import get_version

get_version.main("localhost", 50051, "")

I would like for the examples and test to be exposed in the package as a quality of life feature and for the documentation to explicitly show how to use it.

tnoczyns-volue commented 3 months ago

We had a nice discussion with @jbbakeng and for now we've decided to: